• Home
  • Raw
  • Download

Lines Matching refs:kInstCommonOutCnt

71 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;
95 static const int kInstTessCtlOutInvocationId = kInstCommonOutCnt;
96 static const int kInstTessCtlOutPrimitiveId = kInstCommonOutCnt + 1;
97 static const int kInstTessCtlOutUnused = kInstCommonOutCnt + 2;
100 static const int kInstTessEvalOutPrimitiveId = kInstCommonOutCnt;
101 static const int kInstTessEvalOutTessCoordU = kInstCommonOutCnt + 1;
102 static const int kInstTessEvalOutTessCoordV = kInstCommonOutCnt + 2;
105 static const int kInstGeomOutPrimitiveId = kInstCommonOutCnt;
106 static const int kInstGeomOutInvocationId = kInstCommonOutCnt + 1;
107 static const int kInstGeomOutUnused = kInstCommonOutCnt + 2;
110 static const int kInstRayTracingOutLaunchIdX = kInstCommonOutCnt;
111 static const int kInstRayTracingOutLaunchIdY = kInstCommonOutCnt + 1;
112 static const int kInstRayTracingOutLaunchIdZ = kInstCommonOutCnt + 2;
115 static const int kInstMeshOutGlobalInvocationIdX = kInstCommonOutCnt;
116 static const int kInstMeshOutGlobalInvocationIdY = kInstCommonOutCnt + 1;
117 static const int kInstMeshOutGlobalInvocationIdZ = kInstCommonOutCnt + 2;
120 static const int kInstTaskOutGlobalInvocationIdX = kInstCommonOutCnt;
121 static const int kInstTaskOutGlobalInvocationIdY = kInstCommonOutCnt + 1;
122 static const int kInstTaskOutGlobalInvocationIdZ = kInstCommonOutCnt + 2;
125 static const int kInstStageOutCnt = kInstCommonOutCnt + 3;