Home
last modified time | relevance | path

Searched refs:TGSI_OPCODE_F2D (Results 1 – 12 of 12) sorted by relevance

/third_party/mesa3d/src/gallium/auxiliary/tgsi/
Dtgsi_info.c212 case TGSI_OPCODE_F2D: in tgsi_opcode_infer_type()
294 case TGSI_OPCODE_F2D: in tgsi_opcode_infer_src_type()
Dtgsi_util.c146 case TGSI_OPCODE_F2D: in tgsi_util_get_inst_usage_mask()
Dtgsi_scan.c481 if ((fullinst->Instruction.Opcode >= TGSI_OPCODE_F2D && in scan_instruction()
Dtgsi_exec.c5797 case TGSI_OPCODE_F2D: in exec_instruction()
/third_party/mesa3d/src/gallium/include/pipe/
Dp_shader_tokens.h553 TGSI_OPCODE_F2D = 195 /* SM5 */, enumerator
/third_party/mesa3d/src/gallium/drivers/nouveau/codegen/
Dnv50_ir_from_tgsi.cpp386 case TGSI_OPCODE_F2D: { in srcMask()
668 case TGSI_OPCODE_F2D: in inferDstType()
3946 case TGSI_OPCODE_F2D: in handleInstruction()
/third_party/mesa3d/src/gallium/drivers/svga/
Dsvga_tgsi_vgpu10.c921 case TGSI_OPCODE_F2D: in translate_opcode()
8597 case TGSI_OPCODE_F2D: in opcode_has_dbl_dst()
8678 case TGSI_OPCODE_F2D: in check_double_dst_writemask()
9336 case TGSI_OPCODE_F2D: in emit_vgpu10_instruction()
/third_party/mesa3d/src/gallium/auxiliary/gallivm/
Dlp_bld_tgsi_action.c1219 bld_base->op_actions[TGSI_OPCODE_F2D].emit = f2d_emit; in lp_set_default_actions()
/third_party/mesa3d/src/gallium/auxiliary/nir/
Dtgsi_to_nir.c1952 [TGSI_OPCODE_F2D] = nir_op_f2f64,
Dnir_to_tgsi.c887 [nir_op_f2f64] = { TGSI_OPCODE_F2D }, in ntt_emit_alu()
/third_party/mesa3d/src/mesa/state_tracker/
Dst_glsl_to_tgsi.cpp736 if (op == TGSI_OPCODE_F2D || op == TGSI_OPCODE_U2D || in emit_asm()
2266 emit_asm(ir, TGSI_OPCODE_F2D, result_dst, op[0]); in visit_expression()
/third_party/mesa3d/src/gallium/drivers/r600/
Dr600_shader.c12149 [TGSI_OPCODE_F2D] = { ALU_OP1_FLT32_TO_FLT64, tgsi_op2_64},
12376 [TGSI_OPCODE_F2D] = { ALU_OP1_FLT32_TO_FLT64, tgsi_op2_64},