Searched refs:kInstCommonOutCnt (Results 1 – 3 of 3) sorted by relevance
71 static const int kInstCommonOutCnt = 4; variable80 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 …]