HomeSort by relevance Sort by last modified time
    Searched defs:getDeviceInterface (Results 1 - 8 of 8) sorted by null

  /external/deqp/external/vulkancts/modules/vulkan/sparse_resources/
vktSparseResourcesBase.hpp 79 const vk::DeviceInterface& getDeviceInterface (void) const { return *m_deviceDriver; }
  /external/deqp/external/vulkancts/modules/vulkan/protected_memory/
vktProtectedMemContext.hpp 55 const vk::DeviceInterface& getDeviceInterface (void) const { return m_deviceDriver; }
77 return new vk::SimpleAllocator(getDeviceInterface(), getDevice(), memoryProperties);
  /external/deqp/external/vulkancts/modules/vulkan/synchronization/
vktSynchronizationOperationMultiQueueTests.cpp 206 const DeviceInterface& getDeviceInterface (void) const
278 , m_opContext (new OperationContext(context, pipelineCacheData, m_queues->getDeviceInterface(), m_queues->getDevice(), m_queues->getAllocator()))
304 const DeviceInterface& vk = m_opContext->getDeviceInterface();
401 const DeviceInterface& vk = m_opContext->getDeviceInterface();
vktSynchronizationOperation.hpp 133 const vk::DeviceInterface& getDeviceInterface (void) const { return m_vk; }
  /external/deqp/external/vulkancts/modules/vulkan/
vktTestCase.cpp 345 const DeviceInterface& getDeviceInterface (void) const { return m_deviceInterface; }
417 return new SimpleAllocator(device->getDeviceInterface(), device->getDevice(), memoryProperties);
451 const vk::DeviceInterface& Context::getDeviceInterface (void) const { return m_device->getDeviceInterface(); }
  /external/deqp/external/vulkancts/modules/vulkan/api/
vktApiBufferTests.cpp 128 const DeviceInterface& getDeviceInterface (void) const
134 return m_context.getDeviceInterface();
308 const DeviceInterface& vk = getDeviceInterface();
518 const DeviceInterface& vk = getDeviceInterface();
  /external/deqp/external/vulkancts/modules/vulkan/memory/
vktMemoryAllocationTests.cpp 139 const vk::DeviceInterface& getDeviceInterface (void) { return m_useDeviceGroups ? *m_deviceDriver : m_context.getDeviceInterface(); }
244 const DeviceInterface& vkd = getDeviceInterface();
468 , m_allocSysMemSize (computeDeviceMemorySystemMemFootprint(getDeviceInterface(), context.getDevice())
510 const DeviceInterface& vkd = getDeviceInterface();
527 const DeviceInterface& vkd = getDeviceInterface();
  /frameworks/av/services/camera/libcameraservice/common/
CameraProviderManager.cpp 806 getDeviceInterface<typename DeviceInfoT::InterfaceT>(name);
839 CameraProviderManager::ProviderInfo::getDeviceInterface(const std::string &name) const {
847 CameraProviderManager::ProviderInfo::getDeviceInterface
872 CameraProviderManager::ProviderInfo::getDeviceInterface
    [all...]

Completed in 211 milliseconds