Searched refs:si_set_internal_const_buffer (Results 1 – 4 of 4) sorted by relevance
/third_party/mesa3d/src/gallium/drivers/radeonsi/ |
D | si_pipe.c | 692 si_set_internal_const_buffer(sctx, SI_HS_CONST_DEFAULT_TESS_LEVELS, &sctx->null_const_buf); in si_create_context() 693 si_set_internal_const_buffer(sctx, SI_VS_CONST_INSTANCE_DIVISORS, &sctx->null_const_buf); in si_create_context() 694 si_set_internal_const_buffer(sctx, SI_VS_CONST_CLIP_PLANES, &sctx->null_const_buf); in si_create_context() 695 si_set_internal_const_buffer(sctx, SI_PS_CONST_POLY_STIPPLE, &sctx->null_const_buf); in si_create_context() 696 si_set_internal_const_buffer(sctx, SI_PS_CONST_SAMPLE_POSITIONS, &sctx->null_const_buf); in si_create_context()
|
D | si_state.h | 510 void si_set_internal_const_buffer(struct si_context *sctx, uint slot,
|
D | si_state.c | 816 si_set_internal_const_buffer(sctx, SI_VS_CONST_CLIP_PLANES, &cb); in si_set_clip_state() 3019 si_set_internal_const_buffer(sctx, SI_PS_CONST_SAMPLE_POSITIONS, &constbuf); in si_set_framebuffer_state() 4939 si_set_internal_const_buffer(sctx, SI_VS_CONST_INSTANCE_DIVISORS, &cb); in si_bind_vertex_elements() 5123 si_set_internal_const_buffer(sctx, SI_HS_CONST_DEFAULT_TESS_LEVELS, &cb); in si_set_tess_state()
|
D | si_descriptors.c | 1388 void si_set_internal_const_buffer(struct si_context *sctx, uint slot, in si_set_internal_const_buffer() function 1509 si_set_internal_const_buffer(sctx, SI_PS_CONST_POLY_STIPPLE, &cb); in si_set_polygon_stipple()
|