Lines Matching defs:ImageLayout
122 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()
381 expected_layout: ImageLayout, in try_gpu_lock()
393 unsafe fn unlock(&self, new_layout: Option<ImageLayout>) { in unlock()