Home
last modified time | relevance | path

Searched defs:activeCount (Results 1 – 3 of 3) sorted by relevance

/external/deqp/external/vulkancts/modules/vulkan/subgroups/
DvktSubgroupsQuadControlTests.cpp507 int activeCount = checkCondition(qx + 0, qy + 0) + checkCondition(qx + 0, qy + 1) + in isResultCorrect() local
/external/skia/src/pathops/
DSkOpSegment.cpp605 int activeCount = 0; in findNextOp() local
701 int activeCount = 0; in findNextWinding() local
789 int activeCount = 0; in findNextXor() local
/external/python/cpython3/Lib/
Dthreading.py1462 def activeCount(): function