H A D | pipeline_create_functions_vk.cpp | 181 const ImageLayout* layouts, // can be null if compatibility in CreateAttachmentReferences() 188 PLUGIN_ASSERT(layouts == nullptr); in CreateAttachmentReferences() 195 imageLayout = (VkImageLayout)layouts[attachmentIndex]; in CreateAttachmentReferences() 205 const ImageLayout* layouts, // null if compatibility in CreateAttachmentReferences2() 213 PLUGIN_ASSERT(layouts == nullptr); in CreateAttachmentReferences2() 222 imageLayout = (VkImageLayout)layouts[attachmentIndex]; in CreateAttachmentReferences2() 287 const ImageLayout* layouts = in CreateRenderPassCombined() local 288 (createRenderPassCompatibility) ? nullptr : subpassResourceStates[subpassIdx].layouts; in CreateRenderPassCombined() 291 CreateAttachmentReferences(subpassDesc.inputAttachmentIndices, layouts, subpassDesc.inputAttachmentCount, in CreateRenderPassCombined() 299 CreateAttachmentReferences(subpassDesc.colorAttachmentIndices, layouts, subpassDes in CreateRenderPassCombined() 180 CreateAttachmentReferences(const uint32_t* attachmentIndices, const ImageLayout* layouts, const uint32_t attachmentCount, const uint32_t attachmentStartIndex, const bool createCompatibility, VkAttachmentReference* newAttachments) CreateAttachmentReferences() argument 204 CreateAttachmentReferences2(const uint32_t* attachmentIndices, const ImageLayout* layouts, const array_view<const LowLevelRenderPassCompatibilityDescVk::Attachment> compatibilityAttachmentDescs, const uint32_t attachmentCount, const uint32_t attachmentStartIndex, const bool createCompatibility, VkAttachmentReference2KHR* newAttachments) CreateAttachmentReferences2() argument 469 const ImageLayout* layouts = CreateRenderPassCombined2() local [all...] |