Home
last modified time | relevance | path

Searched refs:DeriveOptions (Results 1 – 4 of 4) sorted by relevance

/external/deqp-deps/glslang/gtests/
DTestFixture.h85 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);
DLink.FromFile.cpp51 const EShMessages controls = DeriveOptions(Source::GLSL, Semantics::OpenGL, Target::AST); in TEST_P()
DLink.FromFile.Vk.cpp51 const EShMessages controls = DeriveOptions(Source::GLSL, Semantics::Vulkan, Target::AST); in TEST_P()
DTestFixture.cpp87 EShMessages DeriveOptions(Source source, Semantics semantics, Target target) in DeriveOptions() function