Home
last modified time | relevance | path

Searched refs:dev_ext (Results 1 – 2 of 2) sorted by relevance

/external/vulkan-validation-layers/layers/
Dcore_validation.cpp2627 const auto &dev_ext = state_tracker->device_extensions; in PostCallRecordCreateDevice() local
2630 if (dev_ext.vk_khr_push_descriptor) { in PostCallRecordCreateDevice()
2633 GetPhysicalDeviceExtProperties(gpu, dev_ext.vk_khr_push_descriptor, &push_descriptor_prop); in PostCallRecordCreateDevice()
2637 …GetPhysicalDeviceExtProperties(gpu, dev_ext.vk_ext_descriptor_indexing, &phys_dev_props->descripto… in PostCallRecordCreateDevice()
2638 …GetPhysicalDeviceExtProperties(gpu, dev_ext.vk_nv_shading_rate_image, &phys_dev_props->shading_rat… in PostCallRecordCreateDevice()
2639 …GetPhysicalDeviceExtProperties(gpu, dev_ext.vk_nv_mesh_shader, &phys_dev_props->mesh_shader_props); in PostCallRecordCreateDevice()
2640 …GetPhysicalDeviceExtProperties(gpu, dev_ext.vk_ext_inline_uniform_block, &phys_dev_props->inline_u… in PostCallRecordCreateDevice()
2641 …GetPhysicalDeviceExtProperties(gpu, dev_ext.vk_ext_vertex_attribute_divisor, &phys_dev_props->vtx_… in PostCallRecordCreateDevice()
2642 …GetPhysicalDeviceExtProperties(gpu, dev_ext.vk_khr_depth_stencil_resolve, &phys_dev_props->depth_s… in PostCallRecordCreateDevice()
2643 …GetPhysicalDeviceExtProperties(gpu, dev_ext.vk_ext_transform_feedback, &phys_dev_props->transform_… in PostCallRecordCreateDevice()
[all …]
/external/vulkan-validation-layers/tests/
Dvklayertests_buffer_image_memory_sampler.cpp6439 for (auto dev_ext : required_device_extensions) { in TEST_F() local
6440 if (DeviceExtensionSupported(gpu(), nullptr, dev_ext)) { in TEST_F()
6441 m_device_extension_names.push_back(dev_ext); in TEST_F()
6443 … printf("%s Did not find required device extension %s; skipped.\n", kSkipPrefix, dev_ext); in TEST_F()