Home
last modified time | relevance | path

Searched refs:kInstCommonOutCnt (Results 1 – 3 of 3) sorted by relevance

/external/deqp-deps/SPIRV-Tools/include/spirv-tools/
Dinstrument.hpp71 static const int kInstCommonOutCnt = 4; variable
80 static const int kInstVertOutVertexIndex = kInstCommonOutCnt;
81 static const int kInstVertOutInstanceIndex = kInstCommonOutCnt + 1;
82 static const int kInstVertOutUnused = kInstCommonOutCnt + 2;
85 static const int kInstFragOutFragCoordX = kInstCommonOutCnt;
86 static const int kInstFragOutFragCoordY = kInstCommonOutCnt + 1;
87 static const int kInstFragOutUnused = kInstCommonOutCnt + 2;
90 static const int kInstCompOutGlobalInvocationIdX = kInstCommonOutCnt;
91 static const int kInstCompOutGlobalInvocationIdY = kInstCommonOutCnt + 1;
92 static const int kInstCompOutGlobalInvocationIdZ = kInstCommonOutCnt + 2;
[all …]
/external/angle/third_party/vulkan-deps/spirv-tools/src/include/spirv-tools/
Dinstrument.hpp71 static const int kInstCommonOutCnt = 4; variable
80 static const int kInstVertOutVertexIndex = kInstCommonOutCnt;
81 static const int kInstVertOutInstanceIndex = kInstCommonOutCnt + 1;
82 static const int kInstVertOutUnused = kInstCommonOutCnt + 2;
85 static const int kInstFragOutFragCoordX = kInstCommonOutCnt;
86 static const int kInstFragOutFragCoordY = kInstCommonOutCnt + 1;
87 static const int kInstFragOutUnused = kInstCommonOutCnt + 2;
90 static const int kInstCompOutGlobalInvocationIdX = kInstCommonOutCnt;
91 static const int kInstCompOutGlobalInvocationIdY = kInstCommonOutCnt + 1;
92 static const int kInstCompOutGlobalInvocationIdZ = kInstCommonOutCnt + 2;
[all …]
/external/swiftshader/third_party/SPIRV-Tools/include/spirv-tools/
Dinstrument.hpp71 static const int kInstCommonOutCnt = 4; variable
80 static const int kInstVertOutVertexIndex = kInstCommonOutCnt;
81 static const int kInstVertOutInstanceIndex = kInstCommonOutCnt + 1;
82 static const int kInstVertOutUnused = kInstCommonOutCnt + 2;
85 static const int kInstFragOutFragCoordX = kInstCommonOutCnt;
86 static const int kInstFragOutFragCoordY = kInstCommonOutCnt + 1;
87 static const int kInstFragOutUnused = kInstCommonOutCnt + 2;
90 static const int kInstCompOutGlobalInvocationIdX = kInstCommonOutCnt;
91 static const int kInstCompOutGlobalInvocationIdY = kInstCommonOutCnt + 1;
92 static const int kInstCompOutGlobalInvocationIdZ = kInstCommonOutCnt + 2;
[all …]