Home
last modified time | relevance | path

Searched defs:attachment_index (Results 1 – 10 of 10) sorted by relevance

/aosp_15_r20/external/rust/android-crates-io/crates/vulkano/src/command_buffer/standard/builder/
Drender_pass.rs116 let attachment_index = attachment_index as u32; in validate_begin_render_pass() localVariable
277 let attachment_index = attachment_index as u32; in validate_begin_render_pass() localVariable
894 let attachment_index = attachment_index as u32; in validate_begin_rendering() localVariable
Dsync.rs1034 let attachment_index = (framebuffer.attachments().iter()) in validate_pipeline_barrier() localVariable
Dmod.rs291 let attachment_index = attachment_index as u32; in validate_begin() localVariable
/aosp_15_r20/external/rust/android-crates-io/crates/vulkano/src/command_buffer/commands/
Drender_pass.rs150 let attachment_index = attachment_index as u32; in validate_begin_render_pass() localVariable
311 let attachment_index = attachment_index as u32; in validate_begin_render_pass() localVariable
704 let attachment_index = attachment_index as u32; in validate_begin_rendering() localVariable
/aosp_15_r20/external/vulkan-validation-layers/layers/
H A Dbuffer_validation.cpp366uint32_t attachment_index, const char *variable_name) const { in ValidateRenderPassLayoutAgainstFramebufferImageUsage()
2788 …oreChecks::ValidateClearAttachmentExtent(VkCommandBuffer command_buffer, uint32_t attachment_index, in ValidateClearAttachmentExtent()
2856 … for (uint32_t attachment_index = 0; attachment_index < attachmentCount; attachment_index++) { in PreCallValidateCmdClearAttachments() local
2936 … for (uint32_t attachment_index = 0; attachment_index < attachmentCount; attachment_index++) { in PreCallRecordCmdClearAttachments() local
H A Dshader_validation.cpp821 auto attachment_index = insn.word(3); in CollectInterfaceByInputAttachmentIndex() local
H A Dcore_validation.cpp9657 uint32_t attachment_index = VK_ATTACHMENT_UNUSED; in ValidateFramebufferCreateInfo() local
/aosp_15_r20/external/rust/android-crates-io/crates/vulkano/src/command_buffer/
Dauto.rs375 let attachment_index = attachment_index as u32; in validate_begin() localVariable
/aosp_15_r20/external/rust/android-crates-io/crates/vulkano/src/pipeline/graphics/
Dbuilder.rs521 let attachment_index = attachment_index as u32; in validate_create() localVariable
/aosp_15_r20/external/rust/android-crates-io/crates/ash/src/vk/
Ddefinitions.rs25186 pub attachment_index: u32, field
25215 pub fn attachment_index(mut self, attachment_index: u32) -> Self { in attachment_index() method