Compiling HLSL to pre-legalized SPIR-V under Vulkan semantics. Expected to successfully generate both AST and SPIR-V.
| 71 | // Compiling HLSL to pre-legalized SPIR-V under Vulkan semantics. Expected |
| 72 | // to successfully generate both AST and SPIR-V. |
| 73 | TEST_P(HlslCompileTest, FromFile) |
| 74 | { |
| 75 | loadFileCompileAndCheck(GlobalTestSettings.testRoot, GetParam().fileName, |
| 76 | Source::HLSL, Semantics::Vulkan, glslang::EShTargetVulkan_1_0, glslang::EShTargetSpv_1_0, |
| 77 | Target::BothASTAndSpv, true, GetParam().entryPoint); |
| 78 | } |
| 79 | |
| 80 | TEST_P(HlslVulkan1_1CompileTest, FromFile) |
| 81 | { |
nothing calls this directly
no outgoing calls
no test coverage detected