Home
last modified time | relevance | path

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

/external/deqp-deps/amber/src/vkscript/
Dcommand_parser_test.cc843 pipeline.AddColorAttachment(color_buf.get(), 0, 0); in TEST_P()
878 pipeline.AddColorAttachment(color_buf.get(), 0, 0); in TEST_P()
914 pipeline.AddColorAttachment(color_buf.get(), 0, 0); in TEST_P()
950 pipeline.AddColorAttachment(color_buf.get(), 0, 0); in TEST_P()
988 pipeline.AddColorAttachment(color_buf.get(), 0, 0); in TEST_F()
1015 pipeline.AddColorAttachment(color_buf.get(), 0, 0); in TEST_F()
1043 pipeline.AddColorAttachment(color_buf.get(), 0, 0); in TEST_F()
1075 pipeline.AddColorAttachment(color_buf.get(), 0, 0); in TEST_F()
1107 pipeline.AddColorAttachment(color_buf.get(), 0, 0); in TEST_F()
1139 pipeline.AddColorAttachment(color_buf.get(), 0, 0); in TEST_F()
[all …]
Dparser.cc100 r = pipeline->AddColorAttachment(color_buf.get(), 0, 0); in GenerateDefaultPipeline()
/external/vulkan-validation-layers/tests/
Dvkrenderframework.h438 void AddColorAttachment(uint32_t binding, const VkPipelineColorBlendAttachmentState &att);
445 AddColorAttachment(0, att);
Dlayer_validation_tests.cpp837 pipelineobj.AddColorAttachment(0, att_state); in VKTriangleTest()
Dvkrenderframework.cpp1669 void VkPipelineObj::AddColorAttachment(uint32_t binding, const VkPipelineColorBlendAttachmentState … in AddColorAttachment() function in VkPipelineObj
Dvklayertests_pipeline_shader.cpp246 pipeline.AddColorAttachment(0, att_state1); in TEST_F()
247 pipeline.AddColorAttachment(1, att_state2); in TEST_F()
Dvkpositivelayertests.cpp5050 pipe.AddColorAttachment(0, att_state1); in TEST_F()
5051 pipe.AddColorAttachment(1, att_state1); in TEST_F()
/external/deqp-deps/amber/src/
Dpipeline.h296 Result AddColorAttachment(Buffer* buf,
Dpipeline.cc367 Result Pipeline::AddColorAttachment(Buffer* buf, in AddColorAttachment() function in amber::Pipeline
Dpipeline_test.cc41 p->AddColorAttachment(color_buffer_.get(), location, 0); in SetupColorAttachment()
/external/deqp-deps/amber/src/amberscript/
Dparser.cc348 Result r = pipeline->AddColorAttachment(buf, 0, 0); in Parse()
1063 r = pipeline->AddColorAttachment(buffer, location, base_mip_level); in ParsePipelineBind()