Home
last modified time | relevance | path

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

/external/angle/src/tests/perf_tests/
DCompilerPerf.cpp167 struct CompilerParameters struct
169 CompilerParameters() { output = SH_HLSL_4_1_OUTPUT; } in CompilerParameters() function
171 CompilerParameters(ShShaderOutput output) : output(output) {} in CompilerParameters() argument
192 bool IsPlatformAvailable(const CompilerParameters &param) in IsPlatformAvailable()
222 struct CompilerPerfParameters final : public CompilerParameters
227 : CompilerParameters(output), shaderSource(shaderSource) in CompilerPerfParameters()
231 testId += CompilerParameters::str(); in CompilerPerfParameters()