Searched refs:counterIndex (Results 1 – 4 of 4) sorted by relevance
/third_party/mesa3d/src/mesa/main/ |
D | performance_query.c | 383 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/ |
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 | 751 int counterIndex; variable 760 …: offset(-1), glDefineType(-1), size(-1), index(-1), counterIndex(-1), numMembers(-1), arrayStride… in TObjectReflection() 940 … int getUniformBlockCounterIndex(int index) const { return getUniformBlock(index).counterIndex; } in getUniformBlockCounterIndex()
|
/third_party/glslang/glslang/MachineIndependent/ |
D | reflection.cpp | 1080 …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()
|