Searched refs:AddColorAttachment (Results 1 – 11 of 11) sorted by relevance
/external/deqp-deps/amber/src/vkscript/ |
D | command_parser_test.cc | 843 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 …]
|
D | parser.cc | 100 r = pipeline->AddColorAttachment(color_buf.get(), 0, 0); in GenerateDefaultPipeline()
|
/external/vulkan-validation-layers/tests/ |
D | vkrenderframework.h | 438 void AddColorAttachment(uint32_t binding, const VkPipelineColorBlendAttachmentState &att); 445 AddColorAttachment(0, att);
|
D | layer_validation_tests.cpp | 837 pipelineobj.AddColorAttachment(0, att_state); in VKTriangleTest()
|
D | vkrenderframework.cpp | 1669 void VkPipelineObj::AddColorAttachment(uint32_t binding, const VkPipelineColorBlendAttachmentState … in AddColorAttachment() function in VkPipelineObj
|
D | vklayertests_pipeline_shader.cpp | 246 pipeline.AddColorAttachment(0, att_state1); in TEST_F() 247 pipeline.AddColorAttachment(1, att_state2); in TEST_F()
|
D | vkpositivelayertests.cpp | 5050 pipe.AddColorAttachment(0, att_state1); in TEST_F() 5051 pipe.AddColorAttachment(1, att_state1); in TEST_F()
|
/external/deqp-deps/amber/src/ |
D | pipeline.h | 296 Result AddColorAttachment(Buffer* buf,
|
D | pipeline.cc | 367 Result Pipeline::AddColorAttachment(Buffer* buf, in AddColorAttachment() function in amber::Pipeline
|
D | pipeline_test.cc | 41 p->AddColorAttachment(color_buffer_.get(), location, 0); in SetupColorAttachment()
|
/external/deqp-deps/amber/src/amberscript/ |
D | parser.cc | 348 Result r = pipeline->AddColorAttachment(buf, 0, 0); in Parse() 1063 r = pipeline->AddColorAttachment(buffer, location, base_mip_level); in ParsePipelineBind()
|