Searched refs:GetColorAttachments (Results 1 – 8 of 8) sorted by relevance
195 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()
47 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()
338 if (pipeline->GetColorAttachments().empty()) { in Parse()
307 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 …]
148 for (const auto& colour_info : pipeline->GetColorAttachments()) { in CreatePipeline()179 device_.get(), pipeline->GetColorAttachments(), in CreatePipeline()
291 const std::vector<BufferInfo>& GetColorAttachments() const { in GetColorAttachments() function
183 ->GetColorAttachments()[0] in ProcessRequireBlock()
913 if (pipeline_->GetColorAttachments().empty()) in ProcessProbe()918 auto* buffer = pipeline_->GetColorAttachments()[0].buffer; in ProcessProbe()