Home
last modified time | relevance | path

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

/external/deqp-deps/amber/src/amberscript/
Dparser_pipeline_test.cc195 ASSERT_EQ(1U, pipelines[0]->GetColorAttachments().size()); in TEST_F()
196 const auto& buf1 = pipelines[0]->GetColorAttachments()[0]; in TEST_F()
206 ASSERT_EQ(1U, pipelines[1]->GetColorAttachments().size()); in TEST_F()
207 const auto& buf2 = pipelines[1]->GetColorAttachments()[0]; in TEST_F()
Dparser_bind_test.cc47 const auto& color_buffers = pipeline->GetColorAttachments(); in TEST_F()
296 const auto& color_buffers1 = pipeline->GetColorAttachments(); in TEST_F()
307 const auto& color_buffers2 = pipeline->GetColorAttachments(); in TEST_F()
341 const auto& color_buffers1 = pipeline->GetColorAttachments(); in TEST_F()
377 const auto& color_buffers1 = pipeline->GetColorAttachments(); in TEST_F()
413 const auto& color_buffers1 = pipeline->GetColorAttachments(); in TEST_F()
Dparser.cc338 if (pipeline->GetColorAttachments().empty()) { in Parse()
/external/deqp-deps/amber/src/dawn/
Dengine_dawn.cc307 const auto pixelSize = render_pipeline.pipeline->GetColorAttachments()[0] in MapDeviceTextureToHostBuffer()
326 i < render_pipeline.pipeline->GetColorAttachments().size(); i++) { in MapDeviceTextureToHostBuffer()
341 auto& host_texture = render_pipeline.pipeline->GetColorAttachments()[i]; in MapDeviceTextureToHostBuffer()
937 render_pipeline.pipeline->GetColorAttachments()[0].buffer->GetFormat(); in CreateRenderPipelineDescriptor()
1062 render_pipeline.pipeline->GetColorAttachments().size(); in CreateRenderPipelineDescriptor()
1072 render_pipeline.pipeline->GetColorAttachments().size(); in CreateRenderPipelineDescriptor()
1099 if (i < render_pipeline.pipeline->GetColorAttachments().size()) { in CreateRenderPipelineDescriptor()
1100 auto* amber_format = render_pipeline.pipeline->GetColorAttachments()[i] in CreateRenderPipelineDescriptor()
1189 render_pipeline.pipeline->GetColorAttachments().size(); in CreateRenderPassDescriptor()
1518 render_pipeline->pipeline->GetColorAttachments().size(), -1); in AttachBuffersAndTextures()
[all …]
/external/deqp-deps/amber/src/vulkan/
Dengine_vulkan.cc148 for (const auto& colour_info : pipeline->GetColorAttachments()) { in CreatePipeline()
179 device_.get(), pipeline->GetColorAttachments(), in CreatePipeline()
/external/deqp-deps/amber/src/
Dpipeline.h291 const std::vector<BufferInfo>& GetColorAttachments() const { in GetColorAttachments() function
/external/deqp-deps/amber/src/vkscript/
Dparser.cc183 ->GetColorAttachments()[0] in ProcessRequireBlock()
Dcommand_parser.cc913 if (pipeline_->GetColorAttachments().empty()) in ProcessProbe()
918 auto* buffer = pipeline_->GetColorAttachments()[0].buffer; in ProcessProbe()