Searched refs:TGSI_OPCODE_U64SGE (Results 1 – 9 of 9) sorted by relevance
/external/mesa3d/src/gallium/auxiliary/tgsi/ |
D | tgsi_info.c | 185 case TGSI_OPCODE_U64SGE: in tgsi_opcode_infer_type() 318 case TGSI_OPCODE_U64SGE: in tgsi_opcode_infer_src_type()
|
D | tgsi_util.c | 245 case TGSI_OPCODE_U64SGE: in tgsi_util_get_inst_usage_mask()
|
D | tgsi_exec.c | 6205 case TGSI_OPCODE_U64SGE: in exec_instruction()
|
/external/virglrenderer/src/gallium/auxiliary/tgsi/ |
D | tgsi_info.c | 290 { 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/ |
D | p_shader_tokens.h | 597 TGSI_OPCODE_U64SGE = 231, enumerator
|
/external/virglrenderer/src/gallium/include/pipe/ |
D | p_shader_tokens.h | 595 #define TGSI_OPCODE_U64SGE 246 macro
|
/external/mesa3d/src/gallium/drivers/nouveau/codegen/ |
D | nv50_ir_from_tgsi.cpp | 374 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/ |
D | nir_to_tgsi.c | 613 [nir_op_uge32] = { TGSI_OPCODE_USGE, TGSI_OPCODE_U64SGE }, in ntt_emit_alu()
|
/external/mesa3d/src/gallium/auxiliary/gallivm/ |
D | lp_bld_tgsi_action.c | 2620 bld_base->op_actions[TGSI_OPCODE_U64SGE].emit = u64sge_emit_cpu; in lp_set_default_actions_cpu()
|