Home
last modified time | relevance | path

Searched refs:inheritance_info_vk (Results 1 – 2 of 2) sorted by relevance

/external/rust/android-crates-io/crates/vulkano/src/command_buffer/
Dsys.rs82 let mut inheritance_info_vk = None; in new() localVariable
94 let inheritance_info_vk = in new() localVariable
95 inheritance_info_vk.insert(ash::vk::CommandBufferInheritanceInfo { in new()
106 inheritance_info_vk.occlusion_query_enable = ash::vk::TRUE; in new()
109 inheritance_info_vk.query_flags = ash::vk::QueryControlFlags::PRECISE; in new()
125 inheritance_info_vk.render_pass = subpass.render_pass().handle(); in new()
126 inheritance_info_vk.subpass = subpass.index(); in new()
127 inheritance_info_vk.framebuffer = framebuffer in new()
163 inheritance_info_vk.p_next = in new()
172 p_inheritance_info: inheritance_info_vk in new()
/external/rust/android-crates-io/crates/vulkano/src/command_buffer/standard/builder/
Dmod.rs451 let mut inheritance_info_vk = None; in begin_unchecked() localVariable
463 let inheritance_info_vk = in begin_unchecked() localVariable
464 inheritance_info_vk.insert(ash::vk::CommandBufferInheritanceInfo { in begin_unchecked()
475 inheritance_info_vk.occlusion_query_enable = ash::vk::TRUE; in begin_unchecked()
478 inheritance_info_vk.query_flags = ash::vk::QueryControlFlags::PRECISE; in begin_unchecked()
494 inheritance_info_vk.render_pass = subpass.render_pass().handle(); in begin_unchecked()
495 inheritance_info_vk.subpass = subpass.index(); in begin_unchecked()
496 inheritance_info_vk.framebuffer = framebuffer in begin_unchecked()
532 inheritance_info_vk.p_next = in begin_unchecked()
541 p_inheritance_info: inheritance_info_vk in begin_unchecked()