Searched refs:si_set_internal_const_buffer (Results 1 – 4 of 4) sorted by relevance
/aosp_15_r20/external/mesa3d/src/gallium/drivers/radeonsi/ |
H A D | si_pipe.c | 760 si_set_internal_const_buffer(sctx, SI_HS_CONST_DEFAULT_TESS_LEVELS, &sctx->null_const_buf); in si_create_context() 761 si_set_internal_const_buffer(sctx, SI_VS_CONST_INSTANCE_DIVISORS, &sctx->null_const_buf); in si_create_context() 762 si_set_internal_const_buffer(sctx, SI_VS_CONST_CLIP_PLANES, &sctx->null_const_buf); in si_create_context() 763 si_set_internal_const_buffer(sctx, SI_PS_CONST_POLY_STIPPLE, &sctx->null_const_buf); in si_create_context() 764 si_set_internal_const_buffer(sctx, SI_PS_CONST_SAMPLE_POSITIONS, &sctx->null_const_buf); in si_create_context()
|
H A D | si_state.h | 611 void si_set_internal_const_buffer(struct si_context *sctx, uint slot,
|
H A D | si_state.c | 875 si_set_internal_const_buffer(sctx, SI_VS_CONST_CLIP_PLANES, &cb); in si_set_clip_state() 2772 si_set_internal_const_buffer(sctx, SI_PS_CONST_SAMPLE_POSITIONS, &constbuf); in si_set_framebuffer_state() 4661 si_set_internal_const_buffer(sctx, SI_VS_CONST_INSTANCE_DIVISORS, &cb); in si_bind_vertex_elements() 4820 si_set_internal_const_buffer(sctx, SI_HS_CONST_DEFAULT_TESS_LEVELS, &cb); in si_set_tess_state()
|
H A D | si_descriptors.c | 1416 void si_set_internal_const_buffer(struct si_context *sctx, uint slot, in si_set_internal_const_buffer() function 1545 si_set_internal_const_buffer(sctx, SI_PS_CONST_POLY_STIPPLE, &cb); in si_set_polygon_stipple()
|