Home
last modified time | relevance | path

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

/external/mesa3d/src/gallium/drivers/swr/
Dswr_tex_sample.cpp353 sampler->base.emit_tex_sample = swr_sampler_soa_emit_fetch_texel; in swr_sampler_soa_create()
/external/mesa3d/src/gallium/auxiliary/gallivm/
Dlp_bld_tgsi.h206 (*emit_tex_sample)(const struct lp_build_sampler_soa *sampler, member
Dlp_bld_tgsi_soa.c2268 bld->sampler->emit_tex_sample(bld->sampler, in emit_tex()
2437 bld->sampler->emit_tex_sample(bld->sampler, in emit_sample()
2577 bld->sampler->emit_tex_sample(bld->sampler, in emit_fetch_texels()
Dlp_bld_nir_soa.c1417 bld->sampler->emit_tex_sample(bld->sampler, in emit_tex()
1437 bld->sampler->emit_tex_sample(bld->sampler, in emit_tex()
/external/mesa3d/src/gallium/auxiliary/draw/
Ddraw_llvm_sample.c391 sampler->base.emit_tex_sample = draw_llvm_sampler_soa_emit_fetch_texel; in draw_llvm_sampler_soa_create()
/external/mesa3d/src/gallium/drivers/llvmpipe/
Dlp_tex_sample.c432 sampler->base.emit_tex_sample = lp_llvm_sampler_soa_emit_fetch_texel; in lp_llvm_sampler_soa_create()