Home
last modified time | relevance | path

Searched refs:TGSI_OPCODE_DFRACEXP (Results 1 – 9 of 9) 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.c145 case TGSI_OPCODE_DFRACEXP: in tgsi_util_get_inst_usage_mask()
Dtgsi_exec.c5877 case TGSI_OPCODE_DFRACEXP: in exec_instruction()
/third_party/mesa3d/src/mesa/state_tracker/tests/
Dtest_glsl_to_tgsi_lifetime.cpp891 { TGSI_OPCODE_DFRACEXP , {1,2}, {in0}, {}}, in TEST_F()
1407 { TGSI_OPCODE_DFRACEXP , {1,2}, {in0}, {}}, in TEST_F()
1456 { TGSI_OPCODE_DFRACEXP , {1,2}, {in0}, {}}, in TEST_F()
1536 { TGSI_OPCODE_DFRACEXP , {2,4}, {3}, {}}, in TEST_F()
1547 { TGSI_OPCODE_DFRACEXP , {1,2}, {in0}, {}}, in TEST_F()
/third_party/mesa3d/src/gallium/include/pipe/
Dp_shader_tokens.h570 TGSI_OPCODE_DFRACEXP = 212 /* eg, cayman */, enumerator
/third_party/mesa3d/src/gallium/auxiliary/nir/
Dnir_to_tgsi.c1202 ureg_insn(c->ureg, TGSI_OPCODE_DFRACEXP, in ntt_emit_alu()
/third_party/mesa3d/src/mesa/state_tracker/
Dst_glsl_to_tgsi.cpp1646 emit_asm(ir, TGSI_OPCODE_DFRACEXP, result_dst, undef_dst, op[0]); in visit_expression()
1650 emit_asm(ir, TGSI_OPCODE_DFRACEXP, undef_dst, result_dst, op[0]); in visit_expression()
/third_party/mesa3d/src/gallium/drivers/r600/
Dr600_shader.c506 if (i->Instruction.NumDstRegs > 1 && i->Instruction.Opcode != TGSI_OPCODE_DFRACEXP) { in tgsi_is_supported()
12168 [TGSI_OPCODE_DFRACEXP] = { ALU_OP1_FREXP_64, tgsi_dfracexp},
12395 [TGSI_OPCODE_DFRACEXP] = { ALU_OP1_FREXP_64, tgsi_dfracexp},
/third_party/mesa3d/src/gallium/drivers/svga/
Dsvga_tgsi_vgpu10.c9507 case TGSI_OPCODE_DFRACEXP: in emit_vgpu10_instruction()