Searched refs:TGSI_OPCODE_D2U64 (Results 1 – 10 of 10) sorted by relevance
/external/mesa3d/src/gallium/auxiliary/tgsi/ |
D | tgsi_info.c | 227 case TGSI_OPCODE_D2U64: in tgsi_opcode_infer_type() 312 case TGSI_OPCODE_D2U64: in tgsi_opcode_infer_src_type()
|
D | tgsi_scan.c | 485 fullinst->Instruction.Opcode == TGSI_OPCODE_D2U64 || in scan_instruction()
|
D | tgsi_exec.c | 6264 case TGSI_OPCODE_D2U64: in exec_instruction()
|
/external/virglrenderer/src/gallium/auxiliary/tgsi/ |
D | tgsi_info.c | 298 { 1, 1, 0, 0, 0, 0, COMP, "D2U64", TGSI_OPCODE_D2U64 }, 461 case TGSI_OPCODE_D2U64: in tgsi_opcode_infer_type() 527 case TGSI_OPCODE_D2U64: in tgsi_opcode_infer_src_type()
|
/external/mesa3d/src/gallium/include/pipe/ |
D | p_shader_tokens.h | 395 TGSI_OPCODE_D2U64 = 44, enumerator
|
/external/virglrenderer/src/gallium/include/pipe/ |
D | p_shader_tokens.h | 603 #define TGSI_OPCODE_D2U64 254 macro
|
/external/mesa3d/src/gallium/drivers/nouveau/codegen/ |
D | nv50_ir_from_tgsi.cpp | 580 case TGSI_OPCODE_D2U64: in inferSrcType() 678 case TGSI_OPCODE_D2U64: in inferDstType() 3896 case TGSI_OPCODE_D2U64: in handleInstruction()
|
/external/mesa3d/src/gallium/auxiliary/nir/ |
D | nir_to_tgsi.c | 591 [nir_op_f2u64] = { TGSI_OPCODE_F2U64, TGSI_OPCODE_D2U64 }, in ntt_emit_alu()
|
/external/mesa3d/src/gallium/auxiliary/gallivm/ |
D | lp_bld_tgsi_action.c | 1234 bld_base->op_actions[TGSI_OPCODE_D2U64].emit = f2u64_emit; in lp_set_default_actions()
|
/external/mesa3d/src/mesa/state_tracker/ |
D | st_glsl_to_tgsi.cpp | 2364 emit_asm(ir, TGSI_OPCODE_D2U64, result_dst, op[0]); in visit_expression()
|