/aosp_15_r20/external/rust/android-crates-io/crates/vulkano/src/ |
D | library.rs | 46 supported_extensions: InstanceExtensions, field 97 let supported_extensions = extension_properties in with_loader() localVariable 194 pub fn supported_extensions(&self) -> &InstanceExtensions { in supported_extensions() method
|
/aosp_15_r20/external/mesa3d/src/vulkan/runtime/ |
H A D | vk_instance.c | 51 const struct vk_instance_extension_table *supported_extensions, in vk_instance_init() 259 const struct vk_instance_extension_table *supported_extensions, in vk_enumerate_instance_extension_properties()
|
H A D | vk_physical_device.h | 66 struct vk_device_extension_table supported_extensions; member
|
H A D | vk_instance.h | 95 const struct vk_instance_extension_table *supported_extensions; member
|
H A D | vk_physical_device.c | 32 const struct vk_device_extension_table *supported_extensions, in vk_physical_device_init()
|
/aosp_15_r20/external/mesa3d/src/nouveau/vulkan/ |
H A D | nvk_physical_device.c | 266 const struct vk_device_extension_table *supported_extensions, in nvk_get_device_features() 1231 struct vk_device_extension_table supported_extensions; in nvk_create_drm_physical_device() local
|
/aosp_15_r20/external/angle/scripts/ |
H A D | registry_xml.py | 320 supported_extensions = sorted(angle_extensions + gles1_extensions + gles_extensions) variable 580 def AddExtensionCommands(self, supported_extensions, apis): argument
|
/aosp_15_r20/external/mesa3d/src/asahi/vulkan/ |
H A D | hk_physical_device.c | 217 const struct vk_device_extension_table *supported_extensions, in hk_get_device_features() 1154 struct vk_device_extension_table supported_extensions; in hk_create_drm_physical_device() local
|
/aosp_15_r20/external/mesa3d/src/gallium/frontends/clover/core/ |
H A D | platform.cpp | 49 platform::supported_extensions() const { in supported_extensions() function in platform
|
H A D | device.cpp | 513 device::supported_extensions() const { in supported_extensions() function in device
|
/aosp_15_r20/external/rust/android-crates-io/crates/mls-rs/src/external_client/ |
D | builder.rs | 350 fn supported_extensions(&self) -> Vec<ExtensionType> { in supported_extensions() function 424 fn supported_extensions(&self) -> Vec<ExtensionType> { in supported_extensions() method
|
D | config.rs | 22 fn supported_extensions(&self) -> Vec<ExtensionType>; in supported_extensions() method
|
/aosp_15_r20/external/mesa3d/src/virtio/vulkan/ |
H A D | vn_common.h | 412 const struct vk_instance_extension_table *supported_extensions, in vn_instance_base_init() 433 const struct vk_device_extension_table *supported_extensions, in vn_physical_device_base_init()
|
/aosp_15_r20/external/rust/android-crates-io/crates/mls-rs/src/ |
D | client_config.rs | 27 fn supported_extensions(&self) -> Vec<ExtensionType>; in supported_extensions() method
|
D | client_builder.rs | 704 fn supported_extensions(&self) -> Vec<ExtensionType> { in supported_extensions() function 807 fn supported_extensions(&self) -> Vec<ExtensionType> { in supported_extensions() method
|
/aosp_15_r20/external/mesa3d/src/gallium/frontends/clover/spirv/ |
H A D | invocation.cpp | 947 clover::spirv::supported_extensions() { in supported_extensions() function in clover::spirv 1013 clover::spirv::supported_extensions() { in supported_extensions() function in clover::spirv
|
/aosp_15_r20/external/rust/android-crates-io/crates/vulkano/src/device/ |
D | physical.rs | 72 supported_extensions: DeviceExtensions, field 101 let supported_extensions: DeviceExtensions = extension_properties in from_handle() localVariable 399 pub fn supported_extensions(&self) -> &DeviceExtensions { in supported_extensions() method
|
D | mod.rs | 261 let supported_extensions = physical_device.supported_extensions(); in new() localVariable
|
/aosp_15_r20/external/crosvm/rutabaga_gfx/src/rutabaga_gralloc/ |
H A D | vulkano_gralloc.rs | 174 let supported_extensions = physical.supported_extensions(); in init() localVariable
|
/aosp_15_r20/external/deqp-deps/SPIRV-Tools/source/opt/ |
D | trim_capabilities_pass.cpp | 603 const auto supported_extensions = in TrimUnrequiredExtensions() local
|
/aosp_15_r20/external/mesa3d/src/panfrost/vulkan/ |
H A D | panvk_physical_device.c | 750 struct vk_device_extension_table supported_extensions; in panvk_physical_device_init() local
|
/aosp_15_r20/external/swiftshader/third_party/SPIRV-Tools/source/opt/ |
H A D | trim_capabilities_pass.cpp | 603 const auto supported_extensions = in TrimUnrequiredExtensions() local
|
/aosp_15_r20/external/rust/android-crates-io/crates/vulkano/src/instance/ |
D | mod.rs | 345 let supported_extensions = in with_debug_utils_messengers() localVariable
|
/aosp_15_r20/external/angle/third_party/spirv-tools/src/source/opt/ |
H A D | trim_capabilities_pass.cpp | 688 const auto supported_extensions = in TrimUnrequiredExtensions() local
|
/aosp_15_r20/external/mesa3d/src/gfxstream/guest/vulkan/ |
H A D | gfxstream_vk_device.cpp | 198 struct vk_device_extension_table supported_extensions = {}; in gfxstream_vk_physical_device_init() local
|