Home
last modified time | relevance | path

Searched refs:totalComponents (Results 1 – 4 of 4) sorted by relevance

/third_party/skia/third_party/externals/angle2/src/libANGLE/
DProgramExecutable.cpp1007 size_t totalComponents = 0; in linkValidateTransformFeedback() local
1073 totalComponents += componentCount; in linkValidateTransformFeedback()
1075 totalComponents > static_cast<GLuint>(caps.maxTransformFeedbackInterleavedComponents)) in linkValidateTransformFeedback()
1077 mInfoLog << "Transform feedback varying total components (" << totalComponents in linkValidateTransformFeedback()
/third_party/skia/third_party/externals/swiftshader/src/OpenGL/libGLESv2/
DProgram.cpp1272 int totalComponents = 0; in applyTransformFeedback() local
1281 baseOffset + (totalComponents * sizeof(float)), in applyTransformFeedback()
1284 totalComponents += rowCount * colCount * size; in applyTransformFeedback()
1439 size_t totalComponents = 0; in linkTransformFeedback() local
1487 totalComponents += componentCount; in linkTransformFeedback()
1515 totalComponents > sw::MAX_TRANSFORM_FEEDBACK_INTERLEAVED_COMPONENTS) in linkTransformFeedback()
1518 totalComponents, sw::MAX_TRANSFORM_FEEDBACK_INTERLEAVED_COMPONENTS); in linkTransformFeedback()
1522 totalLinkedVaryingsComponents = totalComponents; in linkTransformFeedback()
/third_party/flutter/skia/third_party/externals/angle2/src/libANGLE/
DProgram.cpp3685 size_t totalComponents = 0; in linkValidateTransformFeedback() local
3749 totalComponents += componentCount; in linkValidateTransformFeedback()
3751 totalComponents > caps.maxTransformFeedbackInterleavedComponents) in linkValidateTransformFeedback()
3753 infoLog << "Transform feedback varying total components (" << totalComponents in linkValidateTransformFeedback()
/third_party/glslang/glslang/HLSL/
DhlslParseHelper.cpp9621 unsigned totalComponents = 0; in setTextureReturnType() local
9630 totalComponents += memberVectorSize; in setTextureReturnType()
9633 if (totalComponents > 4) { in setTextureReturnType()