/external/deqp-deps/amber/src/ |
D | pipeline_test.cc | 67 const auto& shaders = p.GetShaders(); in TEST_F() 150 const auto& shaders = p.GetShaders(); in TEST_F() 306 const auto& shaders = p.GetShaders(); in TEST_F() 320 const auto& shaders = p.GetShaders(); in TEST_F() 379 auto shaders = clone->GetShaders(); in TEST_F() 425 p.GetShaders()[0].AddDescriptorEntry("my_main", std::move(entry1)); in TEST_F() 433 p.GetShaders()[0].AddDescriptorEntry("my_main", std::move(entry2)); in TEST_F() 470 p.GetShaders()[0].AddDescriptorEntry("my_main", std::move(entry1)); in TEST_F() 478 p.GetShaders()[0].AddDescriptorEntry("my_main", std::move(entry2)); in TEST_F() 509 p.GetShaders()[0].AddDescriptorEntry("my_main", std::move(entry1)); in TEST_F() [all …]
|
D | pipeline.cc | 654 if (!IsCompute() || GetShaders().empty() || in UpdateOpenCLBufferBindings() 655 GetShaders()[0].GetShader()->GetFormat() != kShaderFormatOpenCLC) { in UpdateOpenCLBufferBindings() 659 const auto& shader_info = GetShaders()[0]; in UpdateOpenCLBufferBindings() 754 if (!IsCompute() || GetShaders().empty() || in GenerateOpenCLPodBuffers() 755 GetShaders()[0].GetShader()->GetFormat() != kShaderFormatOpenCLC) { in GenerateOpenCLPodBuffers() 759 const auto& shader_info = GetShaders()[0]; in GenerateOpenCLPodBuffers() 986 if (!IsCompute() || GetShaders().empty() || in GenerateOpenCLPushConstants() 987 GetShaders()[0].GetShader()->GetFormat() != kShaderFormatOpenCLC) { in GenerateOpenCLPushConstants() 991 const auto& shader_info = GetShaders()[0]; in GenerateOpenCLPushConstants()
|
D | script_test.cc | 123 const auto& shaders = s.GetShaders(); in TEST_F() 127 TEST_F(ScriptTest, GetShaders) { in TEST_F() argument 145 const auto& shaders = s.GetShaders(); in TEST_F()
|
D | pipeline.h | 253 std::vector<ShaderInfo>& GetShaders() { return shaders_; } in GetShaders() function 255 const std::vector<ShaderInfo>& GetShaders() const { return shaders_; } in GetShaders() function
|
D | executor.cc | 37 for (auto& shader_info : pipeline->GetShaders()) { in CompileShaders()
|
D | script.h | 110 const std::vector<std::unique_ptr<Shader>>& GetShaders() const { in GetShaders() function
|
/external/deqp-deps/amber/src/amberscript/ |
D | parser_subgroup_size_control_test.cc | 307 const auto& shaders = pipeline->GetShaders(); in TEST_F() 333 const auto& shaders = pipeline->GetShaders(); in TEST_F() 360 const auto& shaders = pipeline->GetShaders(); in TEST_F() 390 const auto& shaders = pipeline->GetShaders(); in TEST_F() 419 const auto& shaders = pipeline->GetShaders(); in TEST_F() 450 const auto& shaders = pipeline->GetShaders(); in TEST_F() 479 const auto& shaders = pipeline->GetShaders(); in TEST_F()
|
D | parser_attach_test.cc | 164 const auto& shaders = pipeline->GetShaders(); in TEST_F() 239 const auto& shaders = pipeline->GetShaders(); in TEST_F() 329 const auto& shaders = pipeline->GetShaders(); in TEST_F() 354 const auto& shaders = pipeline->GetShaders(); in TEST_F() 379 const auto& shaders = pipeline->GetShaders(); in TEST_F() 469 const auto& shaders = pipeline->GetShaders(); in TEST_F() 496 const auto& shaders = pipeline->GetShaders(); in TEST_F()
|
D | parser_pipeline_test.cc | 41 EXPECT_EQ(2U, script->GetShaders().size()); in TEST_F() 50 const auto& shaders = pipeline->GetShaders(); in TEST_F() 373 auto shaders1 = pipeline1->GetShaders(); in TEST_F() 387 auto shaders2 = pipeline2->GetShaders(); in TEST_F() 530 const auto& s1 = p1->GetShaders(); in TEST_F() 537 const auto& s2 = p2->GetShaders(); in TEST_F()
|
D | parser_debug_test.cc | 158 auto& shaders = compute->GetPipeline()->GetShaders(); in TEST_F() 202 for (auto& shader : draw->GetPipeline()->GetShaders()) { in TEST_F() 247 for (auto& shader : draw->GetPipeline()->GetShaders()) { in TEST_F() 290 for (auto& shader : draw->GetPipeline()->GetShaders()) { in TEST_F()
|
D | parser_shader_test.cc | 32 const auto& shaders = script->GetShaders(); in TEST_F() 143 const auto& shaders = script->GetShaders(); in TEST_F() 252 const auto& shaders = script->GetShaders(); in TEST_F() 360 const auto& shaders = script->GetShaders(); in TEST_P() 406 const auto& shaders = script->GetShaders(); in TEST_P()
|
D | parser_compile_options_test.cc | 48 const auto& shaders = pipeline->GetShaders(); in TEST_F()
|
D | parser_shader_opt_test.cc | 60 const auto& shaders = pipeline->GetShaders(); in TEST_F()
|
D | parser.cc | 766 auto& shader = pipeline->GetShaders()[pipeline->GetShaders().size() - 1]; in ParseShaderSpecialization() 1381 if (pipeline->GetShaders().empty() || in ParsePipelineSet() 1382 pipeline->GetShaders()[0].GetShader()->GetFormat() != in ParsePipelineSet() 2698 for (auto& shader : pipeline->GetShaders()) { in ParseDebugThread() 2719 for (auto& shader : pipeline->GetShaders()) { in ParseDebugThread() 2738 for (auto& shader : pipeline->GetShaders()) { in ParseDebugThread()
|
/external/deqp-deps/amber/src/vulkan/ |
D | engine_vulkan.cc | 142 for (const auto& shader_info : pipeline->GetShaders()) { in CreatePipeline() 193 for (const auto& shader_info : pipeline->GetShaders()) { in CreatePipeline() 316 for (auto& shader_info : pipeline->GetShaders()) { in SetShader()
|
/external/deqp-deps/amber/src/vkscript/ |
D | parser.cc | 135 shader->SetName("vk_shader_" + std::to_string(script_->GetShaders().size())); in ProcessShaderBlock()
|
/external/deqp-deps/amber/docs/ |
D | engines.md | 74 The shaders can be retrieved with `GetShaders`. The shader information provides
|
/external/deqp-deps/amber/src/dawn/ |
D | engine_dawn.cc | 803 for (const auto& shader_info : pipeline->GetShaders()) { in CreatePipeline() 967 for (const auto& shader_info : render_pipeline.pipeline->GetShaders()) { in CreateRenderPipelineDescriptor()
|