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

  /external/deqp/external/vulkancts/modules/vulkan/
vktTestCase.cpp 258 const DeviceInterface& getDeviceInterface (void) const { return m_deviceInterface; }
280 const DeviceDriver m_deviceInterface;
298 , m_deviceInterface (m_instanceInterface, *m_device)
308 return getDeviceQueue(m_deviceInterface, *m_device, m_universalQueueFamilyIndex, 0);
  /external/deqp/external/vulkancts/modules/vulkan/api/
vktApiBufferTests.cpp 125 return m_sparseContext->m_deviceInterface;
148 , m_deviceInterface (interface, *m_device)
154 DeviceDriver m_deviceInterface;
  /external/deqp/external/vulkancts/modules/vulkan/shaderrender/
vktShaderRender.hpp 517 vk::DeviceDriver m_deviceInterface;
vktShaderRender.cpp 618 , m_deviceInterface (context.getInstanceInterface(), *m_device)
619 , m_queue (getDeviceQueue(m_deviceInterface, *m_device, m_queueFamilyIndex, 0))
660 return new SimpleAllocator(m_deviceInterface, *m_device, memoryProperties);
706 return m_sparseContext->m_deviceInterface;
    [all...]

Completed in 789 milliseconds