Searched refs:core_1_1 (Results 1 – 4 of 4) sorted by relevance
/third_party/mesa3d/src/freedreno/vulkan/ |
D | tu_device.c | 594 VkPhysicalDeviceVulkan11Features core_1_1 = { in tu_GetPhysicalDeviceFeatures2() local 597 tu_get_physical_device_features_1_1(pdevice, &core_1_1); in tu_GetPhysicalDeviceFeatures2() 606 if (vk_get_physical_device_core_1_1_feature_ext(ext, &core_1_1)) in tu_GetPhysicalDeviceFeatures2() 1011 VkPhysicalDeviceVulkan11Properties core_1_1 = { in tu_GetPhysicalDeviceProperties2() local 1014 tu_get_physical_device_properties_1_1(pdevice, &core_1_1); in tu_GetPhysicalDeviceProperties2() 1023 if (vk_get_physical_device_core_1_1_property_ext(ext, &core_1_1)) in tu_GetPhysicalDeviceProperties2()
|
/third_party/mesa3d/src/gallium/frontends/lavapipe/ |
D | lvp_device.c | 534 VkPhysicalDeviceVulkan11Features core_1_1 = { in lvp_GetPhysicalDeviceFeatures2() local 537 lvp_get_physical_device_features_1_1(pdevice, &core_1_1); in lvp_GetPhysicalDeviceFeatures2() 546 if (vk_get_physical_device_core_1_1_feature_ext(ext, &core_1_1)) in lvp_GetPhysicalDeviceFeatures2() 938 VkPhysicalDeviceVulkan11Properties core_1_1 = { in lvp_GetPhysicalDeviceProperties2() local 941 lvp_get_physical_device_properties_1_1(pdevice, &core_1_1); in lvp_GetPhysicalDeviceProperties2() 950 if (vk_get_physical_device_core_1_1_property_ext(ext, &core_1_1)) in lvp_GetPhysicalDeviceProperties2()
|
/third_party/mesa3d/src/intel/vulkan/ |
D | anv_device.c | 1411 VkPhysicalDeviceVulkan11Features core_1_1 = { in anv_GetPhysicalDeviceFeatures2() local 1414 anv_get_physical_device_features_1_1(pdevice, &core_1_1); in anv_GetPhysicalDeviceFeatures2() 1422 if (vk_get_physical_device_core_1_1_feature_ext(ext, &core_1_1)) in anv_GetPhysicalDeviceFeatures2() 2150 VkPhysicalDeviceVulkan11Properties core_1_1 = { in anv_GetPhysicalDeviceProperties2() local 2153 anv_get_physical_device_properties_1_1(pdevice, &core_1_1); in anv_GetPhysicalDeviceProperties2() 2161 if (vk_get_physical_device_core_1_1_property_ext(ext, &core_1_1)) in anv_GetPhysicalDeviceProperties2()
|
/third_party/mesa3d/src/amd/vulkan/ |
D | radv_device.c | 1274 VkPhysicalDeviceVulkan11Features core_1_1 = { in radv_GetPhysicalDeviceFeatures2() local 1277 radv_get_physical_device_features_1_1(pdevice, &core_1_1); in radv_GetPhysicalDeviceFeatures2() 1288 if (vk_get_physical_device_core_1_1_feature_ext(ext, &core_1_1)) in radv_GetPhysicalDeviceFeatures2() 1965 VkPhysicalDeviceVulkan11Properties core_1_1 = { in radv_GetPhysicalDeviceProperties2() local 1968 radv_get_physical_device_properties_1_1(pdevice, &core_1_1); in radv_GetPhysicalDeviceProperties2() 1977 if (vk_get_physical_device_core_1_1_property_ext(ext, &core_1_1)) in radv_GetPhysicalDeviceProperties2()
|