Home
last modified time | relevance | path

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

/third_party/mesa3d/src/gallium/auxiliary/tgsi/
Dtgsi_info.c215 case TGSI_OPCODE_U642D: in tgsi_opcode_infer_type()
320 case TGSI_OPCODE_U642D: in tgsi_opcode_infer_src_type()
Dtgsi_scan.c487 fullinst->Instruction.Opcode == TGSI_OPCODE_U642D || in scan_instruction()
Dtgsi_exec.c5952 case TGSI_OPCODE_U642D: in exec_instruction()
/third_party/mesa3d/src/gallium/include/pipe/
Dp_shader_tokens.h397 TGSI_OPCODE_U642D = 51, enumerator
/third_party/mesa3d/src/nouveau/codegen/
Dnv50_ir_from_tgsi.cpp616 case TGSI_OPCODE_U642D: in inferSrcType()
670 case TGSI_OPCODE_U642D: in inferDstType()
3965 case TGSI_OPCODE_U642D: in handleInstruction()
/third_party/mesa3d/src/gallium/auxiliary/gallivm/
Dlp_bld_tgsi_action.c1246 bld_base->op_actions[TGSI_OPCODE_U642D].emit = u642d_emit; in lp_set_default_actions()
/third_party/mesa3d/src/gallium/auxiliary/nir/
Dnir_to_tgsi.c1382 [nir_op_u2f64] = { TGSI_OPCODE_U2D, TGSI_OPCODE_U642D }, in ntt_emit_alu()