Home
last modified time | relevance | path

Searched refs:emit_tex_sample (Results 1 – 5 of 5) sorted by relevance

/third_party/mesa3d/src/gallium/auxiliary/gallivm/
Dlp_bld_tgsi.h208 (*emit_tex_sample)(const struct lp_build_sampler_soa *sampler, member
Dlp_bld_tgsi_soa.c2273 bld->sampler->emit_tex_sample(bld->sampler, in emit_tex()
2442 bld->sampler->emit_tex_sample(bld->sampler, in emit_sample()
2582 bld->sampler->emit_tex_sample(bld->sampler, in emit_fetch_texels()
Dlp_bld_nir_soa.c1670 bld->sampler->emit_tex_sample(bld->sampler, in emit_tex()
1705 bld->sampler->emit_tex_sample(bld->sampler, in emit_tex()
/third_party/mesa3d/src/gallium/auxiliary/draw/
Ddraw_llvm_sample.c392 sampler->base.emit_tex_sample = draw_llvm_sampler_soa_emit_fetch_texel; in draw_llvm_sampler_soa_create()
/third_party/mesa3d/src/gallium/drivers/llvmpipe/
Dlp_tex_sample.c434 sampler->base.emit_tex_sample = lp_llvm_sampler_soa_emit_fetch_texel; in lp_llvm_sampler_soa_create()