Home
last modified time | relevance | path

Searched refs:resourceInterface (Results 1 – 16 of 16) sorted by relevance

/external/deqp/external/vulkancts/modules/vulkan/
DvktTestCase.cpp281 de::SharedPtr<vk::ResourceInterface> resourceInterface) in createDefaultDevice() argument
355 resourceInterface->importPipelineCacheData(vkp, instance, vki, physicalDevice, queueIndex); in createDefaultDevice()
357 dmrCI = resourceInterface->getStatMax(); in createDefaultDevice()
359 if(resourceInterface->getCacheDataSize() > 0) in createDefaultDevice()
361 pcCI.initialDataSize = resourceInterface->getCacheDataSize(); in createDefaultDevice()
362 pcCI.pInitialData = resourceInterface->getCacheData(); in createDefaultDevice()
367 poolSizes = resourceInterface->getPipelinePoolSizes(); in createDefaultDevice()
393 DE_UNREF(resourceInterface); in createDefaultDevice()
404 …Platform, const tcu::CommandLine& cmdLine, de::SharedPtr<vk::ResourceInterface> resourceInterface);
513 …kPlatform, const tcu::CommandLine& cmdLine, de::SharedPtr<vk::ResourceInterface> resourceInterface) in DefaultDevice() argument
[all …]
DvktTestCase.hpp73 de::SharedPtr<vk::ResourceInterface> resourceInterface);
/external/deqp/external/vulkancts/framework/vulkan/
DvkPlatform.hpp107 de::SharedPtr<vk::ResourceInterface> resourceInterface);
161 de::SharedPtr<vk::ResourceInterface> resourceInterface,
350 DeinitDeviceDeleter (ResourceInterface* resourceInterface, const VkDevice& device) in DeinitDeviceDeleter() argument
351 : m_resourceInterface(resourceInterface) in DeinitDeviceDeleter()
DvkPlatform.cpp70 de::SharedPtr<vk::ResourceInterface> resourceInterface) in InstanceDriverSC() argument
73 , m_resourceInterface(resourceInterface) in InstanceDriverSC()
181 de::SharedPtr<vk::ResourceInterface> resourceInterface, in DeviceDriverSC() argument
186 , m_resourceInterface(resourceInterface) in DeviceDriverSC()
DvkResourceInterface.cpp1172 …dedDestroyGuard::MultithreadedDestroyGuard (de::SharedPtr<vk::ResourceInterface> resourceInterface) in MultithreadedDestroyGuard() argument
1173 : m_resourceInterface{ resourceInterface } in MultithreadedDestroyGuard()
DvkResourceInterface.hpp373 MultithreadedDestroyGuard (de::SharedPtr<vk::ResourceInterface> resourceInterface);
/external/deqp/external/vulkancts/modules/vulkan/synchronization/
DvktSynchronizationUtil.cpp57 de::SharedPtr<vk::ResourceInterface> resourceInterface in makeComputePipeline() argument
82 …ipelineCache> pipelineCache (pipelineCacheData.createPipelineCache(vk, device, resourceInterface)); in makeComputePipeline()
227 de::SharedPtr<vk::ResourceInterface> resourceInterface) in build() argument
378 …PipelineCache> pipelineCache(pipelineCacheData.createPipelineCache(vk, device, resourceInterface)); in build()
1152 …rface& vk, const vk::VkDevice device, de::SharedPtr<vk::ResourceInterface> resourceInterface) const in createPipelineCache()
1155 DE_UNREF(resourceInterface); in createPipelineCache()
1169 resourceInterface->getCacheDataSize(), // deUintptr initialDataSize; in createPipelineCache()
1170 resourceInterface->getCacheData() // const void* pInitialData; in createPipelineCache()
DvktSynchronizationUtil.hpp134 …face& vk, const vk::VkDevice device, de::SharedPtr<vk::ResourceInterface> resourceInterface) const;
169 …ass, PipelineCacheData& pipelineCacheData, de::SharedPtr<vk::ResourceInterface> resourceInterface);
331 …nfo, PipelineCacheData& pipelineCacheData, de::SharedPtr<vk::ResourceInterface> resourceInterface);
DvktSynchronizationSmokeTests.cpp615 de::SharedPtr<vk::ResourceInterface> resourceInterface; member
649 , resourceInterface (resourceInterface_) in TestContext()
937 cacheState.initialDataSize = testContext.resourceInterface->getCacheDataSize(); in generateWork()
938 cacheState.pInitialData = testContext.resourceInterface->getCacheData(); in generateWork()
/external/deqp/external/vulkancts/modules/vulkan/protected_memory/
DvktProtectedMemUtils.cpp145 de::SharedPtr<vk::ResourceInterface> resourceInterface, in makeProtectedMemDevice() argument
248 …ReservationCreateInfo memReservationInfo = cmdLine.isSubProcess() ? resourceInterface->getStatMax(… in makeProtectedMemDevice()
260 if (resourceInterface->getCacheDataSize() > 0) in makeProtectedMemDevice()
268 resourceInterface->getCacheDataSize(), // deUintptr initialDataSize; in makeProtectedMemDevice()
269 resourceInterface->getCacheData() // const void* pInitialData; in makeProtectedMemDevice()
275 poolSizes = resourceInterface->getPipelinePoolSizes(); in makeProtectedMemDevice()
DvktProtectedMemUtils.hpp75 de::SharedPtr<vk::ResourceInterface> resourceInterface,
/external/deqp/external/vulkancts/modules/vulkan/api/
DvktApiObjectManagementTests.cpp259 de::SharedPtr<ResourceInterface> resourceInterface; member
277 , resourceInterface (context.getResourceInterface()) in Environment()
315 , resourceInterface (resourceInterface_) in Environment()
591 , vki(env.vkp, *instance.object, env.commandLine, env.resourceInterface) in Resources()
647 …reateInfo memReservationInfo = env.commandLine.isSubProcess() ? env.resourceInterface->getStatMax(… in create()
659 if (env.resourceInterface->getCacheDataSize() > 0) in create()
667 env.resourceInterface->getCacheDataSize(), // deUintptr initialDataSize; in create()
668 env.resourceInterface->getCacheData() // const void* pInitialData; in create()
674 poolSizes = env.resourceInterface->getPipelinePoolSizes(); in create()
740 , vki (env.vkp, *instance.object, env.commandLine, env.resourceInterface) in Resources()
[all …]
DvktApiPipelineTests.cpp726 …ut pipelineLayout, VkRenderPass renderPass, de::SharedPtr<vk::ResourceInterface> resourceInterface) in createSimpleGraphicsPipeline() argument
729 DE_UNREF(resourceInterface); in createSimpleGraphicsPipeline()
865 resourceInterface->getCacheDataSize(), // deUintptr initialDataSize; in createSimpleGraphicsPipeline()
866 resourceInterface->getCacheData() // const void* pInitialData; in createSimpleGraphicsPipeline()
1488 …ut pipelineLayout, VkRenderPass renderPass, de::SharedPtr<vk::ResourceInterface> resourceInterface) in createSimpleGraphicsPipelineInvalidPointers() argument
1491 DE_UNREF(resourceInterface); in createSimpleGraphicsPipelineInvalidPointers()
1568 resourceInterface->getCacheDataSize(), // deUintptr initialDataSize; in createSimpleGraphicsPipelineInvalidPointers()
/external/deqp/external/vulkancts/modules/vulkan/image/
DvktImageMutableTests.cpp1815 de::SharedPtr<vk::ResourceInterface> resourceInterface, in createDeviceWithWsi() argument
1838 …ReservationCreateInfo memReservationInfo = cmdLine.isSubProcess() ? resourceInterface->getStatMax(… in createDeviceWithWsi()
1850 if (resourceInterface->getCacheDataSize() > 0) in createDeviceWithWsi()
1858 resourceInterface->getCacheDataSize(), // deUintptr initialDataSize; in createDeviceWithWsi()
1859 resourceInterface->getCacheData() // const void* pInitialData; in createDeviceWithWsi()
1865 poolSizes = resourceInterface->getPipelinePoolSizes(); in createDeviceWithWsi()
/external/deqp/external/vulkancts/modules/vulkan/sc/
DvktDeviceObjectReservationTests.cpp419 de::SharedPtr<vk::ResourceInterface> resourceInterface, in createGraphicsPipelines() argument
580 …std::size_t hashValue = calculateGraphicsPipelineHash(graphicsPipelineCI, resourceInterface->g… in createGraphicsPipelines()
595 de::SharedPtr<vk::ResourceInterface> resourceInterface, in createComputePipelines() argument
628 …std::size_t hashValue = calculateComputePipelineHash(computePipelineCI, resourceInterface->get… in createComputePipelines()
/external/deqp/external/vulkancts/modules/vulkan/memory/
DvktMemoryDeviceMemoryReportTests.cpp743 env.resourceInterface->getCacheDataSize(), // deUintptr initialDataSize; in create()
744 env.resourceInterface->getCacheData() // const void* pInitialData; in create()