Home
last modified time | relevance | path

Searched refs:TGSI_OPCODE_USNE (Results 1 – 12 of 12) sorted by relevance

/external/mesa3d/src/gallium/auxiliary/tgsi/
Dtgsi_info.c180 { 1, 2, 0, 0, 0, 0, 0, COMP, "USNE", TGSI_OPCODE_USNE },
372 case TGSI_OPCODE_USNE: in tgsi_opcode_infer_type()
Dtgsi_util.c244 case TGSI_OPCODE_USNE: in tgsi_util_get_inst_usage_mask()
Dtgsi_exec.c5857 case TGSI_OPCODE_USNE: in exec_instruction()
/external/mesa3d/src/gallium/include/pipe/
Dp_shader_tokens.h475 #define TGSI_OPCODE_USNE 140 macro
/external/mesa3d/src/gallium/drivers/radeonsi/
Dsi_shader_tgsi_alu.c81 case TGSI_OPCODE_USNE: in emit_icmp()
877 bld_base->op_actions[TGSI_OPCODE_USNE].emit = emit_icmp; in si_shader_context_init_alu()
/external/mesa3d/src/gallium/drivers/ilo/shader/
Dtoy_tgsi.c227 case TGSI_OPCODE_USNE: in aos_set_on_cond()
874 [TGSI_OPCODE_USNE] = aos_set_on_cond,
1415 [TGSI_OPCODE_USNE] = soa_per_channel,
/external/mesa3d/src/gallium/drivers/nouveau/codegen/
Dnv50_ir_from_tgsi.cpp571 case TGSI_OPCODE_USNE: in inferSrcType()
699 case TGSI_OPCODE_USNE: in getSetCond()
3281 case TGSI_OPCODE_USNE: in handleInstruction()
/external/mesa3d/src/gallium/auxiliary/nir/
Dtgsi_to_nir.c1655 [TGSI_OPCODE_USNE] = nir_op_ine,
/external/mesa3d/src/mesa/state_tracker/
Dst_glsl_to_tgsi.cpp2013 emit_asm(ir, TGSI_OPCODE_USNE, result_dst, op[0], st_src_reg_for_int(0)); in visit_expression()
2166 emit_asm(ir, TGSI_OPCODE_USNE, result_dst, cbuf, st_src_reg_for_int(0)); in visit_expression()
3363 emit_asm(ir, TGSI_OPCODE_USNE, dst, st_src_reg(dst), st_src_reg_for_int(0)); in visit_ssbo_intrinsic()
/external/mesa3d/src/gallium/drivers/svga/
Dsvga_tgsi_vgpu10.c630 case TGSI_OPCODE_USNE: in translate_opcode()
5703 case TGSI_OPCODE_USNE: in emit_vgpu10_instruction()
/external/mesa3d/src/gallium/auxiliary/gallivm/
Dlp_bld_tgsi_action.c2616 bld_base->op_actions[TGSI_OPCODE_USNE].emit = usne_emit_cpu; in lp_set_default_actions_cpu()
/external/mesa3d/src/gallium/drivers/r600/
Dr600_shader.c9201 [TGSI_OPCODE_USNE] = { ALU_OP2_SETNE_INT, tgsi_op2_swap},
9399 [TGSI_OPCODE_USNE] = { ALU_OP2_SETNE_INT, tgsi_op2},
9622 [TGSI_OPCODE_USNE] = { ALU_OP2_SETNE_INT, tgsi_op2},