Home
last modified time | relevance | path

Searched defs:image_subresource (Results 1 – 2 of 2) sorted by relevance

/external/mesa3d/src/vulkan/wsi/
Dwsi_common_drm.c355 const VkImageSubresource image_subresource = { in wsi_create_native_image() local
380 const VkImageSubresource image_subresource = { in wsi_create_native_image() local
/external/rust/crates/ash/src/vk/
Ddefinitions.rs4140 pub image_subresource: ImageSubresourceLayers, field
4181 pub fn image_subresource(mut self, image_subresource: ImageSubresourceLayers) -> Self { in image_subresource() method
43602 pub image_subresource: ImageSubresourceLayers, field
43658 pub fn image_subresource(mut self, image_subresource: ImageSubresourceLayers) -> Self { in image_subresource() method