Searched refs:dw_end (Results 1 - 4 of 4) sorted by relevance

/xsrc/external/mit/MesaLib.old/dist/src/intel/common/
H A Dgen_batch_decoder.c174 const uint32_t *dw_end = local in function:ctx_print_buffer
178 for (const uint32_t *dw = bo.map; dw < dw_end; dw++) {
/xsrc/external/mit/MesaLib.old/dist/src/gallium/drivers/radeonsi/
H A Dsi_debug.c749 unsigned dw_end = dw_begin + element_dw_size; local in function:si_dump_descriptor_list
751 if (dw_begin >= active_range_dw_begin && dw_end <= active_range_dw_end)
/xsrc/external/mit/MesaLib/dist/src/intel/common/
H A Dintel_batch_decoder.c175 const uint32_t *dw_end = local in function:ctx_print_buffer
179 for (const uint32_t *dw = bo.map; dw < dw_end; dw++) {
/xsrc/external/mit/MesaLib/dist/src/gallium/drivers/radeonsi/
H A Dsi_debug.c726 unsigned dw_end = dw_begin + element_dw_size; local in function:si_dump_descriptor_list
728 if (dw_begin >= active_range_dw_begin && dw_end <= active_range_dw_end)

Completed in 9 milliseconds