Home
last modified time | relevance | path

Searched refs:offset_dwords (Results 1 – 4 of 4) sorted by relevance

/third_party/mesa3d/src/mesa/drivers/dri/i965/
Dbrw_wm_surface_state.c735 unsigned stride_dwords, unsigned offset_dwords) in brw_update_sol_surface() argument
738 uint32_t offset_bytes = 4 * offset_dwords; in brw_update_sol_surface()
751 assert((size_dwords - offset_dwords) / stride_dwords in brw_update_sol_surface()
754 if (size_dwords > offset_dwords + num_vector_components) { in brw_update_sol_surface()
760 (size_dwords - offset_dwords - num_vector_components) / stride_dwords; in brw_update_sol_surface()
Dbrw_context.h1411 unsigned stride_dwords, unsigned offset_dwords);
/third_party/mesa3d/src/gallium/drivers/r300/
Dr300_render.c437 uint32_t count_dwords, offset_dwords; in r300_emit_draw_elements() local
471 offset_dwords = indexSize * start / sizeof(uint32_t); in r300_emit_draw_elements()
494 OUT_CS(offset_dwords << 2); in r300_emit_draw_elements()
/third_party/mesa3d/src/gallium/drivers/crocus/
Dcrocus_state.c5303 unsigned offset_dwords = ice->state.so_target[buffer]->buffer_offset / 4 + output->dst_offset; in emit_sol_surface() local
5314 if (size_dwords > offset_dwords + num_vector_components) { in emit_sol_surface()
5320 (size_dwords - offset_dwords - num_vector_components); in emit_sol_surface()
5358 offset_dwords * 4, RELOC_32BIT|RELOC_WRITE), in emit_sol_surface()