Searched refs:attachmentFirstUse (Results 1 – 2 of 2) sorted by relevance
78 return attachmentFirstUse[i] >= 0; in isAttachmentUsed()104 int *attachmentFirstUse = nullptr; member in vk::RenderPass
229 attachmentFirstUse = reinterpret_cast<int *>(hostMemory); in init()236 attachmentFirstUse[i] = -1; in init()431 if(attachmentFirstUse[attachment] == -1) in MarkFirstUse()432 attachmentFirstUse[attachment] = subpass; in MarkFirstUse()