Home
last modified time | relevance | path

Searched refs:nir_texop_txf_ms (Results 1 – 13 of 13) sorted by relevance

/external/mesa3d/src/intel/vulkan/
Danv_nir_lower_input_attachments.c102 tex->op = nir_texop_txf_ms; in try_lower_input_load()
/external/mesa3d/src/gallium/drivers/vc4/
Dvc4_nir_lower_txf_ms.c42 if (txf_ms->op != nir_texop_txf_ms) in vc4_nir_lower_txf_ms_instr()
/external/mesa3d/src/amd/vulkan/
Dradv_meta_resolve_cs.c91 tex->op = nir_texop_txf_ms; in build_resolve_compute_shader()
133 tex_add->op = nir_texop_txf_ms; in build_resolve_compute_shader()
/external/mesa3d/src/compiler/nir/
Dnir.h1124 nir_texop_txf_ms, /**< Multisample texture fetch */ enumerator
1262 case nir_texop_txf_ms: in nir_tex_instr_is_query()
1277 case nir_texop_txf_ms: in nir_tex_instr_src_type()
Dnir_print.c669 case nir_texop_txf_ms: in print_tex_instr()
/external/mesa3d/src/mesa/drivers/dri/i965/
Dbrw_vec4_nir.cpp2140 case nir_texop_txf_ms: op = ir_txf_ms; break; in ir_texture_opcode_for_nir_texop()
2196 case nir_texop_txf_ms: in nir_emit_texture()
2296 if (instr->op == nir_texop_txf_ms || in nir_emit_texture()
Dbrw_fs_nir.cpp4259 case nir_texop_txf_ms: in nir_emit_texture()
4341 assert(instr->op == nir_texop_txf_ms); in nir_emit_texture()
4364 (instr->op == nir_texop_txf_ms || in nir_emit_texture()
4398 case nir_texop_txf_ms: in nir_emit_texture()
/external/mesa3d/src/compiler/spirv/
Dspirv_to_nir.c1470 texop = nir_texop_txf_ms; in vtn_handle_texture()
1631 assert(texop == nir_texop_txf_ms); in vtn_handle_texture()
1632 texop = nir_texop_txf_ms; in vtn_handle_texture()
1681 case nir_texop_txf_ms: in vtn_handle_texture()
/external/mesa3d/src/gallium/auxiliary/nir/
Dtgsi_to_nir.c1293 op = nir_texop_txf_ms; in ttn_tex()
1412 if (op == nir_texop_txf_ms) in ttn_tex()
/external/mesa3d/src/amd/common/
Dac_nir_to_llvm.c1661 case nir_texop_txf_ms: in build_tex_intrinsic()
3091 op == nir_texop_txf_ms || in set_tex_fetch_args()
3167 if (fmask_ptr && !instr->sampler && (instr->op == nir_texop_txf_ms || in tex_fetch_ptrs()
3360 } else if (instr->op == nir_texop_txf_ms && sample_index) { in visit_tex()
/external/mesa3d/src/intel/blorp/
Dblorp_blit.c238 blorp_create_nir_tex_instr(b, v, nir_texop_txf_ms, pos, in blorp_nir_txf_ms()
/external/mesa3d/src/compiler/glsl/
Dglsl_to_nir.cpp1892 op = nir_texop_txf_ms; in visit()
/external/mesa3d/src/gallium/drivers/freedreno/ir3/
Dir3_compiler_nir.c1450 case nir_texop_txf_ms: in emit_tex()