Searched refs:TGSI_OPCODE_DFRACEXP (Results 1 – 9 of 9) sorted by relevance
/third_party/mesa3d/src/gallium/auxiliary/tgsi/ |
D | tgsi_info.c | 204 case TGSI_OPCODE_DFRACEXP: in tgsi_opcode_infer_type() 338 if (dst_idx == 1 && opcode == TGSI_OPCODE_DFRACEXP) in tgsi_opcode_infer_dst_type()
|
D | tgsi_util.c | 145 case TGSI_OPCODE_DFRACEXP: in tgsi_util_get_inst_usage_mask()
|
D | tgsi_exec.c | 5877 case TGSI_OPCODE_DFRACEXP: in exec_instruction()
|
/third_party/mesa3d/src/mesa/state_tracker/tests/ |
D | test_glsl_to_tgsi_lifetime.cpp | 891 { 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/ |
D | p_shader_tokens.h | 570 TGSI_OPCODE_DFRACEXP = 212 /* eg, cayman */, enumerator
|
/third_party/mesa3d/src/gallium/auxiliary/nir/ |
D | nir_to_tgsi.c | 1202 ureg_insn(c->ureg, TGSI_OPCODE_DFRACEXP, in ntt_emit_alu()
|
/third_party/mesa3d/src/mesa/state_tracker/ |
D | st_glsl_to_tgsi.cpp | 1646 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/ |
D | r600_shader.c | 506 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/ |
D | svga_tgsi_vgpu10.c | 9507 case TGSI_OPCODE_DFRACEXP: in emit_vgpu10_instruction()
|