76f178ba6e
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). |
||
---|---|---|
.. | ||
const_buffer_engine_interface.h | ||
const_buffer_info.h | ||
engine_upload.cpp | ||
engine_upload.h | ||
fermi_2d.cpp | ||
fermi_2d.h | ||
kepler_compute.cpp | ||
kepler_compute.h | ||
kepler_memory.cpp | ||
kepler_memory.h | ||
maxwell_3d.cpp | ||
maxwell_3d.h | ||
maxwell_dma.cpp | ||
maxwell_dma.h | ||
shader_bytecode.h | ||
shader_header.h | ||
shader_type.h |