Searched refs:lp_sampler_static_state (Results 1 - 16 of 16) sorted by relevance

/xsrc/external/mit/MesaLib.old/dist/src/gallium/drivers/llvmpipe/
H A Dlp_tex_sample.h35 struct lp_sampler_static_state;
47 lp_llvm_sampler_soa_create(const struct lp_sampler_static_state *key);
H A Dlp_state_fs.h36 #include "gallivm/lp_bld_sample.h" /* for struct lp_sampler_static_state */
50 struct lp_sampler_static_state struct
84 struct lp_sampler_static_state state[PIPE_MAX_SHADER_SAMPLER_VIEWS];
H A Dlp_tex_sample.c67 const struct lp_sampler_static_state *static_state;
293 lp_llvm_sampler_soa_create(const struct lp_sampler_static_state *static_state)
/xsrc/external/mit/MesaLib/dist/src/gallium/drivers/llvmpipe/
H A Dlp_tex_sample.h35 struct lp_sampler_static_state;
48 lp_llvm_sampler_soa_create(const struct lp_sampler_static_state *key,
H A Dlp_state_cs.h34 #include "gallivm/lp_bld_sample.h" /* for struct lp_sampler_static_state */
49 PIPE_MAX_SHADER_SAMPLER_VIEWS * sizeof(struct lp_sampler_static_state) + \
56 nr_samplers * sizeof(struct lp_sampler_static_state) +
60 static inline struct lp_sampler_static_state *
63 return (struct lp_sampler_static_state *)&(key[1]);
H A Dlp_linear_priv.h72 is_nearest_sampler(const struct lp_sampler_static_state *sampler)
90 is_linear_sampler(const struct lp_sampler_static_state *sampler)
107 is_nearest_clamp_sampler(const struct lp_sampler_static_state *sampler)
120 is_linear_clamp_sampler(const struct lp_sampler_static_state *sampler)
142 const struct lp_sampler_static_state *sampler_state,
154 lp_linear_check_sampler(const struct lp_sampler_static_state *sampler,
H A Dlp_state_fs.h36 #include "gallivm/lp_bld_sample.h" /* for struct lp_sampler_static_state */
61 struct lp_sampler_static_state struct
119 PIPE_MAX_SHADER_SAMPLER_VIEWS * sizeof(struct lp_sampler_static_state) +\
126 nr_samplers * sizeof(struct lp_sampler_static_state) +
130 static inline struct lp_sampler_static_state *
133 return (struct lp_sampler_static_state *)&(key[1]);
136 static inline struct lp_sampler_static_state *
H A Dlp_linear_fastpath.c202 struct lp_sampler_static_state *samp0 = lp_fs_variant_key_sampler_idx(&variant->key, 0);
H A Dlp_tex_sample.c67 const struct lp_sampler_static_state *static_state;
423 lp_llvm_sampler_soa_create(const struct lp_sampler_static_state *static_state,
H A Dlp_linear.c318 struct lp_sampler_static_state *samp = lp_fs_variant_key_sampler_idx(key, unit);
H A Dlp_linear_sampler.c677 const struct lp_sampler_static_state *sampler_state,
740 const struct lp_sampler_static_state *sampler_state,
970 lp_linear_check_sampler(const struct lp_sampler_static_state *sampler,
1004 lp_linear_check_sampler(const struct lp_sampler_static_state *sampler,
H A Dlp_state_cs.c587 struct lp_sampler_static_state *cs_sampler;
647 const struct lp_sampler_static_state *samplers = lp_cs_variant_key_samplers(key);
670 const struct lp_sampler_static_state *samplers = lp_cs_variant_key_samplers(key);
H A Dlp_setup_rect.c176 ASSERTED struct lp_sampler_static_state *samp0 = lp_fs_variant_key_sampler_idx(&variant->key, 0);
H A Dlp_state_fs_linear.c670 struct lp_sampler_static_state *samp0 = lp_fs_variant_key_sampler_idx(&variant->key, 0);
H A Dlp_state_fs.c3447 const struct lp_sampler_static_state *samplers = lp_fs_variant_key_samplers(key);
3471 const struct lp_sampler_static_state *samplers = lp_fs_variant_key_samplers(key);
3662 struct lp_sampler_static_state *samp0 = lp_fs_variant_key_sampler_idx(key, 0);
4299 struct lp_sampler_static_state *fs_sampler;
4352 struct lp_sampler_static_state *samp0 = lp_fs_variant_key_sampler_idx(key, 0);
/xsrc/external/mit/MesaLib/dist/docs/relnotes/
H A D8.0.5.rst132 - gallivm: fix crash in lp_sampler_static_state()

Completed in 27 milliseconds