Home
last modified time | relevance | path

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

/external/mesa3d/src/freedreno/ir3/
Dir3_nir_lower_tex_prefetch.c191 tex->op = nir_texop_tex_prefetch; in lower_tex_prefetch_block()
Dir3_compiler_nir.c2240 case nir_texop_tex_prefetch: in emit_tex()
/external/mesa3d/src/compiler/nir/
Dnir_print.c1139 case nir_texop_tex_prefetch: in print_tex_instr()
Dnir.h2228 nir_texop_tex_prefetch, /**< Regular texture look-up, eligible for pre-dispatch */ enumerator
/external/mesa3d/src/panfrost/bifrost/
Dbifrost_compile.c1799 case nir_texop_tex_prefetch: in bi_tex_op()
/external/mesa3d/src/compiler/spirv/
Dspirv_to_nir.c2672 case nir_texop_tex_prefetch: in vtn_handle_texture()
/external/mesa3d/docs/relnotes/
D19.3.0.rst1081 - nir: Add new texop nir_texop_tex_prefetch