Home
last modified time | relevance | path

Searched refs:lp_sampler_static_state (Results 1 – 7 of 7) sorted by relevance

/external/mesa3d/src/gallium/drivers/llvmpipe/
Dlp_state_fs.h50 struct lp_sampler_static_state struct
97 struct lp_sampler_static_state samplers[1];
103 PIPE_MAX_SHADER_SAMPLER_VIEWS * sizeof(struct lp_sampler_static_state) +\
111 samplers * sizeof(struct lp_sampler_static_state) + in lp_fs_variant_key_size()
Dlp_state_cs.h46 struct lp_sampler_static_state samplers[1];
51 PIPE_MAX_SHADER_SAMPLER_VIEWS * sizeof(struct lp_sampler_static_state) +\
59 samplers * sizeof(struct lp_sampler_static_state) + in lp_cs_variant_key_size()
Dlp_tex_sample.h35 struct lp_sampler_static_state;
48 lp_llvm_sampler_soa_create(const struct lp_sampler_static_state *key,
Dlp_tex_sample.c67 const struct lp_sampler_static_state *static_state;
422 lp_llvm_sampler_soa_create(const struct lp_sampler_static_state *static_state, in lp_llvm_sampler_soa_create()
Dlp_state_cs.c560 struct lp_sampler_static_state *cs_sampler; in make_variant_key()
Dlp_state_fs.c4098 struct lp_sampler_static_state *fs_sampler; in make_variant_key()
/external/mesa3d/docs/relnotes/
D8.0.5.rst132 - gallivm: fix crash in lp_sampler_static_state()