Home
last modified time | relevance | path

Searched refs:TGSI_OPCODE_U64SNE (Results 1 – 10 of 10) sorted by relevance

/third_party/mesa3d/src/gallium/auxiliary/tgsi/
Dtgsi_info.c183 case TGSI_OPCODE_U64SNE: in tgsi_opcode_infer_type()
316 case TGSI_OPCODE_U64SNE: in tgsi_opcode_infer_src_type()
Dtgsi_util.c182 case TGSI_OPCODE_U64SNE: in tgsi_util_get_inst_usage_mask()
Dtgsi_exec.c5943 case TGSI_OPCODE_U64SNE: in exec_instruction()
/third_party/mesa3d/src/gallium/include/pipe/
Dp_shader_tokens.h587 TGSI_OPCODE_U64SNE = 227, enumerator
/third_party/mesa3d/src/gallium/drivers/nouveau/codegen/
Dnv50_ir_from_tgsi.cpp370 case TGSI_OPCODE_U64SNE: in srcMask()
604 case TGSI_OPCODE_U64SNE: in inferSrcType()
654 case TGSI_OPCODE_U64SNE: in inferDstType()
719 case TGSI_OPCODE_U64SNE: in getSetCond()
4034 case TGSI_OPCODE_U64SNE: in handleInstruction()
/third_party/mesa3d/src/gallium/auxiliary/gallivm/
Dlp_bld_tgsi_action.c2618 bld_base->op_actions[TGSI_OPCODE_U64SNE].emit = u64sne_emit_cpu; in lp_set_default_actions_cpu()
/third_party/mesa3d/src/gallium/auxiliary/nir/
Dtgsi_to_nir.c1961 [TGSI_OPCODE_U64SNE] = nir_op_ine,
Dnir_to_tgsi.c912 [nir_op_ine32] = { TGSI_OPCODE_USNE, TGSI_OPCODE_U64SNE }, in ntt_emit_alu()
/third_party/mesa3d/src/gallium/drivers/r600/
Dr600_shader.c12174 [TGSI_OPCODE_U64SNE] = { ALU_OP0_NOP, egcm_u64sne },
12401 [TGSI_OPCODE_U64SNE] = { ALU_OP0_NOP, egcm_u64sne },
/third_party/mesa3d/src/mesa/state_tracker/
Dst_glsl_to_tgsi.cpp2411 emit_asm(ir, TGSI_OPCODE_U64SNE, result_dst, op[0], in visit_expression()