Home
last modified time | relevance | path

Searched refs:attachmentStates (Results 1 – 3 of 3) sorted by relevance

/third_party/skia/third_party/externals/dawn/src/dawn_native/
DDevice.cpp66 ASSERT(attachmentStates.empty()); in ~Caches()
75 ContentLessObjectCache<AttachmentStateBlueprint> attachmentStates; member
874 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()
/third_party/flutter/skia/src/gpu/vk/
DGrVkPipeline.cpp528 VkPipelineColorBlendAttachmentState attachmentStates[1]; in Create() local
530 setup_color_blend_state(pipeline, &colorBlendInfo, attachmentStates); in Create()
/third_party/skia/src/gpu/vk/
DGrVkPipeline.cpp511 VkPipelineColorBlendAttachmentState attachmentStates[1]; in Make() local
513 setup_color_blend_state(blendInfo, &colorBlendInfo, attachmentStates); in Make()