Home
last modified time | relevance | path

Searched refs:deGetNumAvailableLogicalCores (Results 1 - 12 of 12) sorted by relevance

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

Completed in 20 milliseconds