Home
last modified time | relevance | path

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

/third_party/mesa3d/src/gallium/auxiliary/tgsi/
Dtgsi_info.c240 case TGSI_OPCODE_D2I64: in tgsi_opcode_infer_type()
313 case TGSI_OPCODE_D2I64: in tgsi_opcode_infer_src_type()
Dtgsi_scan.c486 fullinst->Instruction.Opcode == TGSI_OPCODE_D2I64 || in scan_instruction()
Dtgsi_exec.c5941 case TGSI_OPCODE_D2I64: in exec_instruction()
/third_party/mesa3d/src/gallium/include/pipe/
Dp_shader_tokens.h392 TGSI_OPCODE_D2I64 = 46, enumerator
/third_party/mesa3d/src/nouveau/codegen/
Dnv50_ir_from_tgsi.cpp579 case TGSI_OPCODE_D2I64: in inferSrcType()
675 case TGSI_OPCODE_D2I64: in inferDstType()
3962 case TGSI_OPCODE_D2I64: in handleInstruction()
/third_party/mesa3d/src/gallium/auxiliary/gallivm/
Dlp_bld_tgsi_action.c1233 bld_base->op_actions[TGSI_OPCODE_D2I64].emit = f2i64_emit; in lp_set_default_actions()
/third_party/mesa3d/src/gallium/auxiliary/nir/
Dnir_to_tgsi.c1376 [nir_op_f2i64] = { TGSI_OPCODE_F2I64, TGSI_OPCODE_D2I64 }, in ntt_emit_alu()