Home
last modified time | relevance | path

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

/external/mesa3d/src/gallium/include/pipe/
Dp_shader_tokens.h527 #define TGSI_OPCODE_TG4 182 macro
/external/mesa3d/src/gallium/auxiliary/tgsi/
Dtgsi_info.c224 { 1, 3, 1, 0, 0, 0, 0, OTHR, "TG4", TGSI_OPCODE_TG4 },
Dtgsi_scan.c87 return opcode != TGSI_OPCODE_TG4 && in computes_derivative()
Dtgsi_exec.c5362 case TGSI_OPCODE_TG4: in exec_instruction()
/external/mesa3d/src/gallium/auxiliary/nir/
Dtgsi_to_nir.c1678 [TGSI_OPCODE_TG4] = 0,
1846 case TGSI_OPCODE_TG4: in ttn_emit_instruction()
/external/mesa3d/src/gallium/drivers/nouveau/codegen/
Dnv50_ir_from_tgsi.cpp2188 if (tgsi.getOpcode() == TGSI_OPCODE_TG4 && in handleTEX()
2238 if (tgsi.getOpcode() == TGSI_OPCODE_TG4 && !tgt.isShadow()) in handleTEX()
3325 case TGSI_OPCODE_TG4: in handleInstruction()
/external/mesa3d/src/gallium/drivers/r600/
Dr600_shader.c6810 inst->Instruction.Opcode == TGSI_OPCODE_TG4) in tgsi_tex()
7509 if (inst->Instruction.Opcode == TGSI_OPCODE_TG4) { in tgsi_tex()
7585 if (inst->Instruction.Opcode == TGSI_OPCODE_TG4 && in tgsi_tex()
9243 [TGSI_OPCODE_TG4] = { FETCH_OP_GATHER4, tgsi_unsupported},
9441 [TGSI_OPCODE_TG4] = { FETCH_OP_GATHER4, tgsi_tex},
9664 [TGSI_OPCODE_TG4] = { FETCH_OP_GATHER4, tgsi_tex},
/external/mesa3d/src/gallium/drivers/radeonsi/
Dsi_shader.c4826 if (opcode == TGSI_OPCODE_TG4) { in tex_fetch_args()
4982 case TGSI_OPCODE_TG4: in build_tex_intrinsic()
4998 if (opcode == TGSI_OPCODE_TG4) { in build_tex_intrinsic()
6743 bld_base->op_actions[TGSI_OPCODE_TG4] = tex_action; in si_init_shader_ctx()
/external/mesa3d/src/mesa/state_tracker/
Dst_glsl_to_tgsi.cpp4059 opcode = TGSI_OPCODE_TG4; in visit()
4203 } else if (opcode == TGSI_OPCODE_TG4) { in visit()
5637 case TGSI_OPCODE_TG4: in compile_tgsi_instruction()
/external/mesa3d/src/gallium/auxiliary/gallivm/
Dlp_bld_tgsi_soa.c4017 bld.bld_base.op_actions[TGSI_OPCODE_TG4].emit = tg4_emit; in lp_build_tgsi_soa()