/aosp_15_r20/external/rust/android-crates-io/crates/vulkano/src/image/ |
D | view.rs | 51 subresource_range: ImageSubresourceRange, field 841 pub subresource_range: ImageSubresourceRange, field 1232 let subresource_range = self.subresource_range(); in dimensions() localVariable 1278 fn subresource_range(&self) -> &ImageSubresourceRange; in subresource_range() method 1319 fn subresource_range(&self) -> &ImageSubresourceRange { in subresource_range() function 1369 fn subresource_range(&self) -> &ImageSubresourceRange { in subresource_range() method
|
D | traits.rs | 116 fn subresource_range(&self) -> ImageSubresourceRange { in subresource_range() method
|
D | sys.rs | 1738 pub fn subresource_range(&self) -> ImageSubresourceRange { in subresource_range() method 2220 pub fn subresource_range(&self) -> ImageSubresourceRange { in subresource_range() method
|
/aosp_15_r20/external/rust/android-crates-io/crates/vulkano/src/command_buffer/standard/builder/ |
D | render_pass.rs | 1911 let mut subresource_range = image_view.subresource_range().clone(); in record_subpass_attachments_resolve() localVariable 2030 let mut subresource_range = image_view.subresource_range().clone(); in record_subpass_attachments_store() localVariable 2067 let mut subresource_range = image_view.subresource_range().clone(); in record_subpass_attachments_store() localVariable 2152 let mut subresource_range = image_view.subresource_range().clone(); in record_subpass_attachments_load() localVariable 2189 let mut subresource_range = image_view.subresource_range().clone(); in record_subpass_attachments_load() localVariable
|
D | pipeline.rs | 2143 let mut subresource_range = image_view.subresource_range().clone(); in record_descriptor_sets_access() localVariable 2174 let mut subresource_range = image_view.subresource_range().clone(); in record_descriptor_sets_access() localVariable 2319 let mut subresource_range = ImageSubresourceRange { in record_subpass_attachments_access() localVariable 2371 let mut subresource_range = ImageSubresourceRange { in record_subpass_attachments_access() localVariable 2409 let mut subresource_range = image_view.subresource_range().clone(); in record_subpass_attachments_access() localVariable
|
/aosp_15_r20/external/vulkan-validation-layers/tests/ |
H A D | vktestbinding.h | 499 …VkImageSubresourceRange subresource_range(VkImageAspectFlags aspect) const { return subresource_ra… in subresource_range() function 880 inline VkImageSubresourceRange Image::subresource_range(VkImageAspectFlags aspect_mask, uint32_t ba… in subresource_range() function 894 inline VkImageSubresourceRange Image::subresource_range(const VkImageCreateInfo &info, VkImageAspec… in subresource_range() function 898 inline VkImageSubresourceRange Image::subresource_range(const VkImageSubresource &subres) { in subresource_range() function
|
H A D | vkpositivelayertests.cpp | 6813 const auto subresource_range = image.subresource_range(VK_IMAGE_ASPECT_COLOR_BIT); in TEST_F() local 6892 const auto subresource_range = image.subresource_range(VK_IMAGE_ASPECT_COLOR_BIT); in TEST_F() local
|
/aosp_15_r20/external/crosvm/gpu_display/src/vulkan/ |
H A D | external_image.rs | 42 pub subresource_range: ImageSubresourceRange, field 168 subresource_range: ImageSubresourceRange, field
|
/aosp_15_r20/external/executorch/backends/vulkan/runtime/vk_api/memory/ |
H A D | Image.cpp | 296 const VkImageSubresourceRange subresource_range{ in create_image_view() local
|
/aosp_15_r20/external/pytorch/aten/src/ATen/native/vulkan/api/ |
H A D | Resource.cpp | 478 const VkImageSubresourceRange subresource_range{ in create_image_view() local
|
/aosp_15_r20/external/rust/android-crates-io/crates/vulkano/src/command_buffer/ |
D | mod.rs | 631 pub(crate) subresource_range: ImageSubresourceRange, field
|
/aosp_15_r20/external/rust/android-crates-io/crates/vulkano/src/sync/ |
D | pipeline.rs | 2442 pub subresource_range: ImageSubresourceRange, field
|
/aosp_15_r20/external/rust/android-crates-io/crates/vulkano/src/command_buffer/commands/ |
D | render_pass.rs | 2383 let subresource_range = image_view.subresource_range(); in set_extent_layers() localVariable
|
/aosp_15_r20/external/vulkan-validation-layers/layers/ |
H A D | buffer_validation.cpp | 46 VkImageSubresourceRange subresource_range; in RangeFromLayers() local
|
/aosp_15_r20/external/rust/android-crates-io/crates/ash/src/vk/ |
D | definitions.rs | 3426 pub subresource_range: ImageSubresourceRange, field 3510 pub fn subresource_range(mut self, subresource_range: ImageSubresourceRange) -> Self { in subresource_range() method 3769 pub subresource_range: ImageSubresourceRange, field 3841 pub fn subresource_range(mut self, subresource_range: ImageSubresourceRange) -> Self { in subresource_range() method 54549 pub subresource_range: ImageSubresourceRange, field 54645 pub fn subresource_range(mut self, subresource_range: ImageSubresourceRange) -> Self { in subresource_range() method
|