Home
last modified time | relevance | path

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

/external/mesa3d/src/gallium/auxiliary/tgsi/
Dtgsi_util.c303 case TGSI_OPCODE_TG4: { in tgsi_util_get_inst_usage_mask()
348 inst->Instruction.Opcode == TGSI_OPCODE_TG4) in tgsi_util_get_inst_usage_mask()
Dtgsi_scan.c86 return opcode != TGSI_OPCODE_TG4 && in computes_derivative()
369 case TGSI_OPCODE_TG4: in scan_instruction()
Dtgsi_exec.c5229 case TGSI_OPCODE_TG4: in exec_instruction()
/external/virglrenderer/src/gallium/include/pipe/
Dp_shader_tokens.h525 #define TGSI_OPCODE_TG4 182 macro
/external/mesa3d/src/gallium/include/pipe/
Dp_shader_tokens.h531 #define TGSI_OPCODE_TG4 182 macro
/external/virglrenderer/src/gallium/auxiliary/tgsi/
Dtgsi_info.c224 { 1, 3, 1, 0, 0, 0, OTHR, "TG4", TGSI_OPCODE_TG4 },
/external/mesa3d/src/gallium/drivers/radeonsi/
Dsi_shader_tgsi_mem.c1617 if (opcode == TGSI_OPCODE_TG4) { in tex_fetch_args()
1875 case TGSI_OPCODE_TG4: in build_tex_intrinsic()
1888 opcode == TGSI_OPCODE_TG4) { in build_tex_intrinsic()
1965 bld_base->op_actions[TGSI_OPCODE_TG4] = tex_action; in si_shader_context_init_mem()
/external/virglrenderer/src/
Dvrend_shader.c1926 } else if (inst->Instruction.Opcode == TGSI_OPCODE_TG4) { in get_tex_inst_ext()
2122 else if (inst->Instruction.Opcode == TGSI_OPCODE_TG4) in translate_tex()
2147 if (inst->Instruction.Opcode == TGSI_OPCODE_TG4 && in translate_tex()
2206 } else if (inst->Instruction.Opcode == TGSI_OPCODE_TG4) { in translate_tex()
2252 …nstruction.Opcode == TGSI_OPCODE_TXD || (inst->Instruction.Opcode == TGSI_OPCODE_TG4 && is_shad)) { in translate_tex()
2267 …} else if (is_shad && inst->Instruction.Opcode != TGSI_OPCODE_TG4) { /* TGSI returns 1.0 in alpha … in translate_tex()
3143 if ((inst->Instruction.Opcode == TGSI_OPCODE_TG4 && i == 1) || in get_source_info()
3184 if (inst->Instruction.Opcode == TGSI_OPCODE_TG4 && i == 1 && j == 0) { in get_source_info()
3582 case TGSI_OPCODE_TG4: in iter_instruction()
/external/mesa3d/src/gallium/auxiliary/nir/
Dtgsi_to_nir.c1617 [TGSI_OPCODE_TG4] = 0,
1764 case TGSI_OPCODE_TG4: in ttn_emit_instruction()
/external/mesa3d/src/gallium/drivers/nouveau/codegen/
Dnv50_ir_from_tgsi.cpp323 case TGSI_OPCODE_TG4: in srcMask()
2390 if (tgsi.getOpcode() == TGSI_OPCODE_TG4 && in handleTEX()
2440 if (tgsi.getOpcode() == TGSI_OPCODE_TG4 && !tgt.isShadow()) in handleTEX()
3532 case TGSI_OPCODE_TG4: in handleInstruction()
/external/mesa3d/src/gallium/drivers/r600/
Dr600_shader.c7046 inst->Instruction.Opcode == TGSI_OPCODE_TG4) in tgsi_tex()
7745 if (inst->Instruction.Opcode == TGSI_OPCODE_TG4) { in tgsi_tex()
7820 if (inst->Instruction.Opcode == TGSI_OPCODE_TG4 && in tgsi_tex()
10432 [TGSI_OPCODE_TG4] = { FETCH_OP_GATHER4, tgsi_unsupported},
10629 [TGSI_OPCODE_TG4] = { FETCH_OP_GATHER4, tgsi_tex},
10851 [TGSI_OPCODE_TG4] = { FETCH_OP_GATHER4, tgsi_tex},
/external/mesa3d/src/mesa/state_tracker/
Dst_glsl_to_tgsi.cpp4175 opcode = TGSI_OPCODE_TG4; in visit()
4331 } else if (opcode == TGSI_OPCODE_TG4) { in visit()
5838 case TGSI_OPCODE_TG4: in compile_tgsi_instruction()
/external/mesa3d/src/gallium/auxiliary/gallivm/
Dlp_bld_tgsi_soa.c3900 bld.bld_base.op_actions[TGSI_OPCODE_TG4].emit = tg4_emit; in lp_build_tgsi_soa()