Home
last modified time | relevance | path

Searched refs:TGSI_OPCODE_U2I64 (Results 1 – 6 of 6) sorted by relevance

/third_party/mesa3d/src/gallium/auxiliary/tgsi/
Dtgsi_info.c238 case TGSI_OPCODE_U2I64: in tgsi_opcode_infer_type()
283 case TGSI_OPCODE_U2I64: in tgsi_opcode_infer_src_type()
Dtgsi_util.c155 case TGSI_OPCODE_U2I64: in tgsi_util_get_src_usage_mask()
Dtgsi_exec.c5930 case TGSI_OPCODE_U2I64: in exec_instruction()
/third_party/mesa3d/src/gallium/include/pipe/
Dp_shader_tokens.h378 TGSI_OPCODE_U2I64 = 32, enumerator
/third_party/mesa3d/src/nouveau/codegen/
Dnv50_ir_from_tgsi.cpp525 case TGSI_OPCODE_U2I64: in inferSrcType()
673 case TGSI_OPCODE_U2I64: in inferDstType()
3941 case TGSI_OPCODE_U2I64: in handleInstruction()
/third_party/mesa3d/src/gallium/auxiliary/gallivm/
Dlp_bld_tgsi_action.c1237 bld_base->op_actions[TGSI_OPCODE_U2I64].emit = u2i64_emit; in lp_set_default_actions()