Merge branch 'master' of https://github.com/xenia-project/xenia into canary_experimental
This commit is contained in:
@@ -210,7 +210,7 @@ enum class AllocType : uint32_t {
|
||||
kVsInterpolators = 2,
|
||||
// Pixel shader exports colors.
|
||||
kPsColors = 2,
|
||||
// MEMEXPORT?
|
||||
// Memory export.
|
||||
kMemory = 3,
|
||||
};
|
||||
|
||||
@@ -1782,6 +1782,9 @@ inline uint32_t GetAluVectorOpNeededSourceComponents(
|
||||
.operand_components_used[src_index - 1];
|
||||
}
|
||||
|
||||
// eM# (kExportData) register count.
|
||||
constexpr uint32_t kMaxMemExportElementCount = 5;
|
||||
|
||||
enum class ExportRegister : uint32_t {
|
||||
kVSInterpolator0 = 0,
|
||||
kVSInterpolator1,
|
||||
|
||||
Reference in New Issue
Block a user