Home
last modified time | relevance | path

Searched defs:UnsafeCommandBufferBuilder (Results 1 – 4 of 4) sorted by relevance

/external/rust/crates/vulkano/src/command_buffer/synced/
Dcommands.rs86 unsafe fn send(&self, out: &mut UnsafeCommandBufferBuilder) { in begin_query()
132 unsafe fn send(&self, out: &mut UnsafeCommandBufferBuilder) { in begin_render_pass()
232 unsafe fn send(&self, out: &mut UnsafeCommandBufferBuilder) { in bind_index_buffer()
265 unsafe fn send(&self, out: &mut UnsafeCommandBufferBuilder) { in bind_pipeline_compute()
296 unsafe fn send(&self, out: &mut UnsafeCommandBufferBuilder) { in bind_pipeline_graphics()
356 unsafe fn send(&self, out: &mut UnsafeCommandBufferBuilder) { in copy_image()
478 unsafe fn send(&self, out: &mut UnsafeCommandBufferBuilder) { in blit_image()
598 unsafe fn send(&self, out: &mut UnsafeCommandBufferBuilder) { in clear_color_image()
681 unsafe fn send(&self, out: &mut UnsafeCommandBufferBuilder) { in copy_buffer()
791 unsafe fn send(&self, out: &mut UnsafeCommandBufferBuilder) { in copy_buffer_to_image()
[all …]
Dbuilder.rs155 cmd: UnsafeCommandBufferBuilder, in from_unsafe_cmd()
Dmod.rs467 unsafe fn send(&self, out: &mut UnsafeCommandBufferBuilder); in send()
/external/rust/crates/vulkano/src/command_buffer/
Dsys.rs69 pub struct UnsafeCommandBufferBuilder { struct
75 impl fmt::Debug for UnsafeCommandBufferBuilder { argument
86 impl UnsafeCommandBufferBuilder { impl
102 ) -> Result<UnsafeCommandBufferBuilder, OomError> in new()
1556 unsafe impl DeviceOwned for UnsafeCommandBufferBuilder { implementation
1563 unsafe impl VulkanObject for UnsafeCommandBufferBuilder { implementation