Searched refs:attachmentStates (Results 1 – 3 of 3) sorted by relevance
66 ASSERT(attachmentStates.empty()); in ~Caches()75 ContentLessObjectCache<AttachmentStateBlueprint> attachmentStates; member874 auto iter = mCaches->attachmentStates.find(blueprint); in GetOrCreateAttachmentState()875 if (iter != mCaches->attachmentStates.end()) { in GetOrCreateAttachmentState()882 mCaches->attachmentStates.insert(attachmentState.Get()); in GetOrCreateAttachmentState()906 size_t removedCount = mCaches->attachmentStates.erase(obj); in UncacheAttachmentState()
528 VkPipelineColorBlendAttachmentState attachmentStates[1]; in Create() local530 setup_color_blend_state(pipeline, &colorBlendInfo, attachmentStates); in Create()
511 VkPipelineColorBlendAttachmentState attachmentStates[1]; in Make() local513 setup_color_blend_state(blendInfo, &colorBlendInfo, attachmentStates); in Make()