Home
last modified time | relevance | path

Searched defs:VkPhysicalDevice (Results 1 – 6 of 6) sorted by relevance

/external/skia/tools/window/android/
DGraphiteVulkanWindowContext_android.cpp44 auto canPresent = [](VkInstance, VkPhysicalDevice, uint32_t) { return true; }; in MakeGraphiteVulkanForAndroid() argument
DVulkanWindowContext_android.cpp44 auto canPresent = [](VkInstance, VkPhysicalDevice, uint32_t) { return true; }; in MakeVulkanForAndroid() argument
/external/deqp/external/vulkancts/framework/vulkan/
DvkNullDriver.cpp1119 …VKAPI_ATTR void VKAPI_CALL getPhysicalDeviceProperties(VkPhysicalDevice, VkPhysicalDevicePropertie… in getPhysicalDeviceProperties() argument
1246 …VKAPI_ATTR void VKAPI_CALL getPhysicalDeviceQueueFamilyProperties(VkPhysicalDevice, uint32_t *coun… in getPhysicalDeviceQueueFamilyProperties() argument
1261 VKAPI_ATTR void VKAPI_CALL getPhysicalDeviceMemoryProperties(VkPhysicalDevice, in getPhysicalDeviceMemoryProperties() argument
1277 VKAPI_ATTR void VKAPI_CALL getPhysicalDeviceFormatProperties(VkPhysicalDevice, VkFormat format, in getPhysicalDeviceFormatProperties() argument
1560 VKAPI_ATTR VkResult VKAPI_CALL createDisplayModeKHR(VkPhysicalDevice, VkDisplayKHR display, in createDisplayModeKHR() argument
1711 Device::Device(VkPhysicalDevice, const VkDeviceCreateInfo *) in Device() argument
/external/deqp/external/vulkancts/modules/vulkan/compute/
DvktComputeCooperativeMatrixTests.cpp163 VkResult getCooperativeMatrixProperties(const InstanceInterface &, VkPhysicalDevice, uint32_t *, T … in getCooperativeMatrixProperties() argument
/external/mesa3d/src/gfxstream/guest/vulkan_enc/
DResourceTracker.cpp2032 void ResourceTracker::on_vkGetPhysicalDeviceProperties(void*, VkPhysicalDevice, in on_vkGetPhysicalDeviceProperties() argument
2047 void ResourceTracker::on_vkGetPhysicalDeviceFeatures2(void*, VkPhysicalDevice, in on_vkGetPhysicalDeviceFeatures2() argument
6551 void*, VkPhysicalDevice, const VkPhysicalDeviceExternalSemaphoreInfo* pExternalSemaphoreInfo, in on_vkGetPhysicalDeviceExternalSemaphoreProperties() argument
/external/mesa3d/src/gfxstream/host/vulkan/
DVkDecoderGlobalState.cpp6118 std::function<void(VkPhysicalDevice, VkFormat, VkFormatProperties1or2*)> in getPhysicalDeviceFormatPropertiesCore()