Home
last modified time | relevance | path

Searched defs:push_descriptor_set (Results 1 – 5 of 5) sorted by relevance

/aosp_15_r20/external/rust/android-crates-io/crates/vulkano/src/command_buffer/commands/
Dbind_push.rs619 pub fn push_descriptor_set( in push_descriptor_set() function
875 pub unsafe fn push_descriptor_set( in push_descriptor_set() method
1208 pub unsafe fn push_descriptor_set<'a>( in push_descriptor_set() method
/aosp_15_r20/external/rust/android-crates-io/crates/vulkano/src/command_buffer/standard/builder/
Dbind_push.rs757 pub fn push_descriptor_set( in push_descriptor_set() function
/aosp_15_r20/external/rust/android-crates-io/crates/vulkano/src/pipeline/
Dlayout.rs216 let mut push_descriptor_set = None; in validate() localVariable
/aosp_15_r20/external/vulkan-validation-layers/layers/
H A Ddescriptor_sets.cpp328 …const bool push_descriptor_set = !!(create_info->flags & VK_DESCRIPTOR_SET_LAYOUT_CREATE_PUSH_DESC… in ValidateDescriptorSetLayoutCreateInfo() local
H A Dcore_validation.cpp7413cvdescriptorset::DescriptorSet *push_descriptor_set, in UpdateLastBoundDescriptorSets()
7711 auto &push_descriptor_set = last_bound.push_descriptor_set; in RecordCmdPushDescriptorSetState() local