Searched refs:cso_single_sampler (Results 1 – 5 of 5) sorted by relevance
/third_party/mesa3d/src/gallium/frontends/nine/ |
D | nine_pipe.c | 259 cso_single_sampler(ctx, PIPE_SHADER_FRAGMENT, idx - NINE_SAMPLER_PS(0), &samp); in nine_convert_sampler_state() 261 cso_single_sampler(ctx, PIPE_SHADER_VERTEX, idx - NINE_SAMPLER_VS(0), &samp); in nine_convert_sampler_state()
|
D | nine_state.c | 1027 cso_single_sampler(context->cso, PIPE_SHADER_FRAGMENT, in update_textures_and_samplers() 1072 cso_single_sampler(context->cso, PIPE_SHADER_VERTEX, in update_textures_and_samplers()
|
/third_party/mesa3d/src/gallium/auxiliary/cso_cache/ |
D | cso_context.h | 80 cso_single_sampler(struct cso_context *cso, enum pipe_shader_type shader_stage,
|
D | cso_context.c | 1258 cso_single_sampler(struct cso_context *ctx, enum pipe_shader_type shader_stage, in cso_single_sampler() function
|
/third_party/mesa3d/docs/relnotes/ |
D | 21.2.0.rst | 3555 - cso: disallow NULL sampler state templates in cso_single_sampler
|