Searched refs:offset_dwords (Results 1 – 4 of 4) sorted by relevance
735 unsigned stride_dwords, unsigned offset_dwords) in brw_update_sol_surface() argument738 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()
1411 unsigned stride_dwords, unsigned offset_dwords);
437 uint32_t count_dwords, offset_dwords; in r300_emit_draw_elements() local471 offset_dwords = indexSize * start / sizeof(uint32_t); in r300_emit_draw_elements()494 OUT_CS(offset_dwords << 2); in r300_emit_draw_elements()
5303 unsigned offset_dwords = ice->state.so_target[buffer]->buffer_offset / 4 + output->dst_offset; in emit_sol_surface() local5314 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()