Searched refs:offset_dwords (Results 1 – 3 of 3) sorted by relevance
667 unsigned stride_dwords, unsigned offset_dwords) in brw_update_sol_surface() argument670 uint32_t offset_bytes = 4 * offset_dwords; in brw_update_sol_surface()683 assert((size_dwords - offset_dwords) / stride_dwords in brw_update_sol_surface()686 if (size_dwords > offset_dwords + num_vector_components) { in brw_update_sol_surface()692 (size_dwords - offset_dwords - num_vector_components) / stride_dwords; in brw_update_sol_surface()
1476 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()