Home
last modified time | relevance | path

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

/external/mesa3d/src/gallium/auxiliary/tgsi/
Dtgsi_info.c187 case TGSI_OPCODE_I64SGE: in tgsi_opcode_infer_type()
323 case TGSI_OPCODE_I64SGE: in tgsi_opcode_infer_src_type()
Dtgsi_util.c248 case TGSI_OPCODE_I64SGE: in tgsi_util_get_inst_usage_mask()
Dtgsi_exec.c6202 case TGSI_OPCODE_I64SGE: in exec_instruction()
/external/virglrenderer/src/gallium/auxiliary/tgsi/
Dtgsi_info.c272 { 1, 2, 0, 0, 0, 0, COMP, "I64SGE", TGSI_OPCODE_I64SGE },
424 case TGSI_OPCODE_I64SGE: in tgsi_opcode_infer_type()
538 case TGSI_OPCODE_I64SGE: in tgsi_opcode_infer_src_type()
/external/mesa3d/src/gallium/include/pipe/
Dp_shader_tokens.h596 TGSI_OPCODE_I64SGE = 230, enumerator
/external/virglrenderer/src/gallium/include/pipe/
Dp_shader_tokens.h577 #define TGSI_OPCODE_I64SGE 229 macro
/external/mesa3d/src/gallium/drivers/nouveau/codegen/
Dnv50_ir_from_tgsi.cpp373 case TGSI_OPCODE_I64SGE: in srcMask()
622 case TGSI_OPCODE_I64SGE: in inferSrcType()
652 case TGSI_OPCODE_I64SGE: in inferDstType()
705 case TGSI_OPCODE_I64SGE: in getSetCond()
3977 case TGSI_OPCODE_I64SGE: in handleInstruction()
/external/mesa3d/src/gallium/auxiliary/nir/
Dnir_to_tgsi.c608 [nir_op_ige32] = { TGSI_OPCODE_ISGE, TGSI_OPCODE_I64SGE }, in ntt_emit_alu()
/external/mesa3d/src/gallium/auxiliary/gallivm/
Dlp_bld_tgsi_action.c2622 bld_base->op_actions[TGSI_OPCODE_I64SGE].emit = i64sge_emit_cpu; in lp_set_default_actions_cpu()