Searched refs:offset_dwords (Results 1 – 3 of 3) sorted by relevance
725 unsigned stride_dwords, unsigned offset_dwords) in brw_update_sol_surface() argument728 uint32_t offset_bytes = 4 * offset_dwords; in brw_update_sol_surface()741 assert((size_dwords - offset_dwords) / stride_dwords in brw_update_sol_surface()744 if (size_dwords > offset_dwords + num_vector_components) { in brw_update_sol_surface()750 (size_dwords - offset_dwords - num_vector_components) / stride_dwords; in brw_update_sol_surface()
1417 unsigned stride_dwords, unsigned offset_dwords);
435 uint32_t count_dwords, offset_dwords; in r300_emit_draw_elements() local469 offset_dwords = indexSize * start / sizeof(uint32_t); in r300_emit_draw_elements()492 OUT_CS(offset_dwords << 2); in r300_emit_draw_elements()