Searched refs:TGSI_OPCODE_I64SLT (Results 1 – 9 of 9) sorted by relevance
/external/mesa3d/src/gallium/auxiliary/tgsi/ |
D | tgsi_info.c | 186 case TGSI_OPCODE_I64SLT: in tgsi_opcode_infer_type() 322 case TGSI_OPCODE_I64SLT: in tgsi_opcode_infer_src_type()
|
D | tgsi_util.c | 247 case TGSI_OPCODE_I64SLT: in tgsi_util_get_inst_usage_mask()
|
D | tgsi_exec.c | 6195 case TGSI_OPCODE_I64SLT: in exec_instruction()
|
/external/virglrenderer/src/gallium/auxiliary/tgsi/ |
D | tgsi_info.c | 271 { 1, 2, 0, 0, 0, 0, COMP, "I64SLT", TGSI_OPCODE_I64SLT }, 423 case TGSI_OPCODE_I64SLT: in tgsi_opcode_infer_type() 537 case TGSI_OPCODE_I64SLT: in tgsi_opcode_infer_src_type()
|
/external/mesa3d/src/gallium/include/pipe/ |
D | p_shader_tokens.h | 594 TGSI_OPCODE_I64SLT = 228, enumerator
|
/external/virglrenderer/src/gallium/include/pipe/ |
D | p_shader_tokens.h | 576 #define TGSI_OPCODE_I64SLT 228 macro
|
/external/mesa3d/src/gallium/drivers/nouveau/codegen/ |
D | nv50_ir_from_tgsi.cpp | 371 case TGSI_OPCODE_I64SLT: in srcMask() 621 case TGSI_OPCODE_I64SLT: in inferSrcType() 651 case TGSI_OPCODE_I64SLT: in inferDstType() 695 case TGSI_OPCODE_I64SLT: in getSetCond() 3976 case TGSI_OPCODE_I64SLT: in handleInstruction()
|
/external/mesa3d/src/gallium/auxiliary/nir/ |
D | nir_to_tgsi.c | 607 [nir_op_ilt32] = { TGSI_OPCODE_ISLT, TGSI_OPCODE_I64SLT }, in ntt_emit_alu()
|
/external/mesa3d/src/gallium/auxiliary/gallivm/ |
D | lp_bld_tgsi_action.c | 2621 bld_base->op_actions[TGSI_OPCODE_I64SLT].emit = i64slt_emit_cpu; in lp_set_default_actions_cpu()
|