Home
last modified time | relevance | path

Searched refs:deGetNumAvailableLogicalCores (Results 1 – 9 of 9) sorted by relevance

/third_party/vk-gl-cts/framework/delibs/dethread/unix/
DdeThreadUnix.c165 deUint32 deGetNumAvailableLogicalCores (void) in deGetNumAvailableLogicalCores() function
201 deUint32 deGetNumAvailableLogicalCores (void) in deGetNumAvailableLogicalCores() function
/third_party/vk-gl-cts/framework/delibs/dethread/
DdeThread.h65 deUint32 deGetNumAvailableLogicalCores (void);
/third_party/vk-gl-cts/framework/delibs/decpp/
DdeSpinBarrier.cpp35 : m_numCores (deGetNumAvailableLogicalCores()) in SpinBarrier()
180 , m_busyOk ((deUint32)m_numThreads <= deGetNumAvailableLogicalCores()) in TestThread()
DdeAppendList.cpp204 if (deGetNumAvailableLogicalCores() >= 4) in AppendList_selfTest()
/third_party/vk-gl-cts/framework/delibs/dethread/win32/
DdeThreadWin32.c214 deUint32 deGetNumAvailableLogicalCores (void) in deGetNumAvailableLogicalCores() function
/third_party/vk-gl-cts/modules/internal/
DditDelibsTests.cpp134 …Ctx, "available_logical_cores", "deGetNumAvailableLogicalCores()", deGetNumAvailableLogicalCores)); in init()
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/synchronization/
DvktSynchronizationInternallySynchronizedObjectsTests.cpp643 const deUint32 numThreads = clamp(deGetNumAvailableLogicalCores(), 4u, 32u); in iterate()
755 const deUint32 numThreads = clamp(deGetNumAvailableLogicalCores(), 4u, 32u); in iterate()
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/
DvktBuildPrograms.cpp400 const deUint32 numThreads = deGetNumAvailableLogicalCores(); in buildPrograms()
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/api/
DvktApiObjectManagementTests.cpp233 return de::clamp(deGetNumAvailableLogicalCores(), 2u, 8u); in getDefaultTestThreadCount()