Home
last modified time | relevance | path

Searched refs:offset_dwords (Results 1 - 2 of 2) sorted by relevance

/third_party/mesa3d/src/gallium/drivers/r300/
H A Dr300_render.c438 uint32_t count_dwords, offset_dwords; in r300_emit_draw_elements() local
472 offset_dwords = indexSize * start / sizeof(uint32_t); in r300_emit_draw_elements()
495 OUT_CS(offset_dwords << 2); in r300_emit_draw_elements()
/third_party/mesa3d/src/gallium/drivers/crocus/
H A Dcrocus_state.c5301 unsigned offset_dwords = ice->state.so_target[buffer]->buffer_offset / 4 + output->dst_offset; in emit_sol_surface() local
5309 // assert((size_dwords - offset_dwords) / stride_dwords in emit_sol_surface()
5312 if (size_dwords > offset_dwords + num_vector_components) { in emit_sol_surface()
5318 (size_dwords - offset_dwords - num_vector_components); in emit_sol_surface()
5356 offset_dwords * 4, RELOC_32BIT|RELOC_WRITE), in emit_sol_surface()

Completed in 16 milliseconds