Home
last modified time | relevance | path

Searched refs:constant_buffer_stride (Results 1 – 3 of 3) sorted by relevance

/third_party/mesa3d/src/gallium/auxiliary/draw/
Ddraw_private.h402 unsigned constant_buffer_stride; member
Ddraw_context.c98 draw->constant_buffer_stride = (sizeof(float) * 4); in draw_create_context()
1356 draw->constant_buffer_stride = num_bytes; in draw_set_constant_buffer_stride()
Ddraw_pt_fetch_shade_pipeline_llvm.c432 return DIV_ROUND_UP(const_bytes, draw->constant_buffer_stride); in get_num_consts_robust()