Home
last modified time | relevance | path

Searched refs:TGSI_OPCODE_U64SLT (Results 1 – 9 of 9) sorted by relevance

/external/mesa3d/src/gallium/auxiliary/tgsi/
Dtgsi_info.c184 case TGSI_OPCODE_U64SLT: in tgsi_opcode_infer_type()
317 case TGSI_OPCODE_U64SLT: in tgsi_opcode_infer_src_type()
Dtgsi_util.c244 case TGSI_OPCODE_U64SLT: in tgsi_util_get_inst_usage_mask()
Dtgsi_exec.c6198 case TGSI_OPCODE_U64SLT: in exec_instruction()
/external/virglrenderer/src/gallium/auxiliary/tgsi/
Dtgsi_info.c289 { 1, 2, 0, 0, 0, 0, COMP, "U64SLT", TGSI_OPCODE_U64SLT },
421 case TGSI_OPCODE_U64SLT: in tgsi_opcode_infer_type()
532 case TGSI_OPCODE_U64SLT: in tgsi_opcode_infer_src_type()
/external/mesa3d/src/gallium/include/pipe/
Dp_shader_tokens.h595 TGSI_OPCODE_U64SLT = 229, enumerator
/external/virglrenderer/src/gallium/include/pipe/
Dp_shader_tokens.h594 #define TGSI_OPCODE_U64SLT 245 macro
/external/mesa3d/src/gallium/drivers/nouveau/codegen/
Dnv50_ir_from_tgsi.cpp372 case TGSI_OPCODE_U64SLT: in srcMask()
605 case TGSI_OPCODE_U64SLT: in inferSrcType()
655 case TGSI_OPCODE_U64SLT: in inferDstType()
696 case TGSI_OPCODE_U64SLT: in getSetCond()
3974 case TGSI_OPCODE_U64SLT: in handleInstruction()
/external/mesa3d/src/gallium/auxiliary/nir/
Dnir_to_tgsi.c612 [nir_op_ult32] = { TGSI_OPCODE_USLT, TGSI_OPCODE_U64SLT }, in ntt_emit_alu()
/external/mesa3d/src/gallium/auxiliary/gallivm/
Dlp_bld_tgsi_action.c2619 bld_base->op_actions[TGSI_OPCODE_U64SLT].emit = u64slt_emit_cpu; in lp_set_default_actions_cpu()