HomeSort by relevance Sort by last modified time
    Searched refs:m_deviceDriver (Results 1 - 7 of 7) sorted by null

  /external/deqp/external/vulkancts/modules/vulkan/protected_memory/
vktProtectedMemContext.cpp 42 , m_deviceDriver (m_context.getPlatformInterface(), *m_instance, *m_device)
43 , m_queue (getProtectedQueue(m_deviceDriver, *m_device, m_queueFamilyIndex, 0))
62 , m_deviceDriver (m_interface, *m_instance, *m_device)
63 , m_queue (getProtectedQueue(m_deviceDriver, *m_device, m_queueFamilyIndex, 0))
vktProtectedMemContext.hpp 55 const vk::DeviceInterface& getDeviceInterface (void) const { return m_deviceDriver; }
57 const vk::DeviceDriver& getDeviceDriver (void) const { return m_deviceDriver; }
90 vk::DeviceDriver m_deviceDriver;
  /external/deqp/external/vulkancts/modules/vulkan/sparse_resources/
vktSparseResourcesBase.hpp 79 const vk::DeviceInterface& getDeviceInterface (void) const { return *m_deviceDriver; }
90 de::MovePtr<vk::DeviceDriver> m_deviceDriver;
vktSparseResourcesBase.cpp 192 m_deviceDriver = de::MovePtr<DeviceDriver>(new DeviceDriver(m_context.getPlatformInterface(), instance, *m_logicalDevice));
193 m_allocator = de::MovePtr<Allocator>(new SimpleAllocator(*m_deviceDriver, *m_logicalDevice, getPhysicalDeviceMemoryProperties(instanceDriver, physicalDevice)));
201 queue.queueHandle = getDeviceQueue(*m_deviceDriver, *m_logicalDevice, queue.queueFamilyIndex, queue.queueIndex);
  /external/deqp/external/vulkancts/modules/vulkan/synchronization/
vktSynchronizationOperationMultiQueueTests.cpp 138 m_deviceDriver = MovePtr<DeviceDriver>(new DeviceDriver(context.getPlatformInterface(), context.getInstance(), *m_logicalDevice));
139 m_allocator = MovePtr<Allocator>(new SimpleAllocator(*m_deviceDriver, *m_logicalDevice, getPhysicalDeviceMemoryProperties(instance, physicalDevice)));
143 m_deviceDriver->getDeviceQueue(*m_logicalDevice, it->first, queueNdx, &it->second.queue[queueNdx]);
210 return *m_deviceDriver;
220 MovePtr<DeviceDriver> m_deviceDriver;
  /external/deqp/external/vulkancts/modules/vulkan/memory/
vktMemoryAllocationTests.cpp 138 const vk::DeviceInterface& getDeviceInterface (void) { return m_useDeviceGroups ? *m_deviceDriver : m_context.getDeviceInterface(); }
151 de::MovePtr<vk::DeviceDriver> m_deviceDriver;
215 m_deviceDriver = de::MovePtr<DeviceDriver>(new DeviceDriver(m_context.getPlatformInterface(), instance, *m_logicalDevice));
  /external/deqp/external/vulkancts/modules/vulkan/compute/
vktComputeBasicComputeShaderTests.cpp     [all...]

Completed in 161 milliseconds