Home
last modified time | relevance | path

Searched refs:TGSI_OPCODE_DFMA (Results 1 – 5 of 5) sorted by relevance

/third_party/mesa3d/src/gallium/auxiliary/tgsi/
Dtgsi_info.c194 case TGSI_OPCODE_DFMA: in tgsi_opcode_infer_type()
Dtgsi_scan.c483 fullinst->Instruction.Opcode == TGSI_OPCODE_DFMA || in scan_instruction()
/third_party/mesa3d/src/gallium/include/pipe/
Dp_shader_tokens.h462 TGSI_OPCODE_DFMA = 118, enumerator
/third_party/mesa3d/src/gallium/drivers/nouveau/codegen/
Dnv50_ir_from_tgsi.cpp595 case TGSI_OPCODE_DFMA: in inferSrcType()
4123 case TGSI_OPCODE_DFMA: in handleInstruction()
/third_party/mesa3d/src/gallium/drivers/r600/
Dr600_shader.c11875 [TGSI_OPCODE_DFMA] = { ALU_OP0_NOP, tgsi_unsupported},
12165 [TGSI_OPCODE_DFMA] = { ALU_OP3_FMA_64, tgsi_op3_64},
12392 [TGSI_OPCODE_DFMA] = { ALU_OP3_FMA_64, tgsi_op3_64},