Home
last modified time | relevance | path

Searched refs:resourceInterface (Results 1 - 25 of 28) sorted by relevance

12

/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/
H A DvktTestCase.cpp274 de::SharedPtr<vk::ResourceInterface> resourceInterface) in createDefaultDevice()
336 resourceInterface->importPipelineCacheData(vkp, instance, vki, physicalDevice, queueIndex); in createDefaultDevice()
338 dmrCI = resourceInterface->getStatMax(); in createDefaultDevice()
340 if(resourceInterface->getCacheDataSize() > 0) in createDefaultDevice()
342 pcCI.initialDataSize = resourceInterface->getCacheDataSize(); in createDefaultDevice()
343 pcCI.pInitialData = resourceInterface->getCacheData(); in createDefaultDevice()
348 poolSizes = resourceInterface->getPipelinePoolSizes(); in createDefaultDevice()
390 DE_UNREF(resourceInterface); in createDefaultDevice()
415 DefaultDevice (const PlatformInterface& vkPlatform, const tcu::CommandLine& cmdLine, de::SharedPtr<vk::ResourceInterface> resourceInterface);
550 DefaultDevice::DefaultDevice (const PlatformInterface& vkPlatform, const tcu::CommandLine& cmdLine, de::SharedPtr<vk::ResourceInterface> resourceInterface) in DefaultDevice() argument
265 createDefaultDevice(const PlatformInterface& vkp, VkInstance instance, const InstanceInterface& vki, VkPhysicalDevice physicalDevice, deUint32 queueIndex, deUint32 sparseQueueIndex, const VkPhysicalDeviceFeatures2& enabledFeatures, const vector<const char*>& usedExtensions, const tcu::CommandLine& cmdLine, de::SharedPtr<vk::ResourceInterface> resourceInterface) createDefaultDevice() argument
[all...]
H A DvktTestCase.hpp78 de::SharedPtr<vk::ResourceInterface> resourceInterface);
/third_party/vk-gl-cts/external/vulkancts/modules_no_buildgn/vulkan/
H A DvktTestCase.cpp260 de::SharedPtr<vk::ResourceInterface> resourceInterface) in createDefaultDevice()
334 resourceInterface->importPipelineCacheData(vkp, instance, vki, physicalDevice, queueIndex); in createDefaultDevice()
336 dmrCI = resourceInterface->getStatMax(); in createDefaultDevice()
338 if(resourceInterface->getCacheDataSize() > 0) in createDefaultDevice()
340 pcCI.initialDataSize = resourceInterface->getCacheDataSize(); in createDefaultDevice()
341 pcCI.pInitialData = resourceInterface->getCacheData(); in createDefaultDevice()
346 poolSizes = resourceInterface->getPipelinePoolSizes(); in createDefaultDevice()
372 DE_UNREF(resourceInterface); in createDefaultDevice()
383 DefaultDevice (const PlatformInterface& vkPlatform, const tcu::CommandLine& cmdLine, de::SharedPtr<vk::ResourceInterface> resourceInterface);
492 DefaultDevice::DefaultDevice (const PlatformInterface& vkPlatform, const tcu::CommandLine& cmdLine, de::SharedPtr<vk::ResourceInterface> resourceInterface) in DefaultDevice() argument
250 createDefaultDevice(const PlatformInterface& vkp, VkInstance instance, const InstanceInterface& vki, VkPhysicalDevice physicalDevice, const deUint32 apiVersion, deUint32 queueIndex, deUint32 sparseQueueIndex, const VkPhysicalDeviceFeatures2& enabledFeatures, const vector<string>& enabledExtensions, const tcu::CommandLine& cmdLine, de::SharedPtr<vk::ResourceInterface> resourceInterface) createDefaultDevice() argument
[all...]
H A DvktTestCase.hpp73 de::SharedPtr<vk::ResourceInterface> resourceInterface);
/third_party/vk-gl-cts/external/vulkancts/framework/vulkan/
H A DvkPlatform.hpp107 de::SharedPtr<vk::ResourceInterface> resourceInterface);
162 de::SharedPtr<vk::ResourceInterface> resourceInterface,
352 DeinitDeviceDeleter (ResourceInterface* resourceInterface, const VkDevice& device) in DeinitDeviceDeleter() argument
353 : m_resourceInterface(resourceInterface) in DeinitDeviceDeleter()
H A DvkPlatform.cpp72 de::SharedPtr<vk::ResourceInterface> resourceInterface) in InstanceDriverSC()
75 , m_resourceInterface(resourceInterface) in InstanceDriverSC()
186 de::SharedPtr<vk::ResourceInterface> resourceInterface, in DeviceDriverSC()
192 , m_resourceInterface(resourceInterface) in DeviceDriverSC()
69 InstanceDriverSC(const PlatformInterface& platformInterface, VkInstance instance, const tcu::CommandLine& cmdLine, de::SharedPtr<vk::ResourceInterface> resourceInterface) InstanceDriverSC() argument
182 DeviceDriverSC(const PlatformInterface& platformInterface, VkInstance instance, VkDevice device, const tcu::CommandLine& cmdLine, de::SharedPtr<vk::ResourceInterface> resourceInterface, const VkPhysicalDeviceVulkanSC10Properties& physicalDeviceVulkanSC10Properties, const VkPhysicalDeviceProperties& physicalDeviceProperties, const uint32_t usedApiVersion) DeviceDriverSC() argument
H A DvkResourceInterface.cpp1172 MultithreadedDestroyGuard::MultithreadedDestroyGuard (de::SharedPtr<vk::ResourceInterface> resourceInterface) in MultithreadedDestroyGuard() argument
1173 : m_resourceInterface{ resourceInterface } in MultithreadedDestroyGuard()
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/synchronization/
H A DvktSynchronizationUtil.cpp57 de::SharedPtr<vk::ResourceInterface> resourceInterface in makeComputePipeline()
82 const vk::Unique<vk::VkPipelineCache> pipelineCache (pipelineCacheData.createPipelineCache(vk, device, resourceInterface)); in makeComputePipeline()
227 de::SharedPtr<vk::ResourceInterface> resourceInterface) in build()
378 const vk::Unique<vk::VkPipelineCache> pipelineCache(pipelineCacheData.createPipelineCache(vk, device, resourceInterface)); in build()
1152 vk::Move<VkPipelineCache> PipelineCacheData::createPipelineCache (const vk::DeviceInterface& 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()
222 build(const DeviceInterface& vk, const VkDevice device, const VkPipelineLayout pipelineLayout, const VkRenderPass renderPass, PipelineCacheData& pipelineCacheData, de::SharedPtr<vk::ResourceInterface> resourceInterface) build() argument
H A DvktSynchronizationUtil.hpp134 vk::Move<vk::VkPipelineCache> createPipelineCache (const vk::DeviceInterface& vk, const vk::VkDevice device, de::SharedPtr<vk::ResourceInterface> resourceInterface) const;
169 vk::Move<vk::VkPipeline> build(const vk::DeviceInterface& vk, const vk::VkDevice device, const vk::VkPipelineLayout pipelineLayout, const vk::VkRenderPass renderPass, PipelineCacheData& pipelineCacheData, de::SharedPtr<vk::ResourceInterface> resourceInterface);
331 vk::Move<vk::VkPipeline> makeComputePipeline (const vk::DeviceInterface& vk, const vk::VkDevice device, const vk::VkPipelineLayout pipelineLayout, const vk::VkShaderModule shaderModule, const vk::VkSpecializationInfo* specInfo, PipelineCacheData& pipelineCacheData, de::SharedPtr<vk::ResourceInterface> resourceInterface);
H A 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()
/third_party/vk-gl-cts/external/vulkancts/modules_no_buildgn/vulkan/synchronization/
H A DvktSynchronizationUtil.cpp57 de::SharedPtr<vk::ResourceInterface> resourceInterface in makeComputePipeline()
82 const vk::Unique<vk::VkPipelineCache> pipelineCache (pipelineCacheData.createPipelineCache(vk, device, resourceInterface)); in makeComputePipeline()
227 de::SharedPtr<vk::ResourceInterface> resourceInterface) in build()
378 const vk::Unique<vk::VkPipelineCache> pipelineCache(pipelineCacheData.createPipelineCache(vk, device, resourceInterface)); in build()
1152 vk::Move<VkPipelineCache> PipelineCacheData::createPipelineCache (const vk::DeviceInterface& 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()
222 build(const DeviceInterface& vk, const VkDevice device, const VkPipelineLayout pipelineLayout, const VkRenderPass renderPass, PipelineCacheData& pipelineCacheData, de::SharedPtr<vk::ResourceInterface> resourceInterface) build() argument
H A DvktSynchronizationUtil.hpp134 vk::Move<vk::VkPipelineCache> createPipelineCache (const vk::DeviceInterface& vk, const vk::VkDevice device, de::SharedPtr<vk::ResourceInterface> resourceInterface) const;
169 vk::Move<vk::VkPipeline> build(const vk::DeviceInterface& vk, const vk::VkDevice device, const vk::VkPipelineLayout pipelineLayout, const vk::VkRenderPass renderPass, PipelineCacheData& pipelineCacheData, de::SharedPtr<vk::ResourceInterface> resourceInterface);
331 vk::Move<vk::VkPipeline> makeComputePipeline (const vk::DeviceInterface& vk, const vk::VkDevice device, const vk::VkPipelineLayout pipelineLayout, const vk::VkShaderModule shaderModule, const vk::VkSpecializationInfo* specInfo, PipelineCacheData& pipelineCacheData, de::SharedPtr<vk::ResourceInterface> resourceInterface);
H A DvktSynchronizationSmokeTests.cpp616 de::SharedPtr<vk::ResourceInterface> resourceInterface; member
650 , resourceInterface (resourceInterface_) in TestContext()
938 cacheState.initialDataSize = testContext.resourceInterface->getCacheDataSize(); in generateWork()
939 cacheState.pInitialData = testContext.resourceInterface->getCacheData(); in generateWork()
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/protected_memory/
H A DvktProtectedMemUtils.cpp145 de::SharedPtr<vk::ResourceInterface> resourceInterface, in makeProtectedMemDevice()
248 VkDeviceObjectReservationCreateInfo memReservationInfo = cmdLine.isSubProcess() ? resourceInterface->getStatMax() : resetDeviceObjectReservationCreateInfo(); 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()
137 makeProtectedMemDevice(const vk::PlatformInterface& vkp, vk::VkInstance instance, const vk::InstanceDriver& vkd, vk::VkPhysicalDevice physicalDevice, const deUint32 queueFamilyIndex, const deUint32 apiVersion, const std::vector<std::string>& extraExtensions, de::SharedPtr<vk::ResourceInterface> resourceInterface, const tcu::CommandLine& cmdLine) makeProtectedMemDevice() argument
H A DvktProtectedMemUtils.hpp75 de::SharedPtr<vk::ResourceInterface> resourceInterface,
/third_party/vk-gl-cts/external/vulkancts/modules_no_buildgn/vulkan/protected_memory/
H A DvktProtectedMemUtils.cpp145 de::SharedPtr<vk::ResourceInterface> resourceInterface, in makeProtectedMemDevice()
248 VkDeviceObjectReservationCreateInfo memReservationInfo = cmdLine.isSubProcess() ? resourceInterface->getStatMax() : resetDeviceObjectReservationCreateInfo(); 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()
137 makeProtectedMemDevice(const vk::PlatformInterface& vkp, vk::VkInstance instance, const vk::InstanceDriver& vkd, vk::VkPhysicalDevice physicalDevice, const deUint32 queueFamilyIndex, const deUint32 apiVersion, const std::vector<std::string>& extraExtensions, de::SharedPtr<vk::ResourceInterface> resourceInterface, const tcu::CommandLine& cmdLine) makeProtectedMemDevice() argument
H A DvktProtectedMemUtils.hpp75 de::SharedPtr<vk::ResourceInterface> resourceInterface,
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/api/
H A 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 VkDeviceObjectReservationCreateInfo memReservationInfo = env.commandLine.isSubProcess() ? env.resourceInterface->getStatMax() : resetDeviceObjectReservationCreateInfo(); 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...]
H A DvktApiPipelineTests.cpp726 Move<VkPipeline> createSimpleGraphicsPipeline (const DeviceInterface& vk, const VkDevice& device, deUint32 numShaderStages, const VkPipelineShaderStageCreateInfo* shaderStageCreateInfos, VkPipelineLayout 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 Move<VkPipeline> createSimpleGraphicsPipelineInvalidPointers (const DeviceInterface& vk, const VkDevice& device, deUint32 numShaderStages, const VkPipelineShaderStageCreateInfo* shaderStageCreateInfos, VkPipelineLayout pipelineLayout, VkRenderPass renderPass, de::SharedPtr<vk::ResourceInterface> resourceInterface) in createSimpleGraphicsPipelineInvalidPointers() argument
1491 DE_UNREF(resourceInterface); in createSimpleGraphicsPipelineInvalidPointers()
1568 resourceInterface->getCacheDataSize(), // deUintptr initialDataSize; in createSimpleGraphicsPipelineInvalidPointers()
/third_party/vk-gl-cts/external/vulkancts/modules_no_buildgn/vulkan/api/
H A 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 VkDeviceObjectReservationCreateInfo memReservationInfo = env.commandLine.isSubProcess() ? env.resourceInterface->getStatMax() : resetDeviceObjectReservationCreateInfo(); 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...]
H A DvktApiPipelineTests.cpp726 Move<VkPipeline> createSimpleGraphicsPipeline (const DeviceInterface& vk, const VkDevice& device, deUint32 numShaderStages, const VkPipelineShaderStageCreateInfo* shaderStageCreateInfos, VkPipelineLayout 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 Move<VkPipeline> createSimpleGraphicsPipelineInvalidPointers (const DeviceInterface& vk, const VkDevice& device, deUint32 numShaderStages, const VkPipelineShaderStageCreateInfo* shaderStageCreateInfos, VkPipelineLayout pipelineLayout, VkRenderPass renderPass, de::SharedPtr<vk::ResourceInterface> resourceInterface) in createSimpleGraphicsPipelineInvalidPointers() argument
1491 DE_UNREF(resourceInterface); in createSimpleGraphicsPipelineInvalidPointers()
1568 resourceInterface->getCacheDataSize(), // deUintptr initialDataSize; in createSimpleGraphicsPipelineInvalidPointers()
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/image/
H A DvktImageMutableTests.cpp1815 de::SharedPtr<vk::ResourceInterface> resourceInterface, in createDeviceWithWsi()
1838 VkDeviceObjectReservationCreateInfo memReservationInfo = cmdLine.isSubProcess() ? resourceInterface->getStatMax() : resetDeviceObjectReservationCreateInfo(); 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()
1807 createDeviceWithWsi(const PlatformInterface& vkp, VkInstance instance, const InstanceInterface& vki, VkPhysicalDevice physicalDevice, const Extensions& supportedExtensions, const deUint32 queueFamilyIndex, const VkAllocationCallbacks* pAllocator, de::SharedPtr<vk::ResourceInterface> resourceInterface, const tcu::CommandLine& cmdLine) createDeviceWithWsi() argument
/third_party/vk-gl-cts/external/vulkancts/modules_no_buildgn/vulkan/image/
H A DvktImageMutableTests.cpp1815 de::SharedPtr<vk::ResourceInterface> resourceInterface, in createDeviceWithWsi()
1838 VkDeviceObjectReservationCreateInfo memReservationInfo = cmdLine.isSubProcess() ? resourceInterface->getStatMax() : resetDeviceObjectReservationCreateInfo(); 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()
1807 createDeviceWithWsi(const PlatformInterface& vkp, VkInstance instance, const InstanceInterface& vki, VkPhysicalDevice physicalDevice, const Extensions& supportedExtensions, const deUint32 queueFamilyIndex, const VkAllocationCallbacks* pAllocator, de::SharedPtr<vk::ResourceInterface> resourceInterface, const tcu::CommandLine& cmdLine) createDeviceWithWsi() argument
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/sc/
H A DvktDeviceObjectReservationTests.cpp420 de::SharedPtr<vk::ResourceInterface> resourceInterface, in createGraphicsPipelines()
581 std::size_t hashValue = calculateGraphicsPipelineHash(graphicsPipelineCI, resourceInterface->getObjectHashes()); in createGraphicsPipelines()
596 de::SharedPtr<vk::ResourceInterface> resourceInterface, in createComputePipelines()
629 std::size_t hashValue = calculateComputePipelineHash(computePipelineCI, resourceInterface->getObjectHashes()); in createComputePipelines()
413 createGraphicsPipelines(const DeviceInterface& vkd, const VkDevice device, VkShaderModule vertexShaderModule, VkShaderModule fragmentShaderModule, VkRenderPass renderPass, VkPipelineLayout pipelineLayout, VkDeviceSize poolEntrySize, de::SharedPtr<vk::ResourceInterface> resourceInterface, std::vector<PipelineSp>::iterator begin, std::vector<PipelineSp>::iterator end) createGraphicsPipelines() argument
591 createComputePipelines(const DeviceInterface& vkd, const VkDevice device, VkShaderModule shaderModule, VkPipelineLayout pipelineLayout, VkDeviceSize poolEntrySize, de::SharedPtr<vk::ResourceInterface> resourceInterface, std::vector<PipelineSp>::iterator begin, std::vector<PipelineSp>::iterator end) createComputePipelines() argument
/third_party/vk-gl-cts/external/vulkancts/modules_no_buildgn/vulkan/sc/
H A DvktDeviceObjectReservationTests.cpp419 de::SharedPtr<vk::ResourceInterface> resourceInterface, in createGraphicsPipelines()
580 std::size_t hashValue = calculateGraphicsPipelineHash(graphicsPipelineCI, resourceInterface->getObjectHashes()); in createGraphicsPipelines()
595 de::SharedPtr<vk::ResourceInterface> resourceInterface, in createComputePipelines()
628 std::size_t hashValue = calculateComputePipelineHash(computePipelineCI, resourceInterface->getObjectHashes()); in createComputePipelines()
412 createGraphicsPipelines(const DeviceInterface& vkd, const VkDevice device, VkShaderModule vertexShaderModule, VkShaderModule fragmentShaderModule, VkRenderPass renderPass, VkPipelineLayout pipelineLayout, VkDeviceSize poolEntrySize, de::SharedPtr<vk::ResourceInterface> resourceInterface, std::vector<PipelineSp>::iterator begin, std::vector<PipelineSp>::iterator end) createGraphicsPipelines() argument
590 createComputePipelines(const DeviceInterface& vkd, const VkDevice device, VkShaderModule shaderModule, VkPipelineLayout pipelineLayout, VkDeviceSize poolEntrySize, de::SharedPtr<vk::ResourceInterface> resourceInterface, std::vector<PipelineSp>::iterator begin, std::vector<PipelineSp>::iterator end) createComputePipelines() argument

Completed in 48 milliseconds

12