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);
460 EShMessages controls = DeriveOptions(source, semantics, target);
493 EShMessages controls = DeriveOptions(source, semantics, target);
520 const EShMessages controls = DeriveOptions(source, semantics, target);
554 const EShMessages controls = DeriveOptions(source, semantics, target); in loadFileCompileIoMapAndCheck()
585 const EShMessages controls = DeriveOptions(source, semantics, target);
612 const EShMessages controls = DeriveOptions(source, semantics, target);
690 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.cpp85 EShMessages DeriveOptions(Source source, Semantics semantics, Target target) in DeriveOptions() function