Searched refs:lp_static_texture_state (Results 1 – 7 of 7) sorted by relevance
/third_party/mesa3d/src/gallium/auxiliary/gallivm/ |
D | lp_bld_sample.h | 168 struct lp_static_texture_state struct 363 const struct lp_static_texture_state *static_texture_state; 575 lp_sampler_static_texture_state(struct lp_static_texture_state *state, 579 lp_sampler_static_texture_state_image(struct lp_static_texture_state *state, 697 lp_build_sample_soa(const struct lp_static_texture_state *static_texture_state, 715 const struct lp_static_texture_state *static_state, 733 lp_build_img_op_soa(const struct lp_static_texture_state *static_texture_state, 749 const struct lp_static_texture_state *static_texture_state, 766 const struct lp_static_texture_state *static_texture_state,
|
D | lp_bld_sample_soa.c | 3292 const struct lp_static_texture_state *static_texture_state, in lp_build_sample_soa_code() 3956 const struct lp_static_texture_state *static_texture_state, in lp_build_sample_gen_func() 4090 const struct lp_static_texture_state *static_texture_state, in lp_build_sample_soa_func() 4276 lp_build_sample_soa(const struct lp_static_texture_state *static_texture_state, in lp_build_sample_soa() 4355 const struct lp_static_texture_state *static_state, in lp_build_size_query_soa() 4669 lp_build_img_op_soa(const struct lp_static_texture_state *static_texture_state, in lp_build_img_op_soa() 4866 const struct lp_static_texture_state *static_texture_state, in lp_build_sample_array_case_soa() 4947 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() 136 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 | 70 struct lp_static_texture_state texture_state; 76 struct lp_static_texture_state image_state;
|
D | lp_state_cs.c | 697 const struct lp_static_texture_state *texture = &samplers[i].texture_state; in dump_cs_variant_key() 712 const struct lp_static_texture_state *image = &images[i].image_state; in dump_cs_variant_key()
|
D | lp_state_fs.c | 3550 const struct lp_static_texture_state *texture = &samplers[i].texture_state; in dump_fs_variant_key() 3565 const struct lp_static_texture_state *image = &images[i].image_state; in dump_fs_variant_key()
|
/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;
|