Home
last modified time | relevance | path

Searched defs:numComponents (Results 1 – 24 of 24) sorted by relevance

/third_party/flutter/skia/third_party/externals/angle2/src/compiler/translator/
DblocklayoutHLSL.cpp67 int numComponents = gl::VariableComponentCount(type); in getBlockLayoutInfo() local
99 const int numComponents = gl::MatrixComponentCount(type, isRowMajorMatrix); in advanceOffset() local
DStructureHLSL.cpp127 const int numComponents = gl::VariableComponentCount(glType); in prePadding() local
175 int numComponents = 0; in postPaddingString() local
Dblocklayout.h69 constexpr size_t ComponentAlignment(size_t numComponents) in ComponentAlignment()
Dblocklayout.cpp150 size_t numComponents = static_cast<size_t>(gl::VariableColumnCount(flippedType)); in GetStd430BaseAlignment() local
280 const size_t numComponents = static_cast<size_t>(gl::VariableComponentCount(type)); in getBlockLayoutInfo() local
/third_party/skia/third_party/externals/angle2/src/compiler/translator/
DblocklayoutHLSL.cpp67 int numComponents = gl::VariableComponentCount(type); in getBlockLayoutInfo() local
99 const int numComponents = gl::MatrixComponentCount(type, isRowMajorMatrix); in advanceOffset() local
DStructureHLSL.cpp148 const int numComponents = gl::VariableComponentCount(glType); in prePadding() local
218 const int numComponents = gl::VariableComponentCount(glType); in postPaddingString() local
240 int numComponents = 0; in postPaddingString() local
Dblocklayout.h66 constexpr size_t ComponentAlignment(size_t numComponents) in ComponentAlignment()
Dblocklayout.cpp158 size_t numComponents = static_cast<size_t>(gl::VariableColumnCount(flippedType)); in GetStd430BaseAlignment() local
323 const size_t numComponents = static_cast<size_t>(gl::VariableComponentCount(type)); in getBlockLayoutInfo() local
/third_party/skia/src/sfnt/
DSkOTTable_EBDT.h95 SK_OT_USHORT numComponents; // Number of components member
101 SK_OT_USHORT numComponents; // Number of components member
/third_party/flutter/skia/src/sfnt/
DSkOTTable_EBDT.h95 SK_OT_USHORT numComponents; // Number of components member
101 SK_OT_USHORT numComponents; // Number of components member
/third_party/flutter/skia/third_party/externals/sfntly/java/src/com/google/typography/font/sfntly/table/bitmap/
DCompositeBitmapGlyph.java104 public int numComponents() { in numComponents() method in CompositeBitmapGlyph
/third_party/skia/third_party/externals/sfntly/java/src/com/google/typography/font/sfntly/table/bitmap/
DCompositeBitmapGlyph.java104 public int numComponents() { in numComponents() method in CompositeBitmapGlyph
/third_party/flutter/skia/src/images/
DSkJpegEncoder.cpp80 int numComponents = 0; in setParams() local
/third_party/skia/src/images/
DSkJpegEncoder.cpp80 int numComponents = 0; in setParams() local
/third_party/flutter/skia/third_party/externals/angle2/src/libANGLE/renderer/
Dcopyvertex.inc.h51 size_t numComponents = (lastNonAlphaOutputComponent - inputComponentCount); in CopyNativeVertexData() local
/third_party/skia/third_party/externals/angle2/src/tests/gl_tests/
DBufferDataTest.cpp414 const uint32_t numComponents = 3; in TEST_P() local
489 const uint32_t numComponents = 3; in TEST_P() local
DTextureTest.cpp7629 int numComponents; in testFloatTextureLinear() local
/third_party/skia/third_party/externals/swiftshader/src/Pipeline/
DSpirvShaderArithmetic.cpp534 SIMD::Float SpirvShader::Dot(unsigned numComponents, Operand const &x, Operand const &y) const in Dot()
DSamplerCore.cpp147 int numComponents = (function == Gather) ? 4 : textureComponentCount(); in sampleTexture() local
/third_party/skia/third_party/externals/angle2/src/libANGLE/renderer/
Dcopyvertex.inc.h51 size_t numComponents = (lastNonAlphaOutputComponent - inputComponentCount); in CopyNativeVertexData() local
/third_party/skia/third_party/externals/spirv-tools/source/val/
Dvalidate_decorations.cpp189 const auto numComponents = words[3]; in getBaseAlignment() local
294 const auto numComponents = words[3]; in getSize() local
/third_party/skia/third_party/externals/swiftshader/third_party/SPIRV-Tools/source/val/
Dvalidate_decorations.cpp189 const auto numComponents = words[3]; in getBaseAlignment() local
294 const auto numComponents = words[3]; in getSize() local
/third_party/skia/third_party/externals/dng_sdk/source/
Ddng_lossless_jpeg.cpp323 int16 numComponents; member
/third_party/skia/third_party/externals/swiftshader/src/OpenGL/compiler/
DOutputASM.cpp368 const size_t numComponents = type.getElementSize(); in getBlockLayoutInfo() local