Searched refs:lp_static_texture_state (Results 1 – 8 of 8) sorted by relevance
/third_party/mesa3d/src/gallium/auxiliary/gallivm/ |
D | lp_bld_sample.h | 163 struct lp_static_texture_state struct 358 const struct lp_static_texture_state *static_texture_state; 567 lp_sampler_static_texture_state(struct lp_static_texture_state *state, 571 lp_sampler_static_texture_state_image(struct lp_static_texture_state *state, 689 lp_build_sample_soa(const struct lp_static_texture_state *static_texture_state, 707 const struct lp_static_texture_state *static_state, 725 lp_build_img_op_soa(const struct lp_static_texture_state *static_texture_state, 741 const struct lp_static_texture_state *static_texture_state, 757 const struct lp_static_texture_state *static_texture_state,
|
D | lp_bld_sample_soa.c | 3263 const struct lp_static_texture_state *static_texture_state, in lp_build_sample_soa_code() 3928 const struct lp_static_texture_state *static_texture_state, in lp_build_sample_gen_func() 4062 const struct lp_static_texture_state *static_texture_state, in lp_build_sample_soa_func() 4248 lp_build_sample_soa(const struct lp_static_texture_state *static_texture_state, in lp_build_sample_soa() 4328 const struct lp_static_texture_state *static_state, in lp_build_size_query_soa() 4598 lp_build_img_op_soa(const struct lp_static_texture_state *static_texture_state, in lp_build_img_op_soa() 4768 const struct lp_static_texture_state *static_texture_state, in lp_build_sample_array_case_soa() 4838 const struct lp_static_texture_state *static_texture_state, in lp_build_image_op_array_case()
|
D | lp_bld_sample.c | 98 lp_sampler_static_texture_state(struct lp_static_texture_state *state, in lp_sampler_static_texture_state() 134 lp_sampler_static_texture_state_image(struct lp_static_texture_state *state, in lp_sampler_static_texture_state_image()
|
/third_party/mesa3d/src/gallium/drivers/llvmpipe/ |
D | lp_state_fs.h | 69 struct lp_static_texture_state texture_state; 75 struct lp_static_texture_state image_state;
|
D | lp_state_cs.c | 671 const struct lp_static_texture_state *texture = &samplers[i].texture_state; in dump_cs_variant_key() 686 const struct lp_static_texture_state *image = &images[i].image_state; in dump_cs_variant_key()
|
D | lp_state_fs.c | 3472 const struct lp_static_texture_state *texture = &samplers[i].texture_state; in dump_fs_variant_key() 3487 const struct lp_static_texture_state *image = &images[i].image_state; in dump_fs_variant_key()
|
/third_party/mesa3d/src/gallium/drivers/swr/ |
D | swr_tex_sample.h | 39 struct lp_static_texture_state texture_state;
|
/third_party/mesa3d/src/gallium/auxiliary/draw/ |
D | draw_llvm.h | 74 struct lp_static_texture_state texture_state; 79 struct lp_static_texture_state image_state;
|