Lines Matching refs:attachmentIndex
166 uint32_t GetImageClearFlags(const angle::Format &format, uint32_t attachmentIndex, bool clearDepth) in GetImageClearFlags() argument
177 uint32_t flags = ImageClear_frag::kAttachment0 + attachmentIndex * kAttachmentFlagStep; in GetImageClearFlags()
326 for (uint32_t attachmentIndex = 0; attachmentIndex < colorAttachmentCount; ++attachmentIndex) in GetUnresolveFlags() local
328 const angle::Format &format = colorSrc[attachmentIndex]->getFormat().intendedFormat(); in GetUnresolveFlags()
340 (*attachmentTypesOut)[attachmentIndex] = type; in GetUnresolveFlags()
344 flags |= type << (2 * attachmentIndex); in GetUnresolveFlags()
670 uint32_t attachmentIndex, in InsertInputDecorations() argument
678 {spirv::LiteralInteger(attachmentIndex)}); in InsertInputDecorations()
3221 for (uint32_t attachmentIndex = 0; attachmentIndex < colorAttachmentCount; ++attachmentIndex) in unresolve() local
3223 inputImageInfo[attachmentIndex].imageView = colorSrcView[attachmentIndex]->getHandle(); in unresolve()
3224 inputImageInfo[attachmentIndex].imageLayout = VK_IMAGE_LAYOUT_SHADER_READ_ONLY_OPTIMAL; in unresolve()