Searched refs:vk12 (Results 1 - 3 of 3) sorted by relevance
/third_party/vk-gl-cts/external/vulkancts/framework/vulkan/ |
H A D | vkDeviceFeatures.hpp | 50 VkPhysicalDeviceVulkan12Features& vk12; member
|
H A D | vkDeviceProperties.hpp | 50 VkPhysicalDeviceVulkan12Properties& vk12; member
|
/third_party/mesa3d/src/broadcom/vulkan/ |
H A D | v3dv_device.c | 1178 VkPhysicalDeviceVulkan12Features vk12 = { in v3dv_GetPhysicalDeviceFeatures2() local 1251 if (vk_get_physical_device_core_1_2_feature_ext(ext, &vk12)) in v3dv_GetPhysicalDeviceFeatures2() 1578 VkPhysicalDeviceVulkan12Properties vk12 = { in v3dv_GetPhysicalDeviceProperties2() local 1632 memset(vk12.driverName, 0, VK_MAX_DRIVER_NAME_SIZE); in v3dv_GetPhysicalDeviceProperties2() 1633 snprintf(vk12.driverName, VK_MAX_DRIVER_NAME_SIZE, "V3DV Mesa"); in v3dv_GetPhysicalDeviceProperties2() 1634 memset(vk12.driverInfo, 0, VK_MAX_DRIVER_INFO_SIZE); in v3dv_GetPhysicalDeviceProperties2() 1635 snprintf(vk12.driverInfo, VK_MAX_DRIVER_INFO_SIZE, in v3dv_GetPhysicalDeviceProperties2() 1659 if (vk_get_physical_device_core_1_2_property_ext(ext, &vk12)) in v3dv_GetPhysicalDeviceProperties2()
|
Completed in 5 milliseconds