Home
last modified time | relevance | path

Searched refs:TGSI_OPCODE_DFMA (Results 1 – 6 of 6) 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.h463 TGSI_OPCODE_DFMA = 118, enumerator
/third_party/mesa3d/src/gallium/drivers/svga/
Dsvga_tgsi_vgpu10.c1038 case TGSI_OPCODE_DFMA: in translate_opcode()
9226 case TGSI_OPCODE_DFMA: in opcode_has_dbl_dst()
9252 case TGSI_OPCODE_DFMA: in opcode_has_dbl_src()
9327 case TGSI_OPCODE_DFMA: in check_double_dst_writemask()
11112 case TGSI_OPCODE_DFMA: in emit_instruction()
/third_party/mesa3d/src/nouveau/codegen/
Dnv50_ir_from_tgsi.cpp595 case TGSI_OPCODE_DFMA: in inferSrcType()
4129 case TGSI_OPCODE_DFMA: in handleInstruction()
/third_party/mesa3d/src/gallium/drivers/r600/
Dr600_shader.c11903 [TGSI_OPCODE_DFMA] = { ALU_OP0_NOP, tgsi_unsupported},
12193 [TGSI_OPCODE_DFMA] = { ALU_OP3_FMA_64, tgsi_op3_64},
12420 [TGSI_OPCODE_DFMA] = { ALU_OP3_FMA_64, tgsi_op3_64},