Searched refs:DeriveOptions (Results 1 – 4 of 4) sorted by relevance
/external/deqp-deps/glslang/gtests/ |
D | TestFixture.h | 85 EShMessages DeriveOptions(Source, Semantics, Target); 447 EShMessages controls = DeriveOptions(source, semantics, target); 479 EShMessages controls = DeriveOptions(source, semantics, target); 506 const EShMessages controls = DeriveOptions(source, semantics, target); 540 const EShMessages controls = DeriveOptions(source, semantics, target); in loadFileCompileIoMapAndCheck() 571 const EShMessages controls = DeriveOptions(source, semantics, target); 598 const EShMessages controls = DeriveOptions(source, semantics, target); 676 const EShMessages controls = DeriveOptions(source, semantics, target);
|
D | Link.FromFile.cpp | 51 const EShMessages controls = DeriveOptions(Source::GLSL, Semantics::OpenGL, Target::AST); in TEST_P()
|
D | Link.FromFile.Vk.cpp | 51 const EShMessages controls = DeriveOptions(Source::GLSL, Semantics::Vulkan, Target::AST); in TEST_P()
|
D | TestFixture.cpp | 87 EShMessages DeriveOptions(Source source, Semantics semantics, Target target) in DeriveOptions() function
|