Home
last modified time | relevance | path

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

/aosp_15_r20/external/angle/samples/shader_translator/
H A Dshader_translator.cpp253 compileOptions.selectViewInNvGLSLVertexShader = true; in main()
343 compileOptions.selectViewInNvGLSLVertexShader = false; in main()
/aosp_15_r20/external/angle/src/compiler/translator/tree_ops/
H A DDeclareAndInitBuiltinsForInstancedMultiview.cpp142 const bool selectView = compileOptions.selectViewInNvGLSLVertexShader; in DeclareAndInitBuiltinsForInstancedMultiview()
/aosp_15_r20/external/angle/src/compiler/fuzz/
H A Dtranslator_fuzzer.cpp106 options.useUnusedStandardSharedBlocks || options.selectViewInNvGLSLVertexShader; in LLVMFuzzerTestOneInput()
/aosp_15_r20/external/angle/src/libANGLE/renderer/gl/
H A DShaderGL.cpp222 options->selectViewInNvGLSLVertexShader = true; in compile()
/aosp_15_r20/external/angle/src/tests/compiler_tests/
H A DOVR_multiview2_test.cpp135 mMultiviewCompileOptions.selectViewInNvGLSLVertexShader = true;
H A DOVR_multiview_test.cpp132 mMultiviewCompileOptions.selectViewInNvGLSLVertexShader = true;
H A DCollectVariables_test.cpp1044 compileOptions.selectViewInNvGLSLVertexShader = true; in TEST_F()
/aosp_15_r20/external/angle/include/GLSLANG/
H A DShaderLang.h318 uint64_t selectViewInNvGLSLVertexShader : 1; member
/aosp_15_r20/external/angle/src/compiler/translator/glsl/
H A DOutputGLSLBase.cpp1577 if (isVertexShader && compileOptions.selectViewInNvGLSLVertexShader) in EmitMultiviewGLSL()