Searched refs:cur_seq (Results 1 - 3 of 3) sorted by relevance

/freebsd-9.3-release/sys/dev/drm/
H A Dvia_verifier.c288 static __inline__ int finish_current_sequence(drm_via_state_t * cur_seq) argument
290 switch (cur_seq->unfinished) {
292 DRM_DEBUG("Z Buffer start address is 0x%x\n", cur_seq->z_addr);
296 cur_seq->d_addr);
299 if (cur_seq->agp_texture) {
301 cur_seq->tex_level_lo[cur_seq->texture];
302 unsigned end = cur_seq->tex_level_hi[cur_seq->texture];
314 &(cur_seq
346 investigate_hazard(uint32_t cmd, hazard_t hz, drm_via_state_t * cur_seq) argument
519 via_check_prim_list(uint32_t const **buffer, const uint32_t * buf_end, drm_via_state_t * cur_seq) argument
[all...]
/freebsd-9.3-release/contrib/llvm/lib/DebugInfo/
H A DDWARFDebugLine.cpp555 DWARFDebugLine::Sequence cur_seq = *seq_pos; local
564 RowIter first_row = Rows.begin() + cur_seq.FirstRowIndex;
565 RowIter last_row = Rows.begin() + cur_seq.LastRowIndex;
571 first_row_index = cur_seq.FirstRowIndex + (row_pos - first_row);
575 first_row_index = cur_seq.FirstRowIndex;
579 if (cur_seq.HighPC > end_addr) {
582 RowIter first_row = Rows.begin() + cur_seq.FirstRowIndex;
583 RowIter last_row = Rows.begin() + cur_seq.LastRowIndex;
588 last_row_index = cur_seq.FirstRowIndex + (row_pos - first_row) - 1;
592 last_row_index = cur_seq
[all...]
/freebsd-9.3-release/sys/dev/ath/ath_hal/
H A Dah.h673 uint32_t cur_seq; /* current sequence number */ member in struct:__anon7033

Completed in 114 milliseconds