Home
last modified time | relevance | path

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

/external/mesa3d/src/broadcom/compiler/
Dv3d40_tex.c67 .gather_mode = instr->op == nir_texop_tg4, in v3d40_vir_emit_tex()
110 instr->op != nir_texop_tg4) { in v3d40_vir_emit_tex()
Dv3d33_tex.c97 instr->op != nir_texop_tg4) { in v3d33_vir_emit_tex()
/external/mesa3d/src/gallium/drivers/freedreno/ir3/
Dir3_nir_lower_tg4_to_tex.c45 if (tg4->op != nir_texop_tg4) in lower_tg4()
Dir3_compiler_nir.c2308 case nir_texop_tg4: in emit_tex()
/external/mesa3d/src/compiler/nir/
Dnir_gather_info.c284 case nir_texop_tg4: in gather_tex_info()
Dnir_print.c712 case nir_texop_tg4: in print_tex_instr()
783 if (instr->op == nir_texop_tg4) { in print_tex_instr()
Dnir.h1192 nir_texop_tg4, /**< Texture gather */ enumerator
1326 case nir_texop_tg4: in nir_tex_instr_is_query()
Dnir_lower_tex.c656 if (tex->op == nir_texop_tg4) { in swizzle_result()
/external/mesa3d/src/intel/compiler/
Dbrw_vec4_nir.cpp2026 case nir_texop_tg4: op = ir_tg4; break; in ir_texture_opcode_for_nir_texop()
2151 if (instr->op == nir_texop_tg4) { in nir_emit_texture()
2199 if (instr->op == nir_texop_tg4) { in nir_emit_texture()
Dbrw_fs_nir.cpp4638 if (instr->op == nir_texop_tg4 && devinfo->gen < 8) { in nir_emit_texture()
4734 case nir_texop_tg4: in nir_emit_texture()
4766 if (instr->op == nir_texop_tg4) { in nir_emit_texture()
4784 instr->op != nir_texop_tg4 && instr->op != nir_texop_query_levels) { in nir_emit_texture()
4798 if (instr->op == nir_texop_tg4 && devinfo->gen == 6) in nir_emit_texture()
/external/mesa3d/src/compiler/spirv/
Dspirv_to_nir.c1910 texop = nir_texop_tg4; in vtn_handle_texture()
2112 case nir_texop_tg4: in vtn_handle_texture()
/external/mesa3d/src/amd/common/
Dac_nir_to_llvm.c2359 case nir_texop_tg4: in build_tex_intrinsic()
2372 if (instr->op == nir_texop_tg4 && ctx->ac.chip_class <= VI) { in build_tex_intrinsic()
5130 if (instr->op == nir_texop_tg4) { in visit_tex()
5145 instr->op != nir_texop_tg4) in visit_tex()
/external/mesa3d/src/compiler/glsl/
Dglsl_to_nir.cpp2004 op = nir_texop_tg4; in visit()