Home
last modified time | relevance | path

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

/hardware/google/gfxstream/common/detector/
DGraphicsDetectorVkPrecisionQualifiersOnYuvSamplers.cpp238 const std::vector<vkhpp::PipelineColorBlendAttachmentState> pipelineColorBlendAttachments = { in CanHandlePrecisionQualifierWithYuvSampler() local
256 .attachmentCount = static_cast<uint32_t>(pipelineColorBlendAttachments.size()), in CanHandlePrecisionQualifierWithYuvSampler()
257 .pAttachments = pipelineColorBlendAttachments.data(), in CanHandlePrecisionQualifierWithYuvSampler()