Home
last modified time | relevance | path

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

/external/mesa3d/src/gallium/auxiliary/tgsi/
Dtgsi_info.c181 case TGSI_OPCODE_DSNE: in tgsi_opcode_infer_type()
311 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.c6093 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 },
414 case TGSI_OPCODE_DSNE: in tgsi_opcode_infer_type()
526 case TGSI_OPCODE_DSNE: in tgsi_opcode_infer_src_type()
/external/mesa3d/src/gallium/include/pipe/
Dp_shader_tokens.h570 TGSI_OPCODE_DSNE = 206 /* SM5 */, enumerator
/external/virglrenderer/src/gallium/include/pipe/
Dp_shader_tokens.h552 #define TGSI_OPCODE_DSNE 206 /* SM5 */ macro
/external/mesa3d/src/gallium/drivers/nouveau/codegen/
Dnv50_ir_from_tgsi.cpp368 case TGSI_OPCODE_DSNE: in srcMask()
591 case TGSI_OPCODE_DSNE: in inferSrcType()
650 case TGSI_OPCODE_DSNE: in inferDstType()
718 case TGSI_OPCODE_DSNE: in getSetCond()
3981 case TGSI_OPCODE_DSNE: { in handleInstruction()
/external/mesa3d/src/gallium/auxiliary/nir/
Dnir_to_tgsi.c605 [nir_op_fneu32] = { TGSI_OPCODE_FSNE, TGSI_OPCODE_DSNE }, in ntt_emit_alu()
/external/mesa3d/src/gallium/auxiliary/gallivm/
Dlp_bld_tgsi_action.c2608 bld_base->op_actions[TGSI_OPCODE_DSNE].emit = dsne_emit_cpu; in lp_set_default_actions_cpu()
/external/mesa3d/src/gallium/drivers/svga/
Dsvga_tgsi_vgpu10.c939 case TGSI_OPCODE_DSNE: in translate_opcode()
8630 case TGSI_OPCODE_DSNE: in check_double_dst_writemask()
9290 case TGSI_OPCODE_DSNE: in emit_vgpu10_instruction()
/external/virglrenderer/src/
Dvrend_shader.c5136 case TGSI_OPCODE_DSNE: in iter_instruction()
5137 if (inst->Instruction.Opcode == TGSI_OPCODE_DSNE) in iter_instruction()
/external/mesa3d/src/gallium/drivers/r600/
Dr600_shader.c12077 [TGSI_OPCODE_DSNE] = { ALU_OP2_SETNE_64, tgsi_op2_64_single_dest},
12303 [TGSI_OPCODE_DSNE] = { ALU_OP2_SETNE_64, tgsi_op2_64_single_dest},