Home
last modified time | relevance | path

Searched defs:usesInout (Results 1 – 3 of 3) sorted by relevance

/aosp_15_r20/external/deqp/external/openglcts/modules/common/
H A DglcShaderLibraryCase.cpp525 const bool usesInout = usesShaderInoutQualifiers(m_targetVersion); in genVertexShader() local
730 const bool usesInout = usesShaderInoutQualifiers(m_targetVersion); in genFragmentShader() local
785 const bool usesInout = usesShaderInoutQualifiers(m_targetVersion); in specializeVertexShader() local
846 const bool usesInout = usesShaderInoutQualifiers(m_targetVersion); in specializeFragmentShader() local
903 const bool usesInout = usesShaderInoutQualifiers(m_targetVersion); in specializeShaders() local
/aosp_15_r20/external/deqp/modules/glshared/
H A DglsShaderLibraryCase.cpp144 const bool usesInout = glslVersionUsesInOutQualifiers(spec.targetVersion); in genVertexShader() local
236 const bool usesInout = glslVersionUsesInOutQualifiers(spec.targetVersion); in genFragmentShader() local
291 const bool usesInout = glslVersionUsesInOutQualifiers(spec.targetVersion); in specializeVertexShader() local
366 const bool usesInout = glslVersionUsesInOutQualifiers(spec.targetVersion); in specializeFragmentShader() local
443 const bool usesInout = glslVersionUsesInOutQualifiers(specParams.caseSpec.targetVersion); in generateVertexSpecialization() local
482 const bool usesInout = glslVersionUsesInOutQualifiers(specParams.caseSpec.targetVersion); in generateFragmentSpecialization() local
H A DglsShaderExecUtil.cpp99 const bool usesInout = glu::glslVersionUsesInOutQualifiers(shaderSpec.version); in generateVertexShader() local