Home
last modified time | relevance | path

Searched refs:TGSI_OPCODE_DSNE (Results 1 – 7 of 7) sorted by relevance

/external/mesa3d/src/gallium/auxiliary/tgsi/
Dtgsi_info.c248 { 1, 2, 0, 0, 0, 0, 0, COMP, "DSNE", TGSI_OPCODE_DSNE },
407 case TGSI_OPCODE_DSNE: in tgsi_opcode_infer_type()
517 case TGSI_OPCODE_DSNE: in tgsi_opcode_infer_src_type()
Dtgsi_exec.c6036 case TGSI_OPCODE_DSNE: in exec_instruction()
/external/mesa3d/src/gallium/include/pipe/
Dp_shader_tokens.h556 #define TGSI_OPCODE_DSNE 206 /* SM5 */ macro
/external/mesa3d/src/gallium/drivers/radeonsi/
Dsi_shader_tgsi_alu.c207 case TGSI_OPCODE_DSNE: pred = LLVMRealUNE; break; in emit_dcmp()
794 bld_base->op_actions[TGSI_OPCODE_DSNE].emit = emit_dcmp; in si_shader_context_init_alu()
/external/mesa3d/src/gallium/drivers/nouveau/codegen/
Dnv50_ir_from_tgsi.cpp356 case TGSI_OPCODE_DSNE: in srcMask()
621 case TGSI_OPCODE_DSNE: in inferSrcType()
652 case TGSI_OPCODE_DSNE: in inferDstType()
697 case TGSI_OPCODE_DSNE: in getSetCond()
3774 case TGSI_OPCODE_DSNE: { in handleInstruction()
/external/mesa3d/src/gallium/auxiliary/gallivm/
Dlp_bld_tgsi_action.c2625 bld_base->op_actions[TGSI_OPCODE_DSNE].emit = dsne_emit_cpu; in lp_set_default_actions_cpu()
/external/mesa3d/src/gallium/drivers/r600/
Dr600_shader.c9466 [TGSI_OPCODE_DSNE] = { ALU_OP2_SETNE_64, tgsi_op2_64_single_dest},
9689 [TGSI_OPCODE_DSNE] = { ALU_OP2_SETNE_64, tgsi_op2_64_single_dest},