Home
last modified time | relevance | path

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

/external/mesa3d/src/gallium/auxiliary/draw/
Ddraw_llvm.h187 PIPE_MAX_SAMPLERS * sizeof(struct lp_sampler_static_state) + \
196 nr_samplers * sizeof(struct lp_sampler_static_state) + in draw_llvm_variant_key_size()
201 static INLINE struct lp_sampler_static_state *
204 return (struct lp_sampler_static_state *) in draw_llvm_variant_key_samplers()
285 draw_llvm_sampler_soa_create(const struct lp_sampler_static_state *static_state,
Ddraw_llvm_sample.c61 const struct lp_sampler_static_state *static_state;
222 draw_llvm_sampler_soa_create(const struct lp_sampler_static_state *static_state, in draw_llvm_sampler_soa_create()
Ddraw_llvm.c1317 struct lp_sampler_static_state *sampler; in draw_llvm_make_variant_key()
1353 lp_sampler_static_state(&sampler[i], in draw_llvm_make_variant_key()
/external/mesa3d/src/gallium/auxiliary/gallivm/
Dlp_bld_sample.h69 struct lp_sampler_static_state struct
195 const struct lp_sampler_static_state *static_state;
317 lp_sampler_static_state(struct lp_sampler_static_state *state,
411 const struct lp_sampler_static_state *static_state,
434 const struct lp_sampler_static_state *static_state,
Dlp_bld_sample_soa.c87 const struct lp_sampler_static_state *static_state = bld->static_state; in lp_build_sample_texel_soa()
1234 const struct lp_sampler_static_state *static_state, in lp_build_sample_soa()
1560 const struct lp_sampler_static_state *static_state, in lp_build_size_query_soa()
Dlp_bld_sample.c95 lp_sampler_static_state(struct lp_sampler_static_state *state, in lp_sampler_static_state() function
/external/mesa3d/src/gallium/drivers/llvmpipe/
Dlp_tex_sample.h35 struct lp_sampler_static_state;
44 lp_llvm_sampler_soa_create(const struct lp_sampler_static_state *key,
Dlp_tex_sample.c66 const struct lp_sampler_static_state *static_state;
232 lp_llvm_sampler_soa_create(const struct lp_sampler_static_state *static_state, in lp_llvm_sampler_soa_create()
Dlp_state_fs.h69 struct lp_sampler_static_state sampler[PIPE_MAX_SAMPLERS];
Dlp_state_fs.c1647 lp_sampler_static_state(&key->sampler[i], in make_variant_key()