Home
last modified time | relevance | path

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

/external/mesa3d/src/gallium/auxiliary/tgsi/
Dtgsi_info.c182 case TGSI_OPCODE_DSNE: in tgsi_opcode_infer_type()
295 case TGSI_OPCODE_DSNE: in tgsi_opcode_infer_src_type()
Dtgsi_util.c231 case TGSI_OPCODE_DSNE: in tgsi_util_get_inst_usage_mask()
Dtgsi_exec.c5872 case TGSI_OPCODE_DSNE: in exec_instruction()
/external/virglrenderer/src/gallium/auxiliary/tgsi/
Dtgsi_info.c248 { 1, 2, 0, 0, 0, 0, COMP, "DSNE", TGSI_OPCODE_DSNE },
382 case TGSI_OPCODE_DSNE: in tgsi_opcode_infer_type()
459 case TGSI_OPCODE_DSNE: in tgsi_opcode_infer_src_type()
/external/virglrenderer/src/gallium/include/pipe/
Dp_shader_tokens.h554 #define TGSI_OPCODE_DSNE 206 /* SM5 */ macro
/external/mesa3d/src/gallium/include/pipe/
Dp_shader_tokens.h560 #define TGSI_OPCODE_DSNE 206 /* SM5 */ macro
/external/mesa3d/src/gallium/drivers/radeonsi/
Dsi_shader_tgsi_alu.c217 case TGSI_OPCODE_DSNE: pred = LLVMRealUNE; break; in emit_dcmp()
742 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.cpp370 case TGSI_OPCODE_DSNE: in srcMask()
651 case TGSI_OPCODE_DSNE: in inferSrcType()
710 case TGSI_OPCODE_DSNE: in inferDstType()
778 case TGSI_OPCODE_DSNE: in getSetCond()
4051 case TGSI_OPCODE_DSNE: { in handleInstruction()
/external/mesa3d/src/gallium/auxiliary/gallivm/
Dlp_bld_tgsi_action.c2480 bld_base->op_actions[TGSI_OPCODE_DSNE].emit = dsne_emit_cpu; in lp_set_default_actions_cpu()
/external/virglrenderer/src/
Dvrend_shader.c3682 case TGSI_OPCODE_DSNE: in iter_instruction()
3683 if (inst->Instruction.Opcode == TGSI_OPCODE_DSNE) in iter_instruction()
/external/mesa3d/src/gallium/drivers/r600/
Dr600_shader.c10654 [TGSI_OPCODE_DSNE] = { ALU_OP2_SETNE_64, tgsi_op2_64_single_dest},
10876 [TGSI_OPCODE_DSNE] = { ALU_OP2_SETNE_64, tgsi_op2_64_single_dest},