Searched refs:TGSI_OPCODE_USNE (Results 1 – 12 of 12) sorted by relevance
/external/mesa3d/src/gallium/auxiliary/tgsi/ |
D | tgsi_info.c | 180 { 1, 2, 0, 0, 0, 0, 0, COMP, "USNE", TGSI_OPCODE_USNE }, 372 case TGSI_OPCODE_USNE: in tgsi_opcode_infer_type()
|
D | tgsi_util.c | 244 case TGSI_OPCODE_USNE: in tgsi_util_get_inst_usage_mask()
|
D | tgsi_exec.c | 5857 case TGSI_OPCODE_USNE: in exec_instruction()
|
/external/mesa3d/src/gallium/include/pipe/ |
D | p_shader_tokens.h | 475 #define TGSI_OPCODE_USNE 140 macro
|
/external/mesa3d/src/gallium/drivers/radeonsi/ |
D | si_shader_tgsi_alu.c | 81 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/ |
D | toy_tgsi.c | 227 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/ |
D | nv50_ir_from_tgsi.cpp | 571 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/ |
D | tgsi_to_nir.c | 1655 [TGSI_OPCODE_USNE] = nir_op_ine,
|
/external/mesa3d/src/mesa/state_tracker/ |
D | st_glsl_to_tgsi.cpp | 2013 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/ |
D | svga_tgsi_vgpu10.c | 630 case TGSI_OPCODE_USNE: in translate_opcode() 5703 case TGSI_OPCODE_USNE: in emit_vgpu10_instruction()
|
/external/mesa3d/src/gallium/auxiliary/gallivm/ |
D | lp_bld_tgsi_action.c | 2616 bld_base->op_actions[TGSI_OPCODE_USNE].emit = usne_emit_cpu; in lp_set_default_actions_cpu()
|
/external/mesa3d/src/gallium/drivers/r600/ |
D | r600_shader.c | 9201 [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},
|