Searched refs:nir_texop_tex_prefetch (Results 1 - 7 of 7) sorted by relevance

/xsrc/external/mit/MesaLib/dist/src/freedreno/ir3/
H A Dir3_nir_lower_tex_prefetch.c28 * prior to FS shader start, and change them to nir_texop_tex_prefetch.
187 tex->op = nir_texop_tex_prefetch;
H A Dir3_compiler_nir.c2450 case nir_texop_tex_prefetch:
/xsrc/external/mit/MesaLib/dist/src/compiler/nir/
H A Dnir_print.c1103 case nir_texop_tex_prefetch:
H A Dnir.h2183 nir_texop_tex_prefetch, /**< Regular texture look-up, eligible for pre-dispatch */ enumerator in enum:__anon3ec4419d2303
/xsrc/external/mit/MesaLib/dist/src/panfrost/bifrost/
H A Dbifrost_compile.c2547 case nir_texop_tex_prefetch:
/xsrc/external/mit/MesaLib/dist/src/compiler/spirv/
H A Dspirv_to_nir.c2771 case nir_texop_tex_prefetch:
2772 vtn_fail("unexpected nir_texop_tex_prefetch");
/xsrc/external/mit/MesaLib/dist/docs/relnotes/
H A D19.3.0.rst1081 - nir: Add new texop nir_texop_tex_prefetch

Completed in 35 milliseconds