/third_party/skia/third_party/externals/angle2/src/libANGLE/ |
D | Shader.h | 111 Optional<GLint> getGeometryShaderInvocations() const { return mGeometryShaderInvocations; } in getGeometryShaderInvocations() function 230 int getGeometryShaderInvocations();
|
D | ProgramExecutable.h | 309 int getGeometryShaderInvocations() const { return mGeometryShaderInvocations; } in getGeometryShaderInvocations() function
|
D | Shader.cpp | 776 int Shader::getGeometryShaderInvocations() in getGeometryShaderInvocations() function in gl::Shader
|
D | Program.h | 699 GLint getGeometryShaderInvocations() const;
|
D | Program.cpp | 2154 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/ |
D | TranslatorESSL.cpp | 88 sink, getGeometryShaderInputPrimitiveType(), getGeometryShaderInvocations(), in translate()
|
D | TranslatorGLSL.cpp | 207 sink, getGeometryShaderInputPrimitiveType(), getGeometryShaderInvocations(), in translate()
|
D | Compiler.h | 155 int getGeometryShaderInvocations() const { return mGeometryShaderInvocations; } in getGeometryShaderInvocations() function
|
D | ShaderLang.cpp | 844 return compiler->getGeometryShaderInvocations(); in GetGeometryShaderInvocations()
|
D | ParseContext.h | 466 int getGeometryShaderInvocations() const in getGeometryShaderInvocations() function
|
D | TranslatorMetalDirect.cpp | 1009 sink, getGeometryShaderInputPrimitiveType(), getGeometryShaderInvocations(), in translateImpl()
|
D | Compiler.cpp | 568 mGeometryShaderInvocations = parseContext.getGeometryShaderInvocations(); in setASTMetadata()
|
D | TranslatorVulkan.cpp | 1253 sink, getGeometryShaderInputPrimitiveType(), getGeometryShaderInvocations(), in translateImpl()
|
D | BuildSPIRV.cpp | 2210 {spirv::LiteralInteger(mCompiler->getGeometryShaderInvocations())}); in writeExecutionModes()
|
/third_party/flutter/skia/third_party/externals/angle2/src/compiler/translator/ |
D | TranslatorESSL.cpp | 95 sink, getGeometryShaderInputPrimitiveType(), getGeometryShaderInvocations(), in translate()
|
D | TranslatorGLSL.cpp | 205 sink, getGeometryShaderInputPrimitiveType(), getGeometryShaderInvocations(), in translate()
|
D | Compiler.h | 134 int getGeometryShaderInvocations() const { return mGeometryShaderInvocations; } in getGeometryShaderInvocations() function
|
D | ShaderLang.cpp | 659 return compiler->getGeometryShaderInvocations(); in GetGeometryShaderInvocations()
|
D | ParseContext.h | 449 int getGeometryShaderInvocations() const in getGeometryShaderInvocations() function
|
D | Compiler.cpp | 481 mGeometryShaderInvocations = parseContext.getGeometryShaderInvocations(); in setASTMetadata()
|
/third_party/flutter/skia/third_party/externals/angle2/src/libANGLE/ |
D | Shader.h | 187 int getGeometryShaderInvocations();
|
D | Shader.cpp | 665 int Shader::getGeometryShaderInvocations() in getGeometryShaderInvocations() function in gl::Shader
|
D | Program.h | 853 GLint getGeometryShaderInvocations() const;
|
D | Program.cpp | 1965 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/ |
D | frame_capture_utils.cpp | 920 if (shaderState.getGeometryShaderInvocations().valid()) in SerializeShaderState() 923 shaderState.getGeometryShaderInvocations().value()); in SerializeShaderState()
|