Searched refs:DeriveOptions (Results 1 - 6 of 6) sorted by relevance
/third_party/glslang/gtests/ |
H A D | TestFixture.h | 86 EShMessages DeriveOptions(Source, Semantics, Target); 482 EShMessages controls = DeriveOptions(source, semantics, target); in loadFileCompileAndCheck() 516 EShMessages controls = DeriveOptions(source, semantics, target); in loadFileCompileAndCheckWithOptions() 543 const EShMessages controls = DeriveOptions(source, semantics, target); in loadFileCompileFlattenUniformsAndCheck() 577 const EShMessages controls = DeriveOptions(source, semantics, target); in loadFileCompileIoMapAndCheck() 608 const EShMessages controls = DeriveOptions(source, semantics, target); in loadFileCompileRemapAndCheck() 635 const EShMessages controls = DeriveOptions(source, semantics, target); in loadFileRemapAndCheck() 713 const EShMessages controls = DeriveOptions(source, semantics, target); in loadCompileUpgradeTextureToSampledTextureAndDropSamplersAndCheck()
|
H A D | Link.FromFile.cpp | 51 const EShMessages controls = DeriveOptions(Source::GLSL, Semantics::OpenGL, Target::AST); in TEST_P()
|
H A D | Link.FromFile.Vk.cpp | 51 const EShMessages controls = DeriveOptions(Source::GLSL, Semantics::Vulkan, Target::AST); in TEST_P()
|
H A D | TestFixture.cpp | 85 EShMessages DeriveOptions(Source source, Semantics semantics, Target target) in DeriveOptions() function
|
H A D | VkRelaxed.FromFile.cpp | 197 const EShMessages controls = DeriveOptions(Source::GLSL, semantics, Target::BothASTAndSpv); in TEST_P()
|
H A D | GlslMapIO.FromFile.cpp | 241 const EShMessages controls = DeriveOptions(Source::GLSL, semantics, Target::BothASTAndSpv); in TEST_P()
|
Completed in 4 milliseconds