Home
last modified time | relevance | path

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

/aosp_15_r20/external/angle/src/tests/compiler_tests/
H A DInitOutputVariables_test.cpp194 mCompileOptions.initOutputVariables = true; in SetUp()
226 InitOutputVariablesWebGL1FragmentShaderTest() { mCompileOptions.initOutputVariables = true; } in InitOutputVariablesWebGL1FragmentShaderTest()
243 mCompileOptions.initOutputVariables = true; in InitOutputVariablesVertexShaderClipDistanceTest()
H A DShCompile_test.cpp44 options.initOutputVariables = true; in testCompile()
/aosp_15_r20/external/angle/src/tests/perf_tests/
H A DCompilerPerf.cpp309 compileOptions.initOutputVariables = true; in step()
/aosp_15_r20/external/angle/src/libANGLE/renderer/vulkan/
H A DShaderVk.cpp40 options->initOutputVariables = true; in compile()
/aosp_15_r20/external/angle/src/libANGLE/renderer/metal/
H A DShaderMtl.mm73 options->initOutputVariables = true;
/aosp_15_r20/external/angle/src/libANGLE/renderer/gl/
H A DShaderGL.cpp133 options->initOutputVariables = true; in compile()
/aosp_15_r20/external/angle/include/GLSLANG/
H A DShaderLang.h234 uint64_t initOutputVariables : 1; member
/aosp_15_r20/external/angle/src/libANGLE/
H A DShader.cpp692 options.initOutputVariables = true; in compile()
/aosp_15_r20/external/angle/src/compiler/translator/
H A DCompiler.cpp1176 compileOptions.initOutputVariables && mShaderType != GL_COMPUTE_SHADER; in checkAndSimplifyAST()