Searched refs:lp_sampler_static_state (Results 1 – 10 of 10) sorted by relevance
/external/mesa3d/src/gallium/auxiliary/draw/ |
D | draw_llvm.h | 187 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,
|
D | draw_llvm_sample.c | 61 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()
|
D | draw_llvm.c | 1317 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/ |
D | lp_bld_sample.h | 69 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,
|
D | lp_bld_sample_soa.c | 87 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()
|
D | lp_bld_sample.c | 95 lp_sampler_static_state(struct lp_sampler_static_state *state, in lp_sampler_static_state() function
|
/external/mesa3d/src/gallium/drivers/llvmpipe/ |
D | lp_tex_sample.h | 35 struct lp_sampler_static_state; 44 lp_llvm_sampler_soa_create(const struct lp_sampler_static_state *key,
|
D | lp_tex_sample.c | 66 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()
|
D | lp_state_fs.h | 69 struct lp_sampler_static_state sampler[PIPE_MAX_SAMPLERS];
|
D | lp_state_fs.c | 1647 lp_sampler_static_state(&key->sampler[i], in make_variant_key()
|