Home
last modified time | relevance | path

Searched refs:TGSI_OPCODE_F2D (Results 1 - 11 of 11) sorted by relevance

/third_party/mesa3d/src/gallium/auxiliary/tgsi/
H A Dtgsi_info.c212 case TGSI_OPCODE_F2D: in tgsi_opcode_infer_type()
294 case TGSI_OPCODE_F2D: in tgsi_opcode_infer_src_type()
H A Dtgsi_util.c150 case TGSI_OPCODE_F2D: in tgsi_util_get_src_usage_mask()
H A Dtgsi_scan.c481 if ((fullinst->Instruction.Opcode >= TGSI_OPCODE_F2D && in scan_instruction()
H A Dtgsi_exec.c5718 case TGSI_OPCODE_F2D: in exec_instruction()
/third_party/mesa3d/src/gallium/include/pipe/
H A Dp_shader_tokens.h554 TGSI_OPCODE_F2D = 195 /* SM5 */, enumerator
/third_party/mesa3d/src/nouveau/codegen/
H A Dnv50_ir_from_tgsi.cpp386 case TGSI_OPCODE_F2D: { in srcMask()
668 case TGSI_OPCODE_F2D: in inferDstType()
3952 case TGSI_OPCODE_F2D: in handleInstruction()
/third_party/mesa3d/src/gallium/drivers/svga/
H A Dsvga_tgsi_vgpu10.c996 case TGSI_OPCODE_F2D: in translate_opcode()
9216 case TGSI_OPCODE_F2D: in opcode_has_dbl_dst()
9326 case TGSI_OPCODE_F2D: in check_double_dst_writemask()
10948 case TGSI_OPCODE_F2D: in emit_instruction()
/third_party/mesa3d/src/gallium/auxiliary/nir/
H A Dtgsi_to_nir.c1956 [TGSI_OPCODE_F2D] = nir_op_f2f64,
H A Dnir_to_tgsi.c1372 [nir_op_f2f64] = { TGSI_OPCODE_F2D }, in ntt_emit_alu()
/third_party/mesa3d/src/gallium/auxiliary/gallivm/
H A Dlp_bld_tgsi_action.c875 /* TGSI_OPCODE_F2D */
1219 bld_base->op_actions[TGSI_OPCODE_F2D].emit = f2d_emit; in lp_set_default_actions()
/third_party/mesa3d/src/gallium/drivers/r600/
H A Dr600_shader.c12177 [TGSI_OPCODE_F2D] = { ALU_OP1_FLT32_TO_FLT64, tgsi_op2_64},
12404 [TGSI_OPCODE_F2D] = { ALU_OP1_FLT32_TO_FLT64, tgsi_op2_64},

Completed in 56 milliseconds