Home
last modified time | relevance | path

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

/third_party/mesa3d/src/gallium/auxiliary/tgsi/
Dtgsi_util.c246 case TGSI_OPCODE_TG4: { in tgsi_util_get_src_usage_mask()
291 opcode == TGSI_OPCODE_TG4) in tgsi_util_get_src_usage_mask()
Dtgsi_scan.c87 return opcode != TGSI_OPCODE_TG4 && in computes_derivative()
373 case TGSI_OPCODE_TG4: in scan_instruction()
Dtgsi_exec.c5134 case TGSI_OPCODE_TG4: in exec_instruction()
/third_party/mesa3d/src/gallium/include/pipe/
Dp_shader_tokens.h536 TGSI_OPCODE_TG4 = 182, enumerator
/third_party/mesa3d/src/nouveau/codegen/
Dnv50_ir_from_tgsi.cpp321 case TGSI_OPCODE_TG4: in srcMask()
2346 case TGSI_OPCODE_TG4: shd = fetchSrc(1, 0); break; in handleTEX()
2400 if (tgsi.getOpcode() == TGSI_OPCODE_TG4 && !tgt.isShadow()) in handleTEX()
3521 case TGSI_OPCODE_TG4: in handleInstruction()
/third_party/mesa3d/src/gallium/auxiliary/nir/
Dtgsi_to_nir.c1940 [TGSI_OPCODE_TG4] = 0,
2110 case TGSI_OPCODE_TG4: in ttn_emit_instruction()
Dnir_to_tgsi.c2652 tex_opcode = TGSI_OPCODE_TG4; in ntt_emit_texture()
/third_party/mesa3d/src/gallium/drivers/r600/
Dr600_shader.c7594 inst->Instruction.Opcode == TGSI_OPCODE_TG4) in tgsi_tex()
7991 if (inst->Instruction.Opcode == TGSI_OPCODE_TG4) { in tgsi_tex()
8470 if (inst->Instruction.Opcode == TGSI_OPCODE_TG4) { in tgsi_tex()
8555 if (inst->Instruction.Opcode == TGSI_OPCODE_TG4 && in tgsi_tex()
11967 [TGSI_OPCODE_TG4] = { FETCH_OP_GATHER4, tgsi_unsupported},
12164 [TGSI_OPCODE_TG4] = { FETCH_OP_GATHER4, tgsi_tex},
12391 [TGSI_OPCODE_TG4] = { FETCH_OP_GATHER4, tgsi_tex},
/third_party/mesa3d/src/gallium/auxiliary/gallivm/
Dlp_bld_tgsi_soa.c4541 bld.bld_base.op_actions[TGSI_OPCODE_TG4].emit = tg4_emit; in lp_build_tgsi_soa()
/third_party/mesa3d/src/gallium/frontends/nine/
Dnine_shader.c839 ureg_tex_insn(tx->ureg, TGSI_OPCODE_TG4, &tmp, 1, target, TGSI_RETURN_TYPE_FLOAT, in TEX_if_fetch4()
/third_party/mesa3d/src/gallium/drivers/svga/
Dsvga_tgsi_vgpu10.c11053 case TGSI_OPCODE_TG4: in emit_instruction()