Home
last modified time | relevance | path

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

/external/mesa3d/src/gallium/auxiliary/tgsi/
Dtgsi_info.c186 case TGSI_OPCODE_I64SLT: in tgsi_opcode_infer_type()
322 case TGSI_OPCODE_I64SLT: in tgsi_opcode_infer_src_type()
Dtgsi_util.c247 case TGSI_OPCODE_I64SLT: in tgsi_util_get_inst_usage_mask()
Dtgsi_exec.c6195 case TGSI_OPCODE_I64SLT: in exec_instruction()
/external/virglrenderer/src/gallium/auxiliary/tgsi/
Dtgsi_info.c271 { 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/
Dp_shader_tokens.h594 TGSI_OPCODE_I64SLT = 228, enumerator
/external/virglrenderer/src/gallium/include/pipe/
Dp_shader_tokens.h576 #define TGSI_OPCODE_I64SLT 228 macro
/external/mesa3d/src/gallium/drivers/nouveau/codegen/
Dnv50_ir_from_tgsi.cpp371 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/
Dnir_to_tgsi.c607 [nir_op_ilt32] = { TGSI_OPCODE_ISLT, TGSI_OPCODE_I64SLT }, in ntt_emit_alu()
/external/mesa3d/src/gallium/auxiliary/gallivm/
Dlp_bld_tgsi_action.c2621 bld_base->op_actions[TGSI_OPCODE_I64SLT].emit = i64slt_emit_cpu; in lp_set_default_actions_cpu()