Searched refs:counterIndex (Results 1 – 5 of 5) sorted by relevance
/third_party/mesa3d/src/mesa/main/ |
D | performance_query.c | 330 unsigned counterIndex; in _mesa_GetPerfCounterInfoINTEL() local 356 counterIndex = counterid_to_index(counterId); in _mesa_GetPerfCounterInfoINTEL() 358 if (counterIndex >= queryNumCounters) { in _mesa_GetPerfCounterInfoINTEL() 364 ctx->Driver.GetPerfCounterInfo(ctx, queryIndex, counterIndex, in _mesa_GetPerfCounterInfoINTEL()
|
D | dd.h | 947 unsigned counterIndex,
|
/third_party/skia/third_party/externals/swiftshader/third_party/marl/include/marl/ |
D | dag.h | 104 size_t counterIndex = InvalidCounterIndex; 155 if (node->counterIndex == InvalidCounterIndex) { 159 auto counter = --counters[node->counterIndex]; 349 node.counterIndex = dag->initialCounters.size();
|
/third_party/glslang/glslang/Public/ |
D | ShaderLang.h | 714 int counterIndex; variable 723 …: offset(-1), glDefineType(-1), size(-1), index(-1), counterIndex(-1), numMembers(-1), arrayStride… in TObjectReflection() 907 … int getUniformBlockCounterIndex(int index) const { return getUniformBlock(index).counterIndex; } in getUniformBlockCounterIndex()
|
/third_party/glslang/glslang/MachineIndependent/ |
D | reflection.cpp | 1079 …pName), offset(pOffset), glDefineType(pGLDefineType), size(pSize), index(pIndex), counterIndex(-1), in TObjectReflection() 1096 if (counterIndex != -1) in dump() 1097 printf(", counter %d", counterIndex); in dump() 1136 indexToUniformBlock[i].counterIndex = index; in buildCounterIndices()
|