Home
last modified time | relevance | path

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

/aosp_15_r20/device/google/cuttlefish/tests/graphics/vulkan/fullscreen_color/
Dfullscreen_color.cpp217 pipelineColorBlendAttachments = { in CreateSwapchainDependents() local
237 static_cast<uint32_t>(pipelineColorBlendAttachments.size()), in CreateSwapchainDependents()
238 .pAttachments = pipelineColorBlendAttachments.data(), in CreateSwapchainDependents()
/aosp_15_r20/device/google/cuttlefish/tests/graphics/vulkan/secondary_command_buffer/
Dsecondary_command_buffer.cpp199 pipelineColorBlendAttachments = { in CreateSwapchainDependents() local
219 static_cast<uint32_t>(pipelineColorBlendAttachments.size()), in CreateSwapchainDependents()
220 .pAttachments = pipelineColorBlendAttachments.data(), in CreateSwapchainDependents()
/aosp_15_r20/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()
/aosp_15_r20/device/google/cuttlefish/tests/graphics/vulkan/fullscreen_texture/
Dfullscreen_texture.cpp332 pipelineColorBlendAttachments = { in CreateSwapchainDependents() local
352 static_cast<uint32_t>(pipelineColorBlendAttachments.size()), in CreateSwapchainDependents()
353 .pAttachments = pipelineColorBlendAttachments.data(), in CreateSwapchainDependents()
/aosp_15_r20/hardware/google/gfxstream/common/end2end/
DGfxstreamEnd2EndVkTests.cpp905 const std::vector<vkhpp::PipelineColorBlendAttachmentState> pipelineColorBlendAttachments = in CreatePipeline() local
923 .attachmentCount = static_cast<uint32_t>(pipelineColorBlendAttachments.size()), in CreatePipeline()
924 .pAttachments = pipelineColorBlendAttachments.data(), in CreatePipeline()