Searched refs:nir_texop_tg4 (Results 1 – 13 of 13) sorted by relevance
67 .gather_mode = instr->op == nir_texop_tg4, in v3d40_vir_emit_tex()110 instr->op != nir_texop_tg4) { in v3d40_vir_emit_tex()
97 instr->op != nir_texop_tg4) { in v3d33_vir_emit_tex()
45 if (tg4->op != nir_texop_tg4) in lower_tg4()
2308 case nir_texop_tg4: in emit_tex()
284 case nir_texop_tg4: in gather_tex_info()
712 case nir_texop_tg4: in print_tex_instr()783 if (instr->op == nir_texop_tg4) { in print_tex_instr()
1192 nir_texop_tg4, /**< Texture gather */ enumerator1326 case nir_texop_tg4: in nir_tex_instr_is_query()
656 if (tex->op == nir_texop_tg4) { in swizzle_result()
2026 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()
4638 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()
1910 texop = nir_texop_tg4; in vtn_handle_texture()2112 case nir_texop_tg4: in vtn_handle_texture()
2359 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()
2004 op = nir_texop_tg4; in visit()