Home
last modified time | relevance | path

Searched refs:cso_single_sampler (Results 1 – 5 of 5) sorted by relevance

/third_party/mesa3d/src/gallium/frontends/nine/
Dnine_pipe.c259 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()
Dnine_state.c1027 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/
Dcso_context.h80 cso_single_sampler(struct cso_context *cso, enum pipe_shader_type shader_stage,
Dcso_context.c1258 cso_single_sampler(struct cso_context *ctx, enum pipe_shader_type shader_stage, in cso_single_sampler() function
/third_party/mesa3d/docs/relnotes/
D21.2.0.rst3555 - cso: disallow NULL sampler state templates in cso_single_sampler