Searched refs:lp_static_texture_state (Results 1 – 8 of 8) sorted by relevance
/external/mesa3d/src/gallium/auxiliary/gallivm/ |
D | lp_bld_sample.h | 162 struct lp_static_texture_state struct 352 const struct lp_static_texture_state *static_texture_state; 559 lp_sampler_static_texture_state(struct lp_static_texture_state *state, 563 lp_sampler_static_texture_state_image(struct lp_static_texture_state *state, 680 lp_build_sample_soa(const struct lp_static_texture_state *static_texture_state, 698 const struct lp_static_texture_state *static_state, 716 lp_build_img_op_soa(const struct lp_static_texture_state *static_texture_state, 732 const struct lp_static_texture_state *static_texture_state, 748 const struct lp_static_texture_state *static_texture_state,
|
D | lp_bld_sample_soa.c | 2807 const struct lp_static_texture_state *static_texture_state, in lp_build_sample_soa_code() 3468 const struct lp_static_texture_state *static_texture_state, in lp_build_sample_gen_func() 3597 const struct lp_static_texture_state *static_texture_state, in lp_build_sample_soa_func() 3778 lp_build_sample_soa(const struct lp_static_texture_state *static_texture_state, in lp_build_sample_soa() 3857 const struct lp_static_texture_state *static_state, in lp_build_size_query_soa() 4136 lp_build_img_op_soa(const struct lp_static_texture_state *static_texture_state, in lp_build_img_op_soa() 4302 const struct lp_static_texture_state *static_texture_state, in lp_build_sample_array_case_soa() 4372 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()
|
/external/mesa3d/src/gallium/drivers/llvmpipe/ |
D | lp_state_fs.h | 58 struct lp_static_texture_state texture_state; 64 struct lp_static_texture_state image_state;
|
D | lp_state_cs.c | 639 const struct lp_static_texture_state *texture = &key->samplers[i].texture_state; in dump_cs_variant_key() 654 const struct lp_static_texture_state *image = &images[i].image_state; in dump_cs_variant_key()
|
D | lp_state_fs.c | 3403 const struct lp_static_texture_state *texture = &key->samplers[i].texture_state; in dump_fs_variant_key() 3418 const struct lp_static_texture_state *image = &images[i].image_state; in dump_fs_variant_key()
|
/external/mesa3d/src/gallium/drivers/swr/ |
D | swr_tex_sample.h | 39 struct lp_static_texture_state texture_state;
|
/external/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;
|