Searched refs:core_1_2 (Results 1 – 4 of 4) sorted by relevance
/third_party/mesa3d/src/freedreno/vulkan/ |
D | tu_device.c | 599 VkPhysicalDeviceVulkan12Features core_1_2 = { in tu_GetPhysicalDeviceFeatures2() local 602 tu_get_physical_device_features_1_2(pdevice, &core_1_2); in tu_GetPhysicalDeviceFeatures2() 608 if (vk_get_physical_device_core_1_2_feature_ext(ext, &core_1_2)) in tu_GetPhysicalDeviceFeatures2() 1016 VkPhysicalDeviceVulkan12Properties core_1_2 = { in tu_GetPhysicalDeviceProperties2() local 1019 tu_get_physical_device_properties_1_2(pdevice, &core_1_2); in tu_GetPhysicalDeviceProperties2() 1025 if (vk_get_physical_device_core_1_2_property_ext(ext, &core_1_2)) in tu_GetPhysicalDeviceProperties2()
|
/third_party/mesa3d/src/gallium/frontends/lavapipe/ |
D | lvp_device.c | 539 VkPhysicalDeviceVulkan12Features core_1_2 = { in lvp_GetPhysicalDeviceFeatures2() local 542 lvp_get_physical_device_features_1_2(pdevice, &core_1_2); in lvp_GetPhysicalDeviceFeatures2() 548 if (vk_get_physical_device_core_1_2_feature_ext(ext, &core_1_2)) in lvp_GetPhysicalDeviceFeatures2() 943 VkPhysicalDeviceVulkan12Properties core_1_2 = { in lvp_GetPhysicalDeviceProperties2() local 946 lvp_get_physical_device_properties_1_2(pdevice, &core_1_2); in lvp_GetPhysicalDeviceProperties2() 952 if (vk_get_physical_device_core_1_2_property_ext(ext, &core_1_2)) in lvp_GetPhysicalDeviceProperties2()
|
/third_party/mesa3d/src/intel/vulkan/ |
D | anv_device.c | 1416 VkPhysicalDeviceVulkan12Features core_1_2 = { in anv_GetPhysicalDeviceFeatures2() local 1419 anv_get_physical_device_features_1_2(pdevice, &core_1_2); in anv_GetPhysicalDeviceFeatures2() 1424 if (vk_get_physical_device_core_1_2_feature_ext(ext, &core_1_2)) in anv_GetPhysicalDeviceFeatures2() 2155 VkPhysicalDeviceVulkan12Properties core_1_2 = { in anv_GetPhysicalDeviceProperties2() local 2158 anv_get_physical_device_properties_1_2(pdevice, &core_1_2); in anv_GetPhysicalDeviceProperties2() 2163 if (vk_get_physical_device_core_1_2_property_ext(ext, &core_1_2)) in anv_GetPhysicalDeviceProperties2()
|
/third_party/mesa3d/src/amd/vulkan/ |
D | radv_device.c | 1279 VkPhysicalDeviceVulkan12Features core_1_2 = { in radv_GetPhysicalDeviceFeatures2() local 1282 radv_get_physical_device_features_1_2(pdevice, &core_1_2); in radv_GetPhysicalDeviceFeatures2() 1290 if (vk_get_physical_device_core_1_2_feature_ext(ext, &core_1_2)) in radv_GetPhysicalDeviceFeatures2() 1970 VkPhysicalDeviceVulkan12Properties core_1_2 = { in radv_GetPhysicalDeviceProperties2() local 1973 radv_get_physical_device_properties_1_2(pdevice, &core_1_2); in radv_GetPhysicalDeviceProperties2() 1979 if (vk_get_physical_device_core_1_2_property_ext(ext, &core_1_2)) in radv_GetPhysicalDeviceProperties2()
|