Searched refs:TGSI_OPCODE_DSNE (Results 1 – 11 of 11) sorted by relevance
/external/mesa3d/src/gallium/auxiliary/tgsi/ |
D | tgsi_info.c | 182 case TGSI_OPCODE_DSNE: in tgsi_opcode_infer_type() 295 case TGSI_OPCODE_DSNE: in tgsi_opcode_infer_src_type()
|
D | tgsi_util.c | 231 case TGSI_OPCODE_DSNE: in tgsi_util_get_inst_usage_mask()
|
D | tgsi_exec.c | 5872 case TGSI_OPCODE_DSNE: in exec_instruction()
|
/external/virglrenderer/src/gallium/auxiliary/tgsi/ |
D | tgsi_info.c | 248 { 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/ |
D | p_shader_tokens.h | 554 #define TGSI_OPCODE_DSNE 206 /* SM5 */ macro
|
/external/mesa3d/src/gallium/include/pipe/ |
D | p_shader_tokens.h | 560 #define TGSI_OPCODE_DSNE 206 /* SM5 */ macro
|
/external/mesa3d/src/gallium/drivers/radeonsi/ |
D | si_shader_tgsi_alu.c | 217 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/ |
D | nv50_ir_from_tgsi.cpp | 370 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/ |
D | lp_bld_tgsi_action.c | 2480 bld_base->op_actions[TGSI_OPCODE_DSNE].emit = dsne_emit_cpu; in lp_set_default_actions_cpu()
|
/external/virglrenderer/src/ |
D | vrend_shader.c | 3682 case TGSI_OPCODE_DSNE: in iter_instruction() 3683 if (inst->Instruction.Opcode == TGSI_OPCODE_DSNE) in iter_instruction()
|
/external/mesa3d/src/gallium/drivers/r600/ |
D | r600_shader.c | 10654 [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},
|