Home
last modified time | relevance | path

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

/external/mesa3d/src/broadcom/compiler/
Dv3d_nir_lower_txf_ms.c41 if (instr->op != nir_texop_txf_ms) in vc4_nir_lower_txf_ms_instr()
/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/compiler/nir/
Dnir_lower_samplers_as_deref.c169 if (instr->op != nir_texop_txf_ms && in lower_sampler()
Dnir_gather_info.c288 case nir_texop_txf_ms: in gather_tex_info()
Dnir.h1188 nir_texop_txf_ms, /**< Multisample texture fetch */ enumerator
1325 case nir_texop_txf_ms: in nir_tex_instr_is_query()
1340 case nir_texop_txf_ms: in nir_tex_instr_src_type()
Dnir_print.c700 case nir_texop_txf_ms: in print_tex_instr()
/external/mesa3d/src/amd/vulkan/
Dradv_meta.c507 tex->op = nir_texop_txf_ms; in radv_meta_build_resolve_shader_core()
547 tex_add->op = nir_texop_txf_ms; in radv_meta_build_resolve_shader_core()
/external/mesa3d/src/intel/compiler/
Dbrw_vec4_nir.cpp2030 case nir_texop_txf_ms: op = ir_txf_ms; break; in ir_texture_opcode_for_nir_texop()
2087 case nir_texop_txf_ms: in nir_emit_texture()
2187 if (instr->op == nir_texop_txf_ms || in nir_emit_texture()
Dbrw_fs_nir.cpp4579 case nir_texop_txf_ms: in nir_emit_texture()
4661 assert(instr->op == nir_texop_txf_ms); in nir_emit_texture()
4684 (instr->op == nir_texop_txf_ms || in nir_emit_texture()
4718 case nir_texop_txf_ms: in nir_emit_texture()
/external/mesa3d/src/compiler/spirv/
Dspirv_to_nir.c1902 texop = nir_texop_txf_ms; in vtn_handle_texture()
2066 vtn_assert(texop == nir_texop_txf_ms); in vtn_handle_texture()
2067 texop = nir_texop_txf_ms; in vtn_handle_texture()
2117 case nir_texop_txf_ms: in vtn_handle_texture()
/external/mesa3d/src/gallium/auxiliary/nir/
Dtgsi_to_nir.c1241 op = nir_texop_txf_ms; in ttn_tex()
1360 if (op == nir_texop_txf_ms) in ttn_tex()
/external/mesa3d/src/amd/common/
Dac_nir_to_llvm.c2331 case nir_texop_txf_ms: in build_tex_intrinsic()
4815 if (fmask_ptr && !instr->sampler && (instr->op == nir_texop_txf_ms || in tex_fetch_ptrs()
5035 instr->op != nir_texop_txf && instr->op != nir_texop_txf_ms) { in visit_tex()
5065 } else if (instr->op == nir_texop_txf_ms && sample_index) { in visit_tex()
/external/mesa3d/src/compiler/glsl/
Dglsl_to_nir.cpp1986 op = nir_texop_txf_ms; in visit()
/external/mesa3d/src/intel/blorp/
Dblorp_blit.c247 blorp_create_nir_tex_instr(b, v, nir_texop_txf_ms, pos, in blorp_nir_txf_ms()
/external/mesa3d/src/gallium/drivers/freedreno/ir3/
Dir3_compiler_nir.c2320 case nir_texop_txf_ms: in emit_tex()