Home
last modified time | relevance | path

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

/external/mesa3d/src/compiler/nir/
Dnir_lower_fb_read.c60 tex->op = nir_texop_txf_ms_fb; in lower_fb_read()
Dnir_print.c1115 case nir_texop_txf_ms_fb: in print_tex_instr()
1238 if (instr->op != nir_texop_txf_ms_fb) { in print_tex_instr()
Dnir.h2218 nir_texop_txf_ms_fb, /**< Multisample texture fetch from framebuffer */ enumerator
2376 case nir_texop_txf_ms_fb: in nir_tex_instr_is_query()
2405 case nir_texop_txf_ms_fb: in nir_tex_instr_src_type()
/external/mesa3d/src/freedreno/ir3/
Dir3_compiler_nir.c2276 case nir_texop_txf_ms_fb: in emit_tex()
2401 if (tex->op == nir_texop_txf_ms_fb) { in emit_tex()
/external/mesa3d/src/panfrost/bifrost/
Dbifrost_compile.c1803 case nir_texop_txf_ms_fb: in bi_tex_op()
/external/mesa3d/src/compiler/spirv/
Dspirv_to_nir.c2667 case nir_texop_txf_ms_fb: in vtn_handle_texture()