Searched refs:pipelineColorBlendAttachments (Results 1 – 5 of 5) sorted by relevance
/aosp_15_r20/device/google/cuttlefish/tests/graphics/vulkan/fullscreen_color/ |
D | fullscreen_color.cpp | 217 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/ |
D | secondary_command_buffer.cpp | 199 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/ |
D | GraphicsDetectorVkPrecisionQualifiersOnYuvSamplers.cpp | 238 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/ |
D | fullscreen_texture.cpp | 332 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/ |
D | GfxstreamEnd2EndVkTests.cpp | 905 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()
|