/third_party/skia/third_party/externals/angle2/src/libANGLE/ |
D | ProgramExecutable.h | 118 void save(bool isSeparable, gl::BinaryOutputStream *stream) const; 119 void load(bool isSeparable, gl::BinaryInputStream *stream); 349 bool isSeparable,
|
D | ProgramLinkedResources.cpp | 697 bool isSeparable, in LinkValidateVaryings() argument 715 bool validatePrecision = isSeparable && (shaderVersion > 100); in LinkValidateVaryings() 749 bool isSeparable, in DoShaderVariablesMatch() argument 779 isSeparable, &mismatchedStructFieldName); in DoShaderVariablesMatch() 1665 bool isSeparable, in LinkValidateShaderInterfaceMatching() argument 1677 if (isSeparable && filteredInputVaryings.size() < filteredOutputVaryings.size()) in LinkValidateShaderInterfaceMatching() 1684 if (isSeparable && filteredInputVaryings.size() > filteredOutputVaryings.size()) in LinkValidateShaderInterfaceMatching() 1699 *output, isSeparable, infoLog)) in LinkValidateShaderInterfaceMatching()
|
D | ProgramExecutable.cpp | 284 void ProgramExecutable::load(bool isSeparable, gl::BinaryInputStream *stream) in load() argument 485 if (isSeparable) in load() 514 void ProgramExecutable::save(bool isSeparable, gl::BinaryOutputStream *stream) const in save() argument 670 if (isSeparable) in save() 916 bool isSeparable, in linkMergedVaryings() argument 957 transformFeedbackVaryingNames, isSeparable)) in linkMergedVaryings()
|
D | ProgramLinkedResources.h | 289 bool isSeparable,
|
D | Program.h | 356 bool isSeparable() const { return mSeparable; } in isSeparable() function 493 bool isSeparable() const;
|
D | Program.cpp | 1530 if (cache && !isSeparable()) in linkImpl() 1663 isSeparable(), &resources.varyingPacking)) in linkImpl() 1734 if (cache && !isSeparable() && in resolveLinkImpl() 2022 bool Program::isSeparable() const in isSeparable() function in gl::Program 3319 if (!isSeparable() && (!hasVertex || !hasFragment)) in linkValidateShaders() 3328 if (!isSeparable() && (hasTessControl != hasTessEvaluation)) in linkValidateShaders() 3523 currentShader->getShaderVersion(), isSeparable(), infoLog)) in linkVaryings() 4107 if (isSeparable()) in updateSamplerUniform()
|
D | ProgramPipeline.cpp | 625 if (!shaderProgram->isSeparable()) in validate()
|
D | validationES31.cpp | 1898 if (!program->isSeparable()) in ValidateUseProgramStagesBase()
|
D | queryutils.cpp | 1353 *params = program->isSeparable() && program->isLinked(); in QueryProgramiv()
|
/third_party/vk-gl-cts/modules/gles31/functional/ |
D | es31fProgramInterfaceDefinition.hpp | 96 bool isSeparable (void) const;
|
D | es31fProgramInterfaceDefinition.cpp | 485 bool Program::isSeparable (void) const in isSeparable() function in deqp::gles31::Functional::ProgramInterfaceDefinition::Program
|
D | es31fProgramInterfaceDefinitionUtil.cpp | 1714 if (program->isSeparable()) in generateProgramInterfaceProgramSources()
|
/third_party/vk-gl-cts/framework/opengl/ |
D | gluShaderProgram.hpp | 140 bool isSeparable (void) const;
|
D | gluShaderLibrary.cpp | 100 const bool isSeparable = !spec.programs.empty() && spec.programs[0].sources.separable; in isValid() local 147 if (isSeparable) in isValid()
|
D | gluShaderProgram.cpp | 304 bool Program::isSeparable (void) const in isSeparable() function in glu::Program
|
/third_party/flutter/skia/third_party/externals/angle2/src/libANGLE/ |
D | Program.h | 618 bool isSeparable() const;
|
D | queryutils.cpp | 1194 *params = program->isSeparable(); in QueryProgramiv()
|
D | Program.cpp | 1808 bool Program::isSeparable() const in isSeparable() function in gl::Program
|
/third_party/vk-gl-cts/external/openglcts/modules/gl/ |
D | gl4cEnhancedLayoutsTests.hpp | 1127 virtual bool isSeparable(const glw::GLuint test_case_index); 2534 virtual bool isSeparable(const glw::GLuint test_case_index);
|
D | gl4cEnhancedLayoutsTests.cpp | 6190 bool NegativeTestBase::isSeparable(const GLuint /* test_case_index */) in test() function in gl4cts::EnhancedLayouts::NegativeTestBase 6289 if (isSeparable(test_case_index)) in test() 14635 const GLchar* per_vertex = !isSeparable(test_case_index) ? "" : "out gl_PerVertex {\n" in test() 14786 bool VaryingLocationLimitTest::isSeparable(const GLuint test_case_index) in test() function in gl4cts::EnhancedLayouts::VaryingLocationLimitTest
|
/third_party/skia/third_party/externals/angle2/src/libANGLE/capture/ |
D | frame_capture_utils.cpp | 1023 json->addScalar("Separable", programState.isSeparable()); in SerializeProgramState()
|
D | FrameCapture.cpp | 2380 if (program->isSeparable()) in GenerateLinkedProgram()
|