Home
last modified time | relevance | path

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

/third_party/mesa3d/src/gallium/drivers/radeonsi/
Dsi_pipe.c692 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()
Dsi_state.h510 void si_set_internal_const_buffer(struct si_context *sctx, uint slot,
Dsi_state.c816 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()
Dsi_descriptors.c1388 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()