Searched refs:vulkan_1_1 (Results 1 – 3 of 3) sorted by relevance
/third_party/vk-gl-cts/external/amber/src/src/ |
D | shader_compiler_test.cc | 511 const uint32_t vulkan_1_1 = ((uint32_t(1) << 22) | (1 << 12)); variable 538 {"spv1.1", true, vulkan, vulkan_1_1, spv_1_1}, 539 {"spv1.2", true, vulkan, vulkan_1_1, spv_1_2}, 540 {"spv1.3", true, vulkan, vulkan_1_1, spv_1_3}, 544 {"vulkan1.1", true, vulkan, vulkan_1_1, spv_1_3}, 545 {"vulkan1.1spv1.4", true, vulkan, vulkan_1_1,
|
/third_party/mesa3d/src/virtio/vulkan/ |
D | vn_physical_device.h | 22 VkPhysicalDeviceVulkan11Features vulkan_1_1; member 51 VkPhysicalDeviceVulkan11Properties vulkan_1_1; member
|
D | vn_physical_device.c | 76 VN_ADD_TO_PNEXT(feats->vulkan_1_1, VULKAN_1_1_FEATURES, features2); in vn_physical_device_init_features() 200 struct VkPhysicalDeviceVulkan11Features *vk11_feats = &feats->vulkan_1_1; in vn_physical_device_init_features() 381 struct VkPhysicalDeviceVulkan11Properties *vk11_props = &props->vulkan_1_1; in vn_physical_device_init_uuids() 447 VN_ADD_TO_PNEXT(props->vulkan_1_1, VULKAN_1_1_PROPERTIES, properties2); in vn_physical_device_init_properties() 517 struct VkPhysicalDeviceVulkan11Properties *vk11_props = &props->vulkan_1_1; in vn_physical_device_init_properties() 1588 &feats->vulkan_1_1; in vn_GetPhysicalDeviceFeatures2() 1595 VkPhysicalDeviceVulkan11Features *vulkan_1_1; in vn_GetPhysicalDeviceFeatures2() member 1657 *u.vulkan_1_1 = *vk11_feats; in vn_GetPhysicalDeviceFeatures2() 1880 &props->vulkan_1_1; in vn_GetPhysicalDeviceProperties2() 1887 VkPhysicalDeviceVulkan11Properties *vulkan_1_1; in vn_GetPhysicalDeviceProperties2() member [all …]
|