Home
last modified time | relevance | path

Searched refs:VkPhysicalDevice (Results 1 – 4 of 4) sorted by relevance

/cts/hostsidetests/gputools/layers/jni/
DnullLayer.cpp78 VKAPI_ATTR VkResult VKAPI_CALL EnumerateDeviceLayerProperties(VkPhysicalDevice /* physicalDevice */… in EnumerateDeviceLayerProperties() argument
88 VKAPI_ATTR VkResult VKAPI_CALL EnumerateDeviceExtensionProperties(VkPhysicalDevice /* physicalDevic… in EnumerateDeviceExtensionProperties() argument
93 VKAPI_ATTR VkResult VKAPI_CALL nullCreateDevice(VkPhysicalDevice physicalDevice, in nullCreateDevice()
195 …))) VKAPI_ATTR VkResult VKAPI_CALL vkEnumerateDeviceLayerProperties(VkPhysicalDevice physicalDevic… in vkEnumerateDeviceLayerProperties()
205 …VKAPI_ATTR VkResult VKAPI_CALL vkEnumerateDeviceExtensionProperties(VkPhysicalDevice physicalDevic… in vkEnumerateDeviceExtensionProperties()
/cts/tests/tests/graphics/jni/
DVulkanPreTransformTestHelpers.h39 VkPhysicalDevice gpu() const { return mGpu; } in gpu()
47 VkPhysicalDevice mGpu;
DVulkanTestHelpers.h37 VkPhysicalDevice gpu() { return mGpu; } in gpu()
49 VkPhysicalDevice mGpu = VK_NULL_HANDLE;
DVulkanPreTransformTestHelpers.cpp84 static bool enumerateDeviceExtensions(VkPhysicalDevice device, in enumerateDeviceExtensions()
176 std::vector<VkPhysicalDevice> gpus(gpuCount, VK_NULL_HANDLE); in init()