Searched refs:si_set_internal_const_buffer (Results 1 – 4 of 4) sorted by relevance
/external/mesa3d/src/gallium/drivers/radeonsi/ |
D | si_pipe.c | 772 si_set_internal_const_buffer(sctx, SI_HS_CONST_DEFAULT_TESS_LEVELS, &sctx->null_const_buf); in si_create_context() 773 si_set_internal_const_buffer(sctx, SI_VS_CONST_INSTANCE_DIVISORS, &sctx->null_const_buf); in si_create_context() 774 si_set_internal_const_buffer(sctx, SI_VS_CONST_CLIP_PLANES, &sctx->null_const_buf); in si_create_context() 775 si_set_internal_const_buffer(sctx, SI_PS_CONST_POLY_STIPPLE, &sctx->null_const_buf); in si_create_context() 776 si_set_internal_const_buffer(sctx, SI_PS_CONST_SAMPLE_POSITIONS, &sctx->null_const_buf); in si_create_context()
|
D | si_state.h | 614 void si_set_internal_const_buffer(struct si_context *sctx, uint slot,
|
D | si_state.c | 876 si_set_internal_const_buffer(sctx, SI_VS_CONST_CLIP_PLANES, &cb); in si_set_clip_state() 2781 si_set_internal_const_buffer(sctx, SI_PS_CONST_SAMPLE_POSITIONS, &constbuf); in si_set_framebuffer_state() 4671 si_set_internal_const_buffer(sctx, SI_VS_CONST_INSTANCE_DIVISORS, &cb); in si_bind_vertex_elements() 4830 si_set_internal_const_buffer(sctx, SI_HS_CONST_DEFAULT_TESS_LEVELS, &cb); in si_set_tess_state()
|
D | si_descriptors.c | 1415 void si_set_internal_const_buffer(struct si_context *sctx, uint slot, in si_set_internal_const_buffer() function 1544 si_set_internal_const_buffer(sctx, SI_PS_CONST_POLY_STIPPLE, &cb); in si_set_polygon_stipple()
|