Home
last modified time | relevance | path

Searched defs:ImageLayout (Results 1 – 25 of 31) sorted by relevance

12

/external/rust/crates/vulkano/src/image/
Dtraits.rs122 fn initial_layout_requirement(&self) -> ImageLayout; in initial_layout_requirement()
133 fn final_layout_requirement(&self) -> ImageLayout; in final_layout_requirement()
196 expected_layout: ImageLayout, in try_gpu_lock()
228 unsafe fn unlock(&self, transitioned_layout: Option<ImageLayout>); in unlock()
261 fn initial_layout_requirement(&self) -> ImageLayout { in initial_layout_requirement()
266 fn final_layout_requirement(&self) -> ImageLayout { in final_layout_requirement()
285 expected_layout: ImageLayout, in try_gpu_lock()
296 unsafe fn unlock(&self, transitioned_layout: Option<ImageLayout>) { in unlock()
353 fn initial_layout_requirement(&self) -> ImageLayout { in initial_layout_requirement()
362 fn final_layout_requirement(&self) -> ImageLayout { in final_layout_requirement()
[all …]
Dimmutable.rs88 layout: ImageLayout, in new()
128 layout: ImageLayout, in generate_mipmaps()
246 layout: ImageLayout, in uninitialized()
458 fn initial_layout_requirement(&self) -> ImageLayout { in initial_layout_requirement()
463 fn final_layout_requirement(&self) -> ImageLayout { in final_layout_requirement()
487 expected_layout: ImageLayout, in try_gpu_lock()
511 unsafe fn unlock(&self, new_layout: Option<ImageLayout>) { in unlock()
540 fn initial_layout_requirement(&self) -> ImageLayout { in initial_layout_requirement()
545 fn final_layout_requirement(&self) -> ImageLayout { in final_layout_requirement()
572 expected_layout: ImageLayout, in try_gpu_lock()
[all …]
Dlayout.rs29 pub enum ImageLayout { enum
42 impl From<ImageLayout> for ash::vk::ImageLayout { implementation
Dstorage.rs200 fn initial_layout_requirement(&self) -> ImageLayout { in initial_layout_requirement()
205 fn final_layout_requirement(&self) -> ImageLayout { in final_layout_requirement()
229 expected_layout: ImageLayout, in try_gpu_lock()
257 unsafe fn unlock(&self, new_layout: Option<ImageLayout>) { in unlock()
Dswapchain.rs98 fn initial_layout_requirement(&self) -> ImageLayout { in initial_layout_requirement()
103 fn final_layout_requirement(&self) -> ImageLayout { in final_layout_requirement()
146 unsafe fn unlock(&self, _: Option<ImageLayout>) { in unlock()
Dattachment.rs504 fn initial_layout_requirement(&self) -> ImageLayout { in initial_layout_requirement()
509 fn final_layout_requirement(&self) -> ImageLayout { in final_layout_requirement()
533 expected_layout: ImageLayout, in try_gpu_lock()
576 unsafe fn unlock(&self, new_layout: Option<ImageLayout>) { in unlock()
/external/rust/crates/vulkano/src/command_buffer/
Dtraits.rs154 layout: ImageLayout, in check_image_access()
198 layout: ImageLayout, in check_image_access()
247 ImageLayout, in image() argument
300 ImageLayout, in image() argument
429 layout: ImageLayout, in check_image_access()
Dsys.rs450 source_layout: ImageLayout, in copy_image()
452 destination_layout: ImageLayout, in copy_image()
566 source_layout: ImageLayout, in blit_image()
568 destination_layout: ImageLayout, in blit_image()
726 layout: ImageLayout, in clear_color_image()
844 destination_layout: ImageLayout, in copy_buffer_to_image()
918 source_layout: ImageLayout, in copy_image_to_buffer()
1887 current_layout: ImageLayout, in add_image_memory_barrier()
1888 new_layout: ImageLayout, in add_image_memory_barrier()
Dauto.rs2302 layout: ImageLayout, in check_image_access()
2412 ImageLayout, in image() argument
/external/rust/crates/ash/src/vk/
Dfeature_extensions.rs184 impl ImageLayout { impl
188 impl ImageLayout { impl
725 impl ImageLayout { impl
729 impl ImageLayout { implementation
733 impl ImageLayout { impl
737 impl ImageLayout { implementation
Dfeatures.rs3360 _src_image_layout: ImageLayout, in load()
3362 _dst_image_layout: ImageLayout, in load()
3380 _src_image_layout: ImageLayout, in load()
3382 _dst_image_layout: ImageLayout, in load()
3402 _dst_image_layout: ImageLayout, in load()
3424 _src_image_layout: ImageLayout, in load()
3483 _image_layout: ImageLayout, in load()
3506 _image_layout: ImageLayout, in load()
3552 _src_image_layout: ImageLayout, in load()
3554 _dst_image_layout: ImageLayout, in load()
[all …]
Dextensions.rs622 impl ImageLayout { implementation
3068 impl ImageLayout { impl
3072 impl ImageLayout { implementation
3076 impl ImageLayout { impl
8601 impl ImageLayout { implementation
9171 impl ImageLayout { implementation
9176 impl ImageLayout { implementation
13554 _image_layout: ImageLayout, in load()
13622 image_layout: ImageLayout, in cmd_bind_shading_rate_image_nv()
13670 impl ImageLayout { impl
[all …]
Denums.rs5 pub struct ImageLayout(pub(crate) i32); struct
6 impl ImageLayout { impl
14 impl ImageLayout { implementation
/external/rust/crates/vulkano/src/command_buffer/synced/
Dcommands.rs328 source_layout: ImageLayout, in copy_image()
330 destination_layout: ImageLayout, in copy_image()
448 source_layout: ImageLayout, in blit_image()
450 destination_layout: ImageLayout, in blit_image()
571 layout: ImageLayout, in clear_color_image()
766 destination_layout: ImageLayout, in copy_buffer_to_image()
881 source_layout: ImageLayout, in copy_image_to_buffer()
2621 ImageLayout, in add_descriptor_set_resources() argument
2721 ImageLayout, in add_vertex_buffer_resources() argument
2769 ImageLayout, in add_index_buffer_resources() argument
[all …]
Dmod.rs315 layout: ImageLayout, in check_image_access()
365 ImageLayout, in image() argument
Dbuilder.rs196 ImageLayout, in append_command() argument
/external/rust/crates/vulkano/src/sync/future/
Dnow.rs77 _: ImageLayout, in check_image_access()
Dfence_signal.rs403 layout: ImageLayout, in check_image_access()
510 layout: ImageLayout, in check_image_access()
Dsemaphore_signal.rs163 layout: ImageLayout, in check_image_access()
Djoin.rs238 layout: ImageLayout, in check_image_access()
Dmod.rs140 layout: ImageLayout, in check_image_access()
344 layout: ImageLayout, in check_image_access()
/external/rust/crates/ash/src/
Ddevice.rs809 src_image_layout: vk::ImageLayout, in cmd_blit_image()
811 dst_image_layout: vk::ImageLayout, in cmd_blit_image()
832 src_image_layout: vk::ImageLayout, in cmd_resolve_image()
834 dst_image_layout: vk::ImageLayout, in cmd_resolve_image()
900 src_image_layout: vk::ImageLayout, in cmd_copy_image_to_buffer()
920 dst_image_layout: vk::ImageLayout, in cmd_copy_buffer_to_image()
938 src_image_layout: vk::ImageLayout, in cmd_copy_image()
940 dst_image_layout: vk::ImageLayout, in cmd_copy_image()
1066 image_layout: vk::ImageLayout, in cmd_clear_color_image()
1085 image_layout: vk::ImageLayout, in cmd_clear_depth_stencil_image()
/external/rust/crates/vulkano/src/swapchain/
Dswapchain.rs1219 layout: ImageLayout, in check_image_access()
1618 layout: ImageLayout, in check_image_access()
/external/angle/src/common/
Dpacked_gl_enums.json282 "ImageLayout": object
DPackedGLEnums_autogen.h203 enum class ImageLayout : uint8_t enum

12