Home
last modified time | relevance | path

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

/third_party/mesa3d/src/freedreno/ir3/
Dir3_nir_lower_tex_prefetch.c187 tex->op = nir_texop_tex_prefetch; in lower_tex_prefetch_block()
Dir3_compiler_nir.c2450 case nir_texop_tex_prefetch: in emit_tex()
/third_party/mesa3d/src/compiler/nir/
Dnir_print.c1103 case nir_texop_tex_prefetch: in print_tex_instr()
Dnir.h2183 nir_texop_tex_prefetch, /**< Regular texture look-up, eligible for pre-dispatch */ enumerator
/third_party/mesa3d/src/panfrost/bifrost/
Dbifrost_compile.c2545 case nir_texop_tex_prefetch: in bi_tex_op()
/third_party/mesa3d/src/compiler/spirv/
Dspirv_to_nir.c2771 case nir_texop_tex_prefetch: in vtn_handle_texture()
/third_party/mesa3d/docs/relnotes/
D19.3.0.rst1081 - nir: Add new texop nir_texop_tex_prefetch