Searched refs:TGSI_OPCODE_I64SGE (Results 1 – 9 of 9) sorted by relevance
/external/mesa3d/src/gallium/auxiliary/tgsi/ |
D | tgsi_info.c | 187 case TGSI_OPCODE_I64SGE: in tgsi_opcode_infer_type() 323 case TGSI_OPCODE_I64SGE: in tgsi_opcode_infer_src_type()
|
D | tgsi_util.c | 248 case TGSI_OPCODE_I64SGE: in tgsi_util_get_inst_usage_mask()
|
D | tgsi_exec.c | 6202 case TGSI_OPCODE_I64SGE: in exec_instruction()
|
/external/virglrenderer/src/gallium/auxiliary/tgsi/ |
D | tgsi_info.c | 272 { 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/ |
D | p_shader_tokens.h | 596 TGSI_OPCODE_I64SGE = 230, enumerator
|
/external/virglrenderer/src/gallium/include/pipe/ |
D | p_shader_tokens.h | 577 #define TGSI_OPCODE_I64SGE 229 macro
|
/external/mesa3d/src/gallium/drivers/nouveau/codegen/ |
D | nv50_ir_from_tgsi.cpp | 373 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/ |
D | nir_to_tgsi.c | 608 [nir_op_ige32] = { TGSI_OPCODE_ISGE, TGSI_OPCODE_I64SGE }, in ntt_emit_alu()
|
/external/mesa3d/src/gallium/auxiliary/gallivm/ |
D | lp_bld_tgsi_action.c | 2622 bld_base->op_actions[TGSI_OPCODE_I64SGE].emit = i64sge_emit_cpu; in lp_set_default_actions_cpu()
|