Home
last modified time | relevance | path

Searched refs:stride_dwords (Results 1 – 3 of 3) 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
744 uint32_t pitch_minus_1 = 4*stride_dwords - 1; in brw_update_sol_surface()
751 assert((size_dwords - offset_dwords) / stride_dwords 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/crocus/
Dcrocus_state.c5302 unsigned stride_dwords = so_info->stride[buffer]; in emit_sol_surface() local
5330 num_elements += stride_dwords; in emit_sol_surface()
5360 .stride_B = stride_dwords * 4, in emit_sol_surface()