/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/postmortem/ |
H A D | vktPostmortemUtil.cpp | 86 : TestInstance(context), m_logicalDevice(createPostmortemDevice(context)), in PostmortemTestInstance() 87 m_deviceDriver(context.getPlatformInterface(), context.getInstance(), *m_logicalDevice, context.getUsedApiVersion()), in PostmortemTestInstance() 89 m_queue(getDeviceQueue(m_deviceDriver, *m_logicalDevice, m_queueFamilyIndex, 0)), in PostmortemTestInstance() 90 m_allocator(m_deviceDriver, *m_logicalDevice, getPhysicalDeviceMemoryProperties(context.getInstanceInterface(), context.getPhysicalDevice())) in PostmortemTestInstance()
|
H A D | vktPostmortemUtil.hpp | 43 vk::Unique<vk::VkDevice> m_logicalDevice; member in vkt::postmortem::PostmortemTestInstance
|
H A D | vktPostmortemDeviceFaultTests.cpp | 122 Move<VkDevice> m_logicalDevice; member in vkt::postmortem::__anon28286::CustomDevice 175 m_logicalDevice = createCustomDevice(useValidation, platformInterface, instance, instanceInterface, physicalDevice, &deviceCreateInfo); in CustomDevice() 178 VkDevice getDevice () const { return *m_logicalDevice; } in getDevice()
|
H A D | vktPostmortemShaderTimeoutTests.cpp | 117 const VkDevice device = *m_logicalDevice; in iterate()
|
/third_party/vk-gl-cts/external/vulkancts/modules_no_buildgn/vulkan/postmortem/ |
H A D | vktPostmortemUtil.cpp | 86 : TestInstance(context), m_logicalDevice(createPostmortemDevice(context)), in PostmortemTestInstance() 87 m_deviceDriver(context.getPlatformInterface(), context.getInstance(), *m_logicalDevice), in PostmortemTestInstance() 89 m_queue(getDeviceQueue(m_deviceDriver, *m_logicalDevice, m_queueFamilyIndex, 0)), in PostmortemTestInstance() 90 m_allocator(m_deviceDriver, *m_logicalDevice, getPhysicalDeviceMemoryProperties(context.getInstanceInterface(), context.getPhysicalDevice())) in PostmortemTestInstance()
|
H A D | vktPostmortemUtil.hpp | 43 vk::Unique<vk::VkDevice> m_logicalDevice; member in vkt::postmortem::PostmortemTestInstance
|
H A D | vktPostmortemDeviceFaultTests.cpp | 122 Move<VkDevice> m_logicalDevice; member in vkt::postmortem::__anon29499::CustomDevice 175 m_logicalDevice = createCustomDevice(useValidation, platformInterface, instance, instanceInterface, physicalDevice, &deviceCreateInfo); in CustomDevice() 178 VkDevice getDevice () const { return *m_logicalDevice; } in getDevice()
|
H A D | vktPostmortemShaderTimeoutTests.cpp | 117 const VkDevice device = *m_logicalDevice; in iterate()
|
/third_party/vk-gl-cts/external/vulkancts/modules_no_buildgn/vulkan/multiview/ |
H A D | vktMultiViewRenderTests.cpp | 323 Move<VkDevice> m_logicalDevice; member in vkt::MultiView::__anon29374::MultiViewRenderTestInstance 373 m_colorAttachment = de::SharedPtr<ImageAttachment>(new ImageAttachment(*m_logicalDevice, *m_device, *m_allocator, m_parameters.extent, m_parameters.colorFormat, m_parameters.samples)); in MultiViewRenderTestInstance() 389 renderPass = makeRenderPass (*m_device, *m_logicalDevice, m_parameters.colorFormat, m_parameters.viewMasks, m_parameters.renderingType); in iterate() 390 frameBuffer = makeFramebuffer(*m_device, *m_logicalDevice, *renderPass, m_colorAttachment->getImageView(), m_parameters.extent.width, m_parameters.extent.height); in iterate() 394 Unique<VkPipelineLayout> pipelineLayout (makePipelineLayout(*m_device, *m_logicalDevice)); in iterate() 583 submitCommandsAndWait(*m_device, *m_logicalDevice, m_queue, *m_cmdBuffer); in draw() 684 m_vertexCoordBuffer = createBuffer(*m_device, *m_logicalDevice, &bufferInfo); in createVertexBuffer() 685 m_vertexCoordAlloc = m_allocator->allocate(getBufferMemoryRequirements(*m_device, *m_logicalDevice, *m_vertexCoordBuffer), MemoryRequirement::HostVisible); in createVertexBuffer() 687 VK_CHECK(m_device->bindBufferMemory(*m_logicalDevice, *m_vertexCoordBuffer, m_vertexCoordAlloc->getMemory(), m_vertexCoordAlloc->getOffset())); in createVertexBuffer() 689 flushAlloc(*m_device, *m_logicalDevice, *m_vertexCoordAllo in createVertexBuffer() [all...] |
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/multiview/ |
H A D | vktMultiViewRenderTests.cpp | 336 Move<VkDevice> m_logicalDevice; member in vkt::MultiView::__anon28143::MultiViewRenderTestInstance 386 m_colorAttachment = de::SharedPtr<ImageAttachment>(new ImageAttachment(*m_logicalDevice, *m_device, *m_allocator, m_parameters.extent, m_parameters.colorFormat, m_parameters.samples)); in MultiViewRenderTestInstance() 402 renderPass = makeRenderPass (*m_device, *m_logicalDevice, m_parameters.colorFormat, m_parameters.viewMasks, m_parameters.renderingType); in iterate() 403 frameBuffer = makeFramebuffer(*m_device, *m_logicalDevice, *renderPass, m_colorAttachment->getImageView(), m_parameters.extent.width, m_parameters.extent.height); in iterate() 407 Unique<VkPipelineLayout> pipelineLayout (makePipelineLayout(*m_device, *m_logicalDevice)); in iterate() 596 submitCommandsAndWait(*m_device, *m_logicalDevice, m_queue, *m_cmdBuffer); in draw() 697 m_vertexCoordBuffer = createBuffer(*m_device, *m_logicalDevice, &bufferInfo); in createVertexBuffer() 698 m_vertexCoordAlloc = m_allocator->allocate(getBufferMemoryRequirements(*m_device, *m_logicalDevice, *m_vertexCoordBuffer), MemoryRequirement::HostVisible); in createVertexBuffer() 700 VK_CHECK(m_device->bindBufferMemory(*m_logicalDevice, *m_vertexCoordBuffer, m_vertexCoordAlloc->getMemory(), m_vertexCoordAlloc->getOffset())); in createVertexBuffer() 702 flushAlloc(*m_device, *m_logicalDevice, *m_vertexCoordAllo in createVertexBuffer() [all...] |
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/sparse_resources/ |
H A D | vktSparseResourcesBase.cpp | 237 m_logicalDevice = createCustomDevice(m_context.getTestContext().getCommandLine().isValidationEnabled(), m_context.getPlatformInterface(), instance, instanceDriver, physicalDevice, &deviceInfo); in createDeviceSupportingQueues() 238 m_deviceDriver = de::MovePtr<DeviceDriver>(new DeviceDriver(m_context.getPlatformInterface(), instance, *m_logicalDevice, m_context.getUsedApiVersion())); in createDeviceSupportingQueues() 239 m_allocator = de::MovePtr<Allocator>(new SimpleAllocator(*m_deviceDriver, *m_logicalDevice, getPhysicalDeviceMemoryProperties(instanceDriver, physicalDevice))); in createDeviceSupportingQueues() 247 queue.queueHandle = getDeviceQueue(*m_deviceDriver, *m_logicalDevice, queue.queueFamilyIndex, queue.queueIndex); in createDeviceSupportingQueues()
|
H A D | vktSparseResourcesBase.hpp | 81 vk::VkDevice getDevice (void) const { return *m_logicalDevice; } in getDevice() 92 vk::Move<vk::VkDevice> m_logicalDevice; member in vkt::sparse::SparseResourcesBaseInstance
|
/third_party/vk-gl-cts/external/vulkancts/modules_no_buildgn/vulkan/sparse_resources/ |
H A D | vktSparseResourcesBase.cpp | 207 m_logicalDevice = createCustomDevice(m_context.getTestContext().getCommandLine().isValidationEnabled(), m_context.getPlatformInterface(), instance, instanceDriver, physicalDevice, &deviceInfo); in createDeviceSupportingQueues() 208 m_deviceDriver = de::MovePtr<DeviceDriver>(new DeviceDriver(m_context.getPlatformInterface(), instance, *m_logicalDevice)); in createDeviceSupportingQueues() 209 m_allocator = de::MovePtr<Allocator>(new SimpleAllocator(*m_deviceDriver, *m_logicalDevice, getPhysicalDeviceMemoryProperties(instanceDriver, physicalDevice))); in createDeviceSupportingQueues() 217 queue.queueHandle = getDeviceQueue(*m_deviceDriver, *m_logicalDevice, queue.queueFamilyIndex, queue.queueIndex); in createDeviceSupportingQueues()
|
H A D | vktSparseResourcesBase.hpp | 81 vk::VkDevice getDevice (void) const { return *m_logicalDevice; } in getDevice() 92 vk::Move<vk::VkDevice> m_logicalDevice; member in vkt::sparse::SparseResourcesBaseInstance
|
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/memory/ |
H A D | vktMemoryAllocationTests.cpp | 152 vk::VkDevice getDevice (void) { return m_logicalDevice.get();} in getDevice() 163 vk::Move<vk::VkDevice> m_logicalDevice; member in vkt::memory::__anon28046::BaseAllocateTestInstance 275 m_logicalDevice = createCustomDevice(m_context.getTestContext().getCommandLine().isValidationEnabled(), m_context.getPlatformInterface(), instance, instanceDriver, physicalDevice, &deviceInfo); in createTestDevice() 277 m_deviceDriver = de::MovePtr<DeviceDriver>(new DeviceDriver(m_context.getPlatformInterface(), instance, *m_logicalDevice, m_context.getUsedApiVersion())); in createTestDevice() 279 m_deviceDriver = de::MovePtr<DeviceDriverSC, DeinitDeviceDeleter>(new DeviceDriverSC(m_context.getPlatformInterface(), instance, *m_logicalDevice, m_context.getTestContext().getCommandLine(), m_context.getResourceInterface(), m_context.getDeviceVulkanSC10Properties(), m_context.getDeviceProperties(), m_context.getUsedApiVersion()), vk::DeinitDeviceDeleter(m_context.getResourceInterface().get(), *m_logicalDevice)); in createTestDevice() 343 m_logicalDevice = createCustomDevice(m_context.getTestContext().getCommandLine().isValidationEnabled(), m_context.getPlatformInterface(), instance, instanceDriver, deviceGroupInfo.pPhysicalDevices[physDeviceIdx], &deviceInfo); in createDeviceGroup() 345 m_deviceDriver = de::MovePtr<DeviceDriver>(new DeviceDriver(m_context.getPlatformInterface(), instance, *m_logicalDevice, m_context.getUsedApiVersion())); in createDeviceGroup() 347 m_deviceDriver = de::MovePtr<DeviceDriverSC, DeinitDeviceDeleter>(new DeviceDriverSC(m_context.getPlatformInterface(), instance, *m_logicalDevice, m_context.getTestContext().getCommandLine(), m_context.getResourceInterface(), m_context.getDeviceVulkanSC10Properties(), m_context.getDeviceProperties(), m_context.getUsedApiVersion()), vk::DeinitDeviceDeleter(m_context.getResourceInterface().get(), *m_logicalDevice)); in createDeviceGroup() [all...] |
/third_party/vk-gl-cts/external/vulkancts/modules_no_buildgn/vulkan/memory/ |
H A D | vktMemoryAllocationTests.cpp | 152 vk::VkDevice getDevice (void) { return m_logicalDevice.get();} in getDevice() 164 vk::Move<vk::VkDevice> m_logicalDevice; member in vkt::memory::__anon29277::BaseAllocateTestInstance 274 m_logicalDevice = createCustomDevice(m_context.getTestContext().getCommandLine().isValidationEnabled(), m_context.getPlatformInterface(), m_deviceGroupInstance, instanceDriver, physicalDevice, &deviceInfo); in createTestDevice() 276 m_deviceDriver = de::MovePtr<DeviceDriver>(new DeviceDriver(m_context.getPlatformInterface(), m_deviceGroupInstance, *m_logicalDevice)); in createTestDevice() 278 m_deviceDriver = de::MovePtr<DeviceDriverSC, DeinitDeviceDeleter>(new DeviceDriverSC(m_context.getPlatformInterface(), m_deviceGroupInstance, *m_logicalDevice, m_context.getTestContext().getCommandLine(), m_context.getResourceInterface(), m_context.getDeviceVulkanSC10Properties(), m_context.getDeviceProperties()), vk::DeinitDeviceDeleter(m_context.getResourceInterface().get(), *m_logicalDevice)); in createTestDevice() 343 m_logicalDevice = createCustomDevice(m_context.getTestContext().getCommandLine().isValidationEnabled(), m_context.getPlatformInterface(), m_deviceGroupInstance, instanceDriver, deviceGroupInfo.pPhysicalDevices[physDeviceIdx], &deviceInfo); in createDeviceGroup() 345 m_deviceDriver = de::MovePtr<DeviceDriver>(new DeviceDriver(m_context.getPlatformInterface(), m_deviceGroupInstance, *m_logicalDevice)); in createDeviceGroup() 347 m_deviceDriver = de::MovePtr<DeviceDriverSC, DeinitDeviceDeleter>(new DeviceDriverSC(m_context.getPlatformInterface(), m_deviceGroupInstance, *m_logicalDevice, m_context.getTestContext().getCommandLine(), m_context.getResourceInterface(), m_context.getDeviceVulkanSC10Properties(), m_context.getDeviceProperties()), vk::DeinitDeviceDeleter(m_context.getResourceInterface().get(), *m_logicalDevice)); in createDeviceGroup() [all...] |
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/ |
H A D | vktCustomInstancesDevices.cpp | 577 , m_logicalDevice () in VideoDevice() 718 if (*m_logicalDevice == DE_NULL) in getDeviceSupportingQueue() 727 return *m_logicalDevice; in getDeviceSupportingQueue() 912 m_logicalDevice = createCustomDevice(validationEnabled, vkp, instance, vki, physicalDevice, &deviceCreateInfo); in createDeviceSupportingQueue() 913 m_deviceDriver = de::MovePtr<vk::DeviceDriver>(new vk::DeviceDriver(vkp, instance, *m_logicalDevice, apiVersion)); in createDeviceSupportingQueue() 914 m_allocator = de::MovePtr<vk::Allocator>(new vk::SimpleAllocator(*m_deviceDriver, *m_logicalDevice, getPhysicalDeviceMemoryProperties(vki, physicalDevice))); in createDeviceSupportingQueue()
|
H A D | vktCustomInstancesDevices.hpp | 199 vk::Move<vk::VkDevice> m_logicalDevice; member in vkt::VideoDevice
|
/third_party/vk-gl-cts/external/vulkancts/modules_no_buildgn/vulkan/ |
H A D | vktCustomInstancesDevices.cpp | 540 , m_logicalDevice () in VideoDevice() 681 if (*m_logicalDevice == DE_NULL) in getDeviceSupportingQueue() 690 return *m_logicalDevice; in getDeviceSupportingQueue() 875 m_logicalDevice = createCustomDevice(validationEnabled, vkp, instance, vki, physicalDevice, &deviceCreateInfo); in createDeviceSupportingQueue() 876 m_deviceDriver = de::MovePtr<vk::DeviceDriver>(new vk::DeviceDriver(vkp, instance, *m_logicalDevice)); in createDeviceSupportingQueue() 877 m_allocator = de::MovePtr<vk::Allocator>(new vk::SimpleAllocator(*m_deviceDriver, *m_logicalDevice, getPhysicalDeviceMemoryProperties(vki, physicalDevice))); in createDeviceSupportingQueue()
|
H A D | vktCustomInstancesDevices.hpp | 199 vk::Move<vk::VkDevice> m_logicalDevice; member in vkt::VideoDevice
|
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/synchronization/ |
H A D | vktSynchronizationOperationMultiQueueTests.cpp | 229 m_logicalDevice = createCustomDevice(context.getTestContext().getCommandLine().isValidationEnabled(), context.getPlatformInterface(), instance, instanceDriver, physicalDevice, &deviceInfo); in MultiQueues() 231 m_deviceDriver = de::MovePtr<DeviceDriver>(new DeviceDriver(context.getPlatformInterface(), instance, *m_logicalDevice, context.getUsedApiVersion())); in MultiQueues() 233 m_deviceDriver = de::MovePtr<DeviceDriverSC, DeinitDeviceDeleter>(new DeviceDriverSC(context.getPlatformInterface(), instance, *m_logicalDevice, context.getTestContext().getCommandLine(), context.getResourceInterface(), context.getDeviceVulkanSC10Properties(), context.getDeviceProperties(), context.getUsedApiVersion()), vk::DeinitDeviceDeleter(context.getResourceInterface().get(), *m_logicalDevice)); in MultiQueues() 235 m_allocator = MovePtr<Allocator>(new SimpleAllocator(*m_deviceDriver, *m_logicalDevice, getPhysicalDeviceMemoryProperties(instanceDriver, physicalDevice))); in MultiQueues() 239 m_deviceDriver->getDeviceQueue(*m_logicalDevice, it->first, queueNdx, &it->second.queue[queueNdx]); in MultiQueues() 351 return *m_logicalDevice; in getDevice() 381 Move<VkDevice> m_logicalDevice; member in vkt::synchronization::__anon28831::MultiQueues
|
H A D | vktSynchronizationInternallySynchronizedObjectsTests.cpp | 176 m_logicalDevice = device; in setDevice() 178 m_deviceDriver = de::MovePtr<DeviceDriver> (new DeviceDriver(context.getPlatformInterface(), context.getInstance(), *m_logicalDevice, context.getUsedApiVersion())); in setDevice() 180 m_deviceDriver = de::MovePtr<DeviceDriverSC, DeinitDeviceDeleter>(new DeviceDriverSC(context.getPlatformInterface(), context.getInstance(), *m_logicalDevice, context.getTestContext().getCommandLine(), context.getResourceInterface(), context.getDeviceVulkanSC10Properties(), context.getDeviceProperties(), context.getUsedApiVersion()), vk::DeinitDeviceDeleter(context.getResourceInterface().get(), *m_logicalDevice)); in setDevice() 186 return *m_logicalDevice; in getDevice() 196 Move<VkDevice> m_logicalDevice; member in vkt::synchronization::__anon28826::MultiQueues
|
/third_party/vk-gl-cts/external/vulkancts/modules_no_buildgn/vulkan/synchronization/ |
H A D | vktSynchronizationOperationMultiQueueTests.cpp | 217 m_logicalDevice = createCustomDevice(context.getTestContext().getCommandLine().isValidationEnabled(), context.getPlatformInterface(), m_instance, instanceDriver, physicalDevice, &deviceInfo); in MultiQueues() 219 m_deviceDriver = de::MovePtr<DeviceDriver>(new DeviceDriver(context.getPlatformInterface(), m_instance, *m_logicalDevice)); in MultiQueues() 221 m_deviceDriver = de::MovePtr<DeviceDriverSC, DeinitDeviceDeleter>(new DeviceDriverSC(context.getPlatformInterface(), m_instance, *m_logicalDevice, context.getTestContext().getCommandLine(), context.getResourceInterface(), context.getDeviceVulkanSC10Properties(), context.getDeviceProperties()), vk::DeinitDeviceDeleter(context.getResourceInterface().get(), *m_logicalDevice)); in MultiQueues() 223 m_allocator = MovePtr<Allocator>(new SimpleAllocator(*m_deviceDriver, *m_logicalDevice, getPhysicalDeviceMemoryProperties(instanceDriver, physicalDevice))); in MultiQueues() 227 m_deviceDriver->getDeviceQueue(*m_logicalDevice, it->first, queueNdx, &it->second.queue[queueNdx]); in MultiQueues() 339 return *m_logicalDevice; in getDevice() 366 Move<VkDevice> m_logicalDevice; member in vkt::synchronization::__anon29980::MultiQueues
|
H A D | vktSynchronizationInternallySynchronizedObjectsTests.cpp | 176 m_logicalDevice = device; in setDevice() 178 m_deviceDriver = de::MovePtr<DeviceDriver> (new DeviceDriver(context.getPlatformInterface(), context.getInstance(), *m_logicalDevice)); in setDevice() 180 m_deviceDriver = de::MovePtr<DeviceDriverSC, DeinitDeviceDeleter>(new DeviceDriverSC(context.getPlatformInterface(), context.getInstance(), *m_logicalDevice, context.getTestContext().getCommandLine(), context.getResourceInterface(), context.getDeviceVulkanSC10Properties(), context.getDeviceProperties()), vk::DeinitDeviceDeleter(context.getResourceInterface().get(), *m_logicalDevice)); in setDevice() 186 return *m_logicalDevice; in getDevice() 196 Move<VkDevice> m_logicalDevice; member in vkt::synchronization::__anon29975::MultiQueues
|
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/pipeline/ |
H A D | vktPipelineMultisampleShaderFragmentMaskTests.cpp | 208 , m_logicalDevice() in SingletonDevice() 262 m_logicalDevice = createCustomDevice( in SingletonDevice() 271 m_deviceDriver = de::MovePtr<DeviceDriver>(new DeviceDriver(vkp, instance, *m_logicalDevice, m_context.getUsedApiVersion())); in SingletonDevice() 284 return m_singletonDevice->m_logicalDevice.get(); in getDevice() 307 Move<vk::VkDevice> m_logicalDevice; member in vkt::pipeline::__anon28240::SingletonDevice
|