Home
last modified time | relevance | path

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

/external/mesa3d/src/gallium/auxiliary/tgsi/
Dtgsi_info.c225 case TGSI_OPCODE_D2U64: in tgsi_opcode_infer_type()
296 case TGSI_OPCODE_D2U64: in tgsi_opcode_infer_src_type()
Dtgsi_scan.c451 fullinst->Instruction.Opcode == TGSI_OPCODE_D2U64 || in scan_instruction()
Dtgsi_exec.c6038 case TGSI_OPCODE_D2U64: in exec_instruction()
/external/mesa3d/src/gallium/include/pipe/
Dp_shader_tokens.h386 #define TGSI_OPCODE_D2U64 44 macro
/external/mesa3d/src/gallium/drivers/nouveau/codegen/
Dnv50_ir_from_tgsi.cpp640 case TGSI_OPCODE_D2U64: in inferSrcType()
738 case TGSI_OPCODE_D2U64: in inferDstType()
3966 case TGSI_OPCODE_D2U64: in handleInstruction()
/external/mesa3d/src/gallium/auxiliary/gallivm/
Dlp_bld_tgsi_action.c1234 bld_base->op_actions[TGSI_OPCODE_D2U64].emit = f2u64_emit; in lp_set_default_actions()
/external/mesa3d/src/mesa/state_tracker/
Dst_glsl_to_tgsi.cpp2279 emit_asm(ir, TGSI_OPCODE_D2U64, result_dst, op[0]); in visit_expression()