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

  /external/deqp/external/vulkancts/modules/vulkan/
vktTestCase.cpp 254 VkPhysicalDevice getPhysicalDevice (void) const { return m_physicalDevice; }
318 const VkPhysicalDeviceMemoryProperties memoryProperties = vk::getPhysicalDeviceMemoryProperties(device->getInstanceInterface(), device->getPhysicalDevice());
346 vk::VkPhysicalDevice Context::getPhysicalDevice (void) const { return m_device->getPhysicalDevice(); }
  /external/deqp/external/vulkancts/modules/vulkan/api/
vktApiBufferTests.cpp 100 VkPhysicalDevice getPhysicalDevice (void) const
103 return m_context.getPhysicalDevice();
185 const VkPhysicalDevice physicalDevice = getPhysicalDevice();
298 const VkPhysicalDevice vkPhysicalDevice = getPhysicalDevice();
474 const VkPhysicalDeviceFeatures& physicalDeviceFeatures = getPhysicalDeviceFeatures(getInstanceInterface(), getPhysicalDevice());
508 const VkPhysicalDevice vkPhysicalDevice = getPhysicalDevice();
  /external/deqp/external/vulkancts/modules/vulkan/synchronization/
vktSynchronizationOperation.hpp 133 vk::VkPhysicalDevice getPhysicalDevice (void) const { return m_physicalDevice; }
vktSynchronizationCrossInstanceSharingTests.cpp 197 vk::VkPhysicalDevice getPhysicalDevice (const vk::InstanceInterface& vki,
204 vk::VkPhysicalDevice getPhysicalDevice (const vk::InstanceInterface& vki, vk::VkInstance instance, const DeviceId& deviceId)
857 , m_physicalDeviceA (getPhysicalDevice(m_vkiA, *m_instanceA, context.getTestContext().getCommandLine()))
867 , m_physicalDeviceB (getPhysicalDevice(m_vkiB, *m_instanceB, getDeviceId(m_vkiA, m_physicalDeviceA)))
    [all...]
vktSynchronizationWin32KeyedMutexTests.cpp 163 vk::VkPhysicalDevice getPhysicalDevice (const vk::InstanceInterface& vki,
    [all...]

Completed in 77 milliseconds