yuzu/src/video_core/engines
ReinUsesLisp 76f178ba6e shader/video: Partially implement VMNMX
Implements the common usages for VMNMX. Inputs with a different size
than 32 bits are not supported and sign mismatches aren't supported
either.

VMNMX works as follows:
It grabs Ra and Rb and applies a maximum/minimum on them (this is
defined by .MX), having in mind the input sign. This result can then be
saturated. After the intermediate result is calculated, it applies
another operation on it using Rc. These operations are merges,
accumulations or another min/max pass.

This instruction allows to implement with a more flexible approach GCN's
min3 and max3 instructions (for instance).
2020-04-12 00:34:42 -03:00
..
const_buffer_engine_interface.h engines/const_buffer_engine_interface: Store image format type 2020-03-27 00:36:22 -03:00
const_buffer_info.h video_core/engines: Move ConstBufferInfo out of Maxwell3D 2019-06-07 19:47:15 -03:00
engine_upload.cpp decoders: correct block calculation 2019-06-20 21:38:34 -03:00
engine_upload.h decoders: correct block calculation 2019-06-20 21:38:34 -03:00
fermi_2d.cpp Fermi2D: Use a different formula for delimiting blit areas. 2019-10-17 18:21:01 -04:00
fermi_2d.h common_func: Use std::array for INSERT_PADDING_* macros. 2019-11-03 22:22:41 -05:00
kepler_compute.cpp kepler_compute: Remove unused variables 2020-03-18 20:03:19 -03:00
kepler_compute.h Shader_IR: Allow constant access of guest driver. 2020-01-24 16:43:30 -04:00
kepler_memory.cpp video_core: Reintroduce dirty flags infrastructure 2020-02-28 17:56:41 -03:00
kepler_memory.h common_func: Use std::array for INSERT_PADDING_* macros. 2019-11-03 22:22:41 -05:00
maxwell_3d.cpp apply replay logic to all writes. remove replay from MacroInterpreter::Send (@fincs) 2020-03-22 22:25:44 +07:00
maxwell_3d.h maxwell_3d: change declaration order 2020-03-22 13:41:16 +07:00
maxwell_dma.cpp video_core: Reintroduce dirty flags infrastructure 2020-02-28 17:56:41 -03:00
maxwell_dma.h common_func: Use std::array for INSERT_PADDING_* macros. 2019-11-03 22:22:41 -05:00
shader_bytecode.h shader/video: Partially implement VMNMX 2020-04-12 00:34:42 -03:00
shader_header.h common_func: Use std::array for INSERT_PADDING_* macros. 2019-11-03 22:22:41 -05:00
shader_type.h gl_shader_cache: Remove dynamic BaseBinding specialization 2019-11-22 21:28:49 -03:00