Searched defs:UnsafeCommandBufferBuilder (Results 1 – 4 of 4) sorted by relevance
| /external/rust/crates/vulkano/src/command_buffer/synced/ |
| D | commands.rs | 86 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 …]
|
| D | builder.rs | 155 cmd: UnsafeCommandBufferBuilder, in from_unsafe_cmd()
|
| D | mod.rs | 467 unsafe fn send(&self, out: &mut UnsafeCommandBufferBuilder); in send()
|
| /external/rust/crates/vulkano/src/command_buffer/ |
| D | sys.rs | 69 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
|