Home
last modified time | relevance | path

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

/external/mesa3d/src/gallium/auxiliary/tgsi/
Dtgsi_info.c185 case TGSI_OPCODE_U64SGE: in tgsi_opcode_infer_type()
318 case TGSI_OPCODE_U64SGE: in tgsi_opcode_infer_src_type()
Dtgsi_util.c245 case TGSI_OPCODE_U64SGE: in tgsi_util_get_inst_usage_mask()
Dtgsi_exec.c6205 case TGSI_OPCODE_U64SGE: in exec_instruction()
/external/virglrenderer/src/gallium/auxiliary/tgsi/
Dtgsi_info.c290 { 1, 2, 0, 0, 0, 0, COMP, "U64SGE", TGSI_OPCODE_U64SGE },
422 case TGSI_OPCODE_U64SGE: in tgsi_opcode_infer_type()
533 case TGSI_OPCODE_U64SGE: in tgsi_opcode_infer_src_type()
/external/mesa3d/src/gallium/include/pipe/
Dp_shader_tokens.h597 TGSI_OPCODE_U64SGE = 231, enumerator
/external/virglrenderer/src/gallium/include/pipe/
Dp_shader_tokens.h595 #define TGSI_OPCODE_U64SGE 246 macro
/external/mesa3d/src/gallium/drivers/nouveau/codegen/
Dnv50_ir_from_tgsi.cpp374 case TGSI_OPCODE_U64SGE: in srcMask()
606 case TGSI_OPCODE_U64SGE: in inferSrcType()
656 case TGSI_OPCODE_U64SGE: in inferDstType()
706 case TGSI_OPCODE_U64SGE: in getSetCond()
3975 case TGSI_OPCODE_U64SGE: in handleInstruction()
/external/mesa3d/src/gallium/auxiliary/nir/
Dnir_to_tgsi.c613 [nir_op_uge32] = { TGSI_OPCODE_USGE, TGSI_OPCODE_U64SGE }, in ntt_emit_alu()
/external/mesa3d/src/gallium/auxiliary/gallivm/
Dlp_bld_tgsi_action.c2620 bld_base->op_actions[TGSI_OPCODE_U64SGE].emit = u64sge_emit_cpu; in lp_set_default_actions_cpu()