Home
last modified time | relevance | path

Searched refs:vulkan_1_2 (Results 1 – 3 of 3) sorted by relevance

/third_party/mesa3d/src/virtio/vulkan/
Dvn_physical_device.h23 VkPhysicalDeviceVulkan12Features vulkan_1_2; member
52 VkPhysicalDeviceVulkan12Properties vulkan_1_2; member
Dvn_physical_device.c77 VN_ADD_TO_PNEXT(feats->vulkan_1_2, VULKAN_1_2_FEATURES, features2); in vn_physical_device_init_features()
201 struct VkPhysicalDeviceVulkan12Features *vk12_feats = &feats->vulkan_1_2; in vn_physical_device_init_features()
382 struct VkPhysicalDeviceVulkan12Properties *vk12_props = &props->vulkan_1_2; in vn_physical_device_init_uuids()
448 VN_ADD_TO_PNEXT(props->vulkan_1_2, VULKAN_1_2_PROPERTIES, properties2); in vn_physical_device_init_properties()
518 struct VkPhysicalDeviceVulkan12Properties *vk12_props = &props->vulkan_1_2; in vn_physical_device_init_properties()
1590 &feats->vulkan_1_2; in vn_GetPhysicalDeviceFeatures2()
1596 VkPhysicalDeviceVulkan12Features *vulkan_1_2; in vn_GetPhysicalDeviceFeatures2() member
1660 *u.vulkan_1_2 = *vk12_feats; in vn_GetPhysicalDeviceFeatures2()
1882 &props->vulkan_1_2; in vn_GetPhysicalDeviceProperties2()
1888 VkPhysicalDeviceVulkan12Properties *vulkan_1_2; in vn_GetPhysicalDeviceProperties2() member
[all …]
/third_party/vk-gl-cts/external/amber/src/src/
Dshader_compiler_test.cc512 const uint32_t vulkan_1_2 = ((uint32_t(1) << 22) | (2 << 12)); variable
541 {"spv1.4", true, vulkan, vulkan_1_2, spv_1_4},
542 {"spv1.5", true, vulkan, vulkan_1_2, spv_1_5},
547 {"vulkan1.2", true, vulkan, vulkan_1_2, spv_1_5},