Home
last modified time | relevance | path

Searched refs:getGeometryShaderInvocations (Results 1 – 25 of 27) sorted by relevance

12

/third_party/skia/third_party/externals/angle2/src/libANGLE/
DShader.h111 Optional<GLint> getGeometryShaderInvocations() const { return mGeometryShaderInvocations; } in getGeometryShaderInvocations() function
230 int getGeometryShaderInvocations();
DProgramExecutable.h309 int getGeometryShaderInvocations() const { return mGeometryShaderInvocations; } in getGeometryShaderInvocations() function
DShader.cpp776 int Shader::getGeometryShaderInvocations() in getGeometryShaderInvocations() function in gl::Shader
DProgram.h699 GLint getGeometryShaderInvocations() const;
DProgram.cpp2154 GLint Program::getGeometryShaderInvocations() const in getGeometryShaderInvocations() function in gl::Program
2157 return mState.mExecutable->getGeometryShaderInvocations(); in getGeometryShaderInvocations()
3376 geometryShader->getGeometryShaderInvocations(); in linkValidateShaders()
/third_party/skia/third_party/externals/angle2/src/compiler/translator/
DTranslatorESSL.cpp88 sink, getGeometryShaderInputPrimitiveType(), getGeometryShaderInvocations(), in translate()
DTranslatorGLSL.cpp207 sink, getGeometryShaderInputPrimitiveType(), getGeometryShaderInvocations(), in translate()
DCompiler.h155 int getGeometryShaderInvocations() const { return mGeometryShaderInvocations; } in getGeometryShaderInvocations() function
DShaderLang.cpp844 return compiler->getGeometryShaderInvocations(); in GetGeometryShaderInvocations()
DParseContext.h466 int getGeometryShaderInvocations() const in getGeometryShaderInvocations() function
DTranslatorMetalDirect.cpp1009 sink, getGeometryShaderInputPrimitiveType(), getGeometryShaderInvocations(), in translateImpl()
DCompiler.cpp568 mGeometryShaderInvocations = parseContext.getGeometryShaderInvocations(); in setASTMetadata()
DTranslatorVulkan.cpp1253 sink, getGeometryShaderInputPrimitiveType(), getGeometryShaderInvocations(), in translateImpl()
DBuildSPIRV.cpp2210 {spirv::LiteralInteger(mCompiler->getGeometryShaderInvocations())}); in writeExecutionModes()
/third_party/flutter/skia/third_party/externals/angle2/src/compiler/translator/
DTranslatorESSL.cpp95 sink, getGeometryShaderInputPrimitiveType(), getGeometryShaderInvocations(), in translate()
DTranslatorGLSL.cpp205 sink, getGeometryShaderInputPrimitiveType(), getGeometryShaderInvocations(), in translate()
DCompiler.h134 int getGeometryShaderInvocations() const { return mGeometryShaderInvocations; } in getGeometryShaderInvocations() function
DShaderLang.cpp659 return compiler->getGeometryShaderInvocations(); in GetGeometryShaderInvocations()
DParseContext.h449 int getGeometryShaderInvocations() const in getGeometryShaderInvocations() function
DCompiler.cpp481 mGeometryShaderInvocations = parseContext.getGeometryShaderInvocations(); in setASTMetadata()
/third_party/flutter/skia/third_party/externals/angle2/src/libANGLE/
DShader.h187 int getGeometryShaderInvocations();
DShader.cpp665 int Shader::getGeometryShaderInvocations() in getGeometryShaderInvocations() function in gl::Shader
DProgram.h853 GLint getGeometryShaderInvocations() const;
DProgram.cpp1965 GLint Program::getGeometryShaderInvocations() const in getGeometryShaderInvocations() function in gl::Program
2892 mState.mGeometryShaderInvocations = geometryShader->getGeometryShaderInvocations(); in linkValidateShaders()
/third_party/skia/third_party/externals/angle2/src/libANGLE/capture/
Dframe_capture_utils.cpp920 if (shaderState.getGeometryShaderInvocations().valid()) in SerializeShaderState()
923 shaderState.getGeometryShaderInvocations().value()); in SerializeShaderState()

12