Searched refs:TGSI_OPCODE_U64SLT (Results 1 – 9 of 9) sorted by relevance
/external/mesa3d/src/gallium/auxiliary/tgsi/ |
D | tgsi_info.c | 184 case TGSI_OPCODE_U64SLT: in tgsi_opcode_infer_type() 317 case TGSI_OPCODE_U64SLT: in tgsi_opcode_infer_src_type()
|
D | tgsi_util.c | 244 case TGSI_OPCODE_U64SLT: in tgsi_util_get_inst_usage_mask()
|
D | tgsi_exec.c | 6198 case TGSI_OPCODE_U64SLT: in exec_instruction()
|
/external/virglrenderer/src/gallium/auxiliary/tgsi/ |
D | tgsi_info.c | 289 { 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/ |
D | p_shader_tokens.h | 595 TGSI_OPCODE_U64SLT = 229, enumerator
|
/external/virglrenderer/src/gallium/include/pipe/ |
D | p_shader_tokens.h | 594 #define TGSI_OPCODE_U64SLT 245 macro
|
/external/mesa3d/src/gallium/drivers/nouveau/codegen/ |
D | nv50_ir_from_tgsi.cpp | 372 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/ |
D | nir_to_tgsi.c | 612 [nir_op_ult32] = { TGSI_OPCODE_USLT, TGSI_OPCODE_U64SLT }, in ntt_emit_alu()
|
/external/mesa3d/src/gallium/auxiliary/gallivm/ |
D | lp_bld_tgsi_action.c | 2619 bld_base->op_actions[TGSI_OPCODE_U64SLT].emit = u64slt_emit_cpu; in lp_set_default_actions_cpu()
|