Home
last modified time | relevance | path

Searched refs:draw_set_constant_buffer_stride (Results 1 – 4 of 4) sorted by relevance

/third_party/mesa3d/src/gallium/auxiliary/draw/
Ddraw_context.h128 void draw_set_constant_buffer_stride(struct draw_context *draw, unsigned num_bytes);
Ddraw_context.c1352 void draw_set_constant_buffer_stride(struct draw_context *draw, unsigned num_bytes) in draw_set_constant_buffer_stride() function
/third_party/mesa3d/src/gallium/drivers/llvmpipe/
Dlp_context.c270 draw_set_constant_buffer_stride(llvmpipe->draw, lp_get_constant_buffer_stride(screen)); in llvmpipe_create_context()
/third_party/mesa3d/src/mesa/state_tracker/
Dst_draw_feedback.c237 draw_set_constant_buffer_stride(draw, sizeof(float)); in st_feedback_draw_vbo()