Home
last modified time | relevance | path

Searched refs:TGSI_OPCODE_DFRACEXP (Results 1 – 7 of 7) sorted by relevance

/third_party/mesa3d/src/gallium/auxiliary/tgsi/
Dtgsi_info.c204 case TGSI_OPCODE_DFRACEXP: in tgsi_opcode_infer_type()
338 if (dst_idx == 1 && opcode == TGSI_OPCODE_DFRACEXP) in tgsi_opcode_infer_dst_type()
Dtgsi_util.c149 case TGSI_OPCODE_DFRACEXP: in tgsi_util_get_src_usage_mask()
Dtgsi_exec.c5798 case TGSI_OPCODE_DFRACEXP: in exec_instruction()
/third_party/mesa3d/src/gallium/include/pipe/
Dp_shader_tokens.h571 TGSI_OPCODE_DFRACEXP = 212 /* eg, cayman */, enumerator
/third_party/mesa3d/src/gallium/auxiliary/nir/
Dnir_to_tgsi.c1694 struct ntt_insn *insn = ntt_insn(c, TGSI_OPCODE_DFRACEXP, in ntt_emit_alu()
/third_party/mesa3d/src/gallium/drivers/r600/
Dr600_shader.c512 if (i->Instruction.NumDstRegs > 1 && i->Instruction.Opcode != TGSI_OPCODE_DFRACEXP) { in tgsi_is_supported()
12196 [TGSI_OPCODE_DFRACEXP] = { ALU_OP1_FREXP_64, tgsi_dfracexp},
12423 [TGSI_OPCODE_DFRACEXP] = { ALU_OP1_FREXP_64, tgsi_dfracexp},
/third_party/mesa3d/src/gallium/drivers/svga/
Dsvga_tgsi_vgpu10.c9261 case TGSI_OPCODE_DFRACEXP: in opcode_has_dbl_src()
11124 case TGSI_OPCODE_DFRACEXP: in emit_instruction()