Home
last modified time | relevance | path

Searched refs:counterIndex (Results 1 - 4 of 4) sorted by relevance

/third_party/mesa3d/src/mesa/main/
H A Dperformance_query.c383 unsigned counterIndex; in _mesa_GetPerfCounterInfoINTEL() local
407 counterIndex = counterid_to_index(counterId); in _mesa_GetPerfCounterInfoINTEL()
409 if (counterIndex >= queryNumCounters) { in _mesa_GetPerfCounterInfoINTEL()
415 get_perf_counter_info(ctx, queryIndex, counterIndex, in _mesa_GetPerfCounterInfoINTEL()
/third_party/skia/third_party/externals/swiftshader/third_party/marl/include/marl/
H A Ddag.h101 // counterIndex if valid, is the index of the counter in the RunContext for
104 size_t counterIndex = InvalidCounterIndex; member
131 // initialCounters is indexed by Node::counterIndex, and only contains counts
155 if (node->counterIndex == InvalidCounterIndex) { in notify()
159 auto counter = --counters[node->counterIndex]; in notify()
349 node.counterIndex = dag->initialCounters.size(); in build()
/third_party/glslang/glslang/Public/
H A DShaderLang.h751 int counterIndex; member in glslang::TObjectReflection
760 : offset(-1), glDefineType(-1), size(-1), index(-1), counterIndex(-1), numMembers(-1), arrayStride(0), in TObjectReflection()
940 int getUniformBlockCounterIndex(int index) const { return getUniformBlock(index).counterIndex; } in getUniformBlockCounterIndex()
/third_party/glslang/glslang/MachineIndependent/
H A Dreflection.cpp1080 : name(pName), offset(pOffset), glDefineType(pGLDefineType), size(pSize), index(pIndex), counterIndex(-1), in TObjectReflection()
1097 if (counterIndex != -1) in dump()
1098 printf(", counter %d", counterIndex); in dump()
1137 indexToUniformBlock[i].counterIndex = index; in buildCounterIndices()

Completed in 8 milliseconds