Home
last modified time | relevance | path

Searched defs:initial_layout_requirement (Results 1 – 6 of 6) sorted by relevance

/external/rust/crates/vulkano/src/image/
Dtraits.rs122 fn initial_layout_requirement(&self) -> ImageLayout; in initial_layout_requirement() method
261 fn initial_layout_requirement(&self) -> ImageLayout { in initial_layout_requirement() function
353 fn initial_layout_requirement(&self) -> ImageLayout { in initial_layout_requirement() function
Dimmutable.rs458 fn initial_layout_requirement(&self) -> ImageLayout { in initial_layout_requirement() method
540 fn initial_layout_requirement(&self) -> ImageLayout { in initial_layout_requirement() method
618 fn initial_layout_requirement(&self) -> ImageLayout { in initial_layout_requirement() method
Dswapchain.rs98 fn initial_layout_requirement(&self) -> ImageLayout { in initial_layout_requirement() method
Dstorage.rs200 fn initial_layout_requirement(&self) -> ImageLayout { in initial_layout_requirement() function
Dattachment.rs504 fn initial_layout_requirement(&self) -> ImageLayout { in initial_layout_requirement() method
/external/rust/crates/vulkano/src/command_buffer/synced/
Dbuilder.rs401 let initial_layout_requirement = img.initial_layout_requirement(); in append_command() localVariable