/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/protected_memory/ |
H A D | vktProtectedMemContext.cpp | 45 , m_deviceDriver (m_context.getPlatformInterface(), m_instance, *m_device, m_context.getUsedApiVersion()) in ProtectedContext() 47 , m_queue (getProtectedQueue(m_deviceDriver, *m_device, m_queueFamilyIndex, 0)) in ProtectedContext() 69 , m_deviceDriver (m_interface, m_instance, *m_device, m_context.getUsedApiVersion()) in ProtectedContext() 71 , m_queue (getProtectedQueue(m_deviceDriver, *m_device, m_queueFamilyIndex, 0)) in ProtectedContext()
|
H A D | vktProtectedMemContext.hpp | 56 const vk::DeviceInterface& getDeviceInterface (void) const { return m_deviceDriver; } in getDeviceInterface() 58 const vk::DeviceDriver& getDeviceDriver (void) const { return m_deviceDriver; } in getDeviceDriver() 90 vk::DeviceDriver m_deviceDriver; member in vkt::ProtectedMem::ProtectedContext
|
/third_party/vk-gl-cts/external/vulkancts/modules_no_buildgn/vulkan/protected_memory/ |
H A D | vktProtectedMemContext.cpp | 45 , m_deviceDriver (m_context.getPlatformInterface(), m_instance, *m_device) in ProtectedContext() 47 , m_queue (getProtectedQueue(m_deviceDriver, *m_device, m_queueFamilyIndex, 0)) in ProtectedContext() 69 , m_deviceDriver (m_interface, m_instance, *m_device) in ProtectedContext() 71 , m_queue (getProtectedQueue(m_deviceDriver, *m_device, m_queueFamilyIndex, 0)) in ProtectedContext()
|
H A D | vktProtectedMemContext.hpp | 56 const vk::DeviceInterface& getDeviceInterface (void) const { return m_deviceDriver; } in getDeviceInterface() 58 const vk::DeviceDriver& getDeviceDriver (void) const { return m_deviceDriver; } in getDeviceDriver() 90 vk::DeviceDriver m_deviceDriver; member in vkt::ProtectedMem::ProtectedContext
|
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/postmortem/ |
H A D | vktPostmortemUtil.cpp | 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 | 44 vk::DeviceDriver m_deviceDriver; member in vkt::postmortem::PostmortemTestInstance
|
/third_party/vk-gl-cts/external/vulkancts/modules_no_buildgn/vulkan/postmortem/ |
H A D | vktPostmortemUtil.cpp | 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 | 44 vk::DeviceDriver m_deviceDriver; member in vkt::postmortem::PostmortemTestInstance
|
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/sparse_resources/ |
H A D | vktSparseResourcesBase.hpp | 80 const vk::DeviceInterface& getDeviceInterface (void) const { return *m_deviceDriver; } in getDeviceInterface() 91 de::MovePtr<vk::DeviceDriver> m_deviceDriver; member in vkt::sparse::SparseResourcesBaseInstance
|
H A D | vktSparseResourcesBase.cpp | 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()
|
/third_party/vk-gl-cts/external/vulkancts/modules_no_buildgn/vulkan/sparse_resources/ |
H A D | vktSparseResourcesBase.hpp | 80 const vk::DeviceInterface& getDeviceInterface (void) const { return *m_deviceDriver; } in getDeviceInterface() 91 de::MovePtr<vk::DeviceDriver> m_deviceDriver; member in vkt::sparse::SparseResourcesBaseInstance
|
H A D | vktSparseResourcesBase.cpp | 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()
|
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/memory/ |
H A D | vktMemoryAllocationTests.cpp | 151 const vk::DeviceInterface& getDeviceInterface (void) { return *m_deviceDriver; } in getDeviceInterface() 165 de::MovePtr<vk::DeviceDriver> m_deviceDriver; member in vkt::memory::__anon28046::BaseAllocateTestInstance 167 de::MovePtr<vk::DeviceDriverSC, vk::DeinitDeviceDeleter> m_deviceDriver; member in vkt::memory::__anon28046::BaseAllocateTestInstance 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() 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()
|
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/robustness/ |
H A D | vktRobustnessVertexAccessTests.cpp | 154 de::MovePtr<vk::DeviceDriver> m_deviceDriver; member in vkt::robustness::VertexAccessInstance 156 de::MovePtr<vk::DeviceDriverSC, vk::DeinitDeviceDeleter> m_deviceDriver; member in vkt::robustness::VertexAccessInstance 489 , m_deviceDriver (deviceDriver) in VertexAccessInstance() 496 const DeviceInterface& vk = *m_deviceDriver; in VertexAccessInstance() 762 *m_deviceDriver, in VertexAccessInstance() 778 const DeviceInterface& vk = *m_deviceDriver; in iterate() 834 const DeviceInterface& vk = *m_deviceDriver; in verifyResult()
|
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/synchronization/ |
H A D | vktSynchronizationOperationMultiQueueTests.cpp | 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() 356 return *m_deviceDriver; in getDeviceInterface() 383 de::MovePtr<vk::DeviceDriver> m_deviceDriver; member in vkt::synchronization::__anon28831::MultiQueues 385 de::MovePtr<DeviceDriverSC, DeinitDeviceDeleter> m_deviceDriver; member in vkt::synchronization::__anon28831::MultiQueues
|
H A D | vktSynchronizationTimelineSemaphoreTests.cpp | 1452 , m_deviceDriver (de::MovePtr<DeviceDriver>(new DeviceDriver(context.getPlatformInterface(), context.getInstance(), *m_device, context.getUsedApiVersion()))) in WaitBeforeSignalTestInstance() 1454 , m_deviceDriver (de::MovePtr<DeviceDriverSC, DeinitDeviceDeleter>(new DeviceDriverSC(context.getPlatformInterface(), context.getInstance(), *m_device, context.getTestContext().getCommandLine(), context.getResourceInterface(), m_context.getDeviceVulkanSC10Properties(), m_context.getDeviceProperties(), context.getUsedApiVersion()), vk::DeinitDeviceDeleter(context.getResourceInterface().get(), *m_device))) in WaitBeforeSignalTestInstance() 1456 , m_allocator (new SimpleAllocator(*m_deviceDriver, *m_device, in WaitBeforeSignalTestInstance() 1459 , m_opContext (context, type, *m_deviceDriver, *m_device, *m_allocator, pipelineCacheData) in WaitBeforeSignalTestInstance() 1463 const DeviceInterface& vk = *m_deviceDriver; in WaitBeforeSignalTestInstance() 1546 const DeviceInterface& vk = *m_deviceDriver; in iterate() 1699 de::MovePtr<vk::DeviceDriver> m_deviceDriver; member in vkt::synchronization::__anon28841::WaitBeforeSignalTestInstance 1701 de::MovePtr<DeviceDriverSC,DeinitDeviceDeleter> m_deviceDriver; member in vkt::synchronization::__anon28841::WaitBeforeSignalTestInstance 1890 , m_deviceDriver(de::MovePtr<DeviceDriver>(new DeviceDriver(context.getPlatformInterface(), context.getInstance(), *m_device, context.getUsedApiVersion()))) in OneToNTestInstance() 1892 , m_deviceDriver(d in OneToNTestInstance() 2198 de::MovePtr<vk::DeviceDriver> m_deviceDriver; global() member in vkt::synchronization::__anon28841::OneToNTestInstance 2200 de::MovePtr<vk::DeviceDriverSC, vk::DeinitDeviceDeleter> m_deviceDriver; global() member in vkt::synchronization::__anon28841::OneToNTestInstance [all...] |
/third_party/vk-gl-cts/external/vulkancts/modules_no_buildgn/vulkan/memory/ |
H A D | vktMemoryAllocationTests.cpp | 151 const vk::DeviceInterface& getDeviceInterface (void) { return *m_deviceDriver; } in getDeviceInterface() 166 de::MovePtr<vk::DeviceDriver> m_deviceDriver; member in vkt::memory::__anon29277::BaseAllocateTestInstance 168 de::MovePtr<vk::DeviceDriverSC, vk::DeinitDeviceDeleter> m_deviceDriver; member in vkt::memory::__anon29277::BaseAllocateTestInstance 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() 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()
|
/third_party/vk-gl-cts/external/vulkancts/modules_no_buildgn/vulkan/robustness/ |
H A D | vktRobustnessBufferAccessTests.cpp | 198 de::MovePtr<vk::DeviceDriver> m_deviceDriver; member in vkt::robustness::BufferAccessInstance 200 de::MovePtr<vk::DeviceDriverSC, vk::DeinitDeviceDeleter> m_deviceDriver; member in vkt::robustness::BufferAccessInstance 824 , m_deviceDriver (deviceDriver) in BufferAccessInstance() 834 const DeviceInterface& vk = *m_deviceDriver; in BufferAccessInstance() 1127 m_testEnvironment = de::MovePtr<TestEnvironment>(new ComputeEnvironment(m_context, *m_deviceDriver, *m_device, *m_descriptorSetLayout, *m_descriptorSet, m_testPipelineRobustness)); in BufferAccessInstance() 1192 *m_deviceDriver, in BufferAccessInstance() 1256 const DeviceInterface& vk = *m_deviceDriver;
|
H A D | vktRobustnessVertexAccessTests.cpp | 157 de::MovePtr<vk::DeviceDriver> m_deviceDriver; member in vkt::robustness::VertexAccessInstance 159 de::MovePtr<vk::DeviceDriverSC, vk::DeinitDeviceDeleter> m_deviceDriver; member in vkt::robustness::VertexAccessInstance 496 , m_deviceDriver (deviceDriver) in VertexAccessInstance() 503 const DeviceInterface& vk = *m_deviceDriver; in VertexAccessInstance() 769 *m_deviceDriver, in VertexAccessInstance() 785 const DeviceInterface& vk = *m_deviceDriver; in iterate() 841 const DeviceInterface& vk = *m_deviceDriver; in verifyResult()
|
H A D | vktRobustnessIndexAccessTests.cpp | 84 DeviceDriverPtr m_deviceDriver; member in vkt::robustness::DrawIndexedInstance 96 , m_deviceDriver (deviceDriver) in DrawIndexedInstance() 104 const DeviceInterface& vk = *m_deviceDriver; in iterate()
|
/third_party/vk-gl-cts/external/vulkancts/modules_no_buildgn/vulkan/synchronization/ |
H A D | vktSynchronizationOperationMultiQueueTests.cpp | 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() 344 return *m_deviceDriver; in getDeviceInterface() 368 de::MovePtr<vk::DeviceDriver> m_deviceDriver; member in vkt::synchronization::__anon29980::MultiQueues 370 de::MovePtr<DeviceDriverSC, DeinitDeviceDeleter> m_deviceDriver; member in vkt::synchronization::__anon29980::MultiQueues
|
H A D | vktSynchronizationTimelineSemaphoreTests.cpp | 1458 , m_deviceDriver (de::MovePtr<DeviceDriver>(new DeviceDriver(context.getPlatformInterface(), SingletonDevice::getInstance(), *m_device))) in WaitBeforeSignalTestInstance() 1460 , m_deviceDriver (de::MovePtr<DeviceDriverSC, DeinitDeviceDeleter>(new DeviceDriverSC(context.getPlatformInterface(), SingletonDevice::getInstance(), *m_device, context.getTestContext().getCommandLine(), context.getResourceInterface(), m_context.getDeviceVulkanSC10Properties(), m_context.getDeviceProperties()), vk::DeinitDeviceDeleter(context.getResourceInterface().get(), *m_device))) in WaitBeforeSignalTestInstance() 1462 , m_allocator (new SimpleAllocator(*m_deviceDriver, *m_device, in WaitBeforeSignalTestInstance() 1465 , m_opContext (context, type, *m_deviceDriver, *m_device, *m_allocator, pipelineCacheData) in WaitBeforeSignalTestInstance() 1467 const DeviceInterface& vk = *m_deviceDriver; in WaitBeforeSignalTestInstance() 1546 const DeviceInterface& vk = *m_deviceDriver; in iterate() 1699 de::MovePtr<vk::DeviceDriver> m_deviceDriver; member in vkt::synchronization::__anon29990::WaitBeforeSignalTestInstance 1701 de::MovePtr<DeviceDriverSC,DeinitDeviceDeleter> m_deviceDriver; member in vkt::synchronization::__anon29990::WaitBeforeSignalTestInstance 1890 , m_deviceDriver(de::MovePtr<DeviceDriver>(new DeviceDriver(context.getPlatformInterface(), SingletonDevice::getInstance(), *m_device))) in OneToNTestInstance() 1892 , m_deviceDriver(d in OneToNTestInstance() 2187 de::MovePtr<vk::DeviceDriver> m_deviceDriver; global() member in vkt::synchronization::__anon29990::OneToNTestInstance 2189 de::MovePtr<vk::DeviceDriverSC, vk::DeinitDeviceDeleter> m_deviceDriver; global() member in vkt::synchronization::__anon29990::OneToNTestInstance [all...] |
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/ |
H A D | vktCustomInstancesDevices.cpp | 578 , m_deviceDriver () in VideoDevice() 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() 933 DE_ASSERT(m_deviceDriver.get() != DE_NULL); in getDeviceDriver() 935 return *m_deviceDriver; in getDeviceDriver()
|
/third_party/vk-gl-cts/external/vulkancts/modules_no_buildgn/vulkan/ |
H A D | vktCustomInstancesDevices.cpp | 541 , m_deviceDriver () in VideoDevice() 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() 896 DE_ASSERT(m_deviceDriver.get() != DE_NULL); in getDeviceDriver() 898 return *m_deviceDriver; in getDeviceDriver()
|
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/compute/ |
H A D | vktComputeIndirectComputeDispatchTests.cpp | 295 de::MovePtr<vk::DeviceDriver> m_deviceDriver; member in vkt::compute::__anon27874::IndirectDispatchInstanceBufferUpload 297 de::MovePtr<DeviceDriverSC, DeinitDeviceDeleter> m_deviceDriver; member in vkt::compute::__anon27874::IndirectDispatchInstanceBufferUpload 395 m_deviceDriver = de::MovePtr<vk::DeviceDriver>(new vk::DeviceDriver(m_context.getPlatformInterface(), m_context.getInstance(), m_device, m_context.getUsedApiVersion())); in iterate() 397 m_deviceDriver = de::MovePtr<vk::DeviceDriverSC, vk::DeinitDeviceDeleter>(new vk::DeviceDriverSC(m_context.getPlatformInterface(), m_customInstance, m_device, m_context.getTestContext().getCommandLine(), m_context.getResourceInterface(), m_context.getDeviceVulkanSC10Properties(), m_context.getDeviceProperties(), m_context.getUsedApiVersion()), vk::DeinitDeviceDeleter(m_context.getResourceInterface().get(), m_device)); in iterate() 403 const vk::DeviceInterface& vkdi = (m_computeQueueOnly && (DE_NULL != m_deviceDriver)) ? *m_deviceDriver : m_context.getDeviceInterface(); in iterate()
|