Searched defs:array_layers (Results 1 – 10 of 10) sorted by relevance
438 pub fn array_layers(&self) -> u32 { in array_layers() method601 pub array_layers: Range<u32>, field655 pub array_layers: Range<u32>, field
1233 let array_layers = in dimensions() localVariable
2645 array_layers: Range<u32>, field
1332 let array_layers = &image_view.subresource_range().array_layers; in validate_clear_attachments() localVariable1405 let array_layers = &image_view.subresource_range().array_layers; in validate_clear_attachments() localVariable2384 let array_layers = in set_extent_layers() localVariable2596 pub array_layers: Range<u32>, field
215 uint32_t array_layers = info->array_size; in pvr_pack_tex_state() local
1745 let array_layers = &image_view.subresource_range().array_layers; in validate_clear_attachments() localVariable1789 let array_layers = &image_view.subresource_range().array_layers; in validate_clear_attachments() localVariable
57 uint32_t array_layers; member
78 vk_to_nil_extent(VkExtent3D extent, uint32_t array_layers) in vk_to_nil_extent()
385 pub array_layers: u32, field
3547 pub array_layers: u32, field3633 pub fn array_layers(mut self, array_layers: u32) -> Self { in array_layers() method