Home
last modified time | relevance | path

Searched defs:numRows (Results 1 – 25 of 82) sorted by relevance

1234

/third_party/skia/third_party/externals/angle2/src/compiler/translator/
DVariablePacker.cpp134 void VariablePacker::fillColumns(int topRow, int numRows, int column, int numComponentsPerRow) in fillColumns()
145 bool VariablePacker::searchColumn(int column, int numRows, int *destRow, int *destSize) in searchColumn()
280 int numRows = GetVariablePackingRows(variable); in checkExpandedVariablesWithinPackingLimits() local
305 int numRows = GetVariablePackingRows(variable); in checkExpandedVariablesWithinPackingLimits() local
/third_party/skia/third_party/externals/oboe/src/flowgraph/resampler/
DPolyphaseResampler.cpp31 int32_t numRows = mDenominator; in PolyphaseResampler() local
DMultiChannelResampler.cpp130 int32_t numRows, in generateCoefficients()
/third_party/skia/src/codec/
DSkSampler.cpp22 const int numRows = info.height(); in Fill() local
/third_party/vk-gl-cts/modules/gles3/functional/
Des3fPrimitiveRestartTests.cpp286 const int numRows = 20; in init() local
314 const int numRows = 4; in init() local
381 const int numRows = 4; in init() local
423 const int numRows = 3*7; in init() local
/third_party/skia/third_party/externals/swiftshader/src/Pipeline/
DSpirvShaderArithmetic.cpp87 auto numRows = getType(type.definition.word(2)).definition.word(3); in EmitMatrixTimesMatrix() local
113 auto numRows = lhs.componentCount; in EmitOuterProduct() local
134 auto numRows = getType(type.definition.word(2)).componentCount; in EmitTranspose() local
/third_party/skia/gm/
Dsharedcorners.cpp44 constexpr int numRows = 3 * 2; in onISize() local
/third_party/skia/src/images/
DSkImageEncoder.cpp86 bool SkEncoder::encodeRows(int numRows) { in encodeRows()
DSkJpegEncoder.cpp212 bool SkJpegEncoder::onEncodeRows(int numRows) { in onEncodeRows()
DSkPngEncoder.cpp435 bool SkPngEncoder::onEncodeRows(int numRows) { in onEncodeRows()
/third_party/skia/third_party/externals/sfntly/java/src/com/google/typography/font/tools/fontinfo/
DDataDisplayTable.java22 private int numRows; field in DataDisplayTable
/third_party/skia/third_party/externals/angle2/src/common/
Dmatrix_utils.h30 Matrix(const std::vector<T> &elements, const unsigned int numRows, const unsigned int numCols) in Matrix()
/third_party/vk-gl-cts/framework/opengl/
DgluShaderUtil.cpp1043 DataType getDataTypeMatrix (int numCols, int numRows) in getDataTypeMatrix()
/third_party/vk-gl-cts/modules/gles2/scripts/
Dgen-conversions.py99 def combineMat(numCols, numRows, comps): argument
/third_party/skia/third_party/externals/angle2/src/compiler/translator/tree_ops/
DConvertUnsupportedConstructorsToFunctionCalls.cpp128 const int numRows = type.getSecondarySize(); in AppendMatrixFromScalarArgument() local
/third_party/vk-gl-cts/external/openglcts/modules/common/
DglcShaderLibraryCase.cpp429 int numRows = getDataTypeMatrixNumRows(dataType); in execute() local
1034 int numRows = getDataTypeMatrixNumRows(dataType); in dumpValues() local
/third_party/skia/src/gpu/d3d/
DGrD3DGpu.cpp327 UINT* numRows, UINT64* rowSizeInBytes, in copy_compressed_data()
379 SkAutoTMalloc<UINT> numRows(mipLevelCount); in onCreateCompressedTexture() local
1433 UINT numRows; in onClearBackendTexture() local
1538 SkAutoTMalloc<UINT> numRows(mipLevelCount); in onUpdateCompressedBackendTexture() local
/third_party/vk-gl-cts/modules/gles3/scripts/
Dgen-conversions.py102 def combineMat(numCols, numRows, comps): argument
/third_party/skia/third_party/externals/icu/source/common/
Drbbitblb.cpp1332 int32_t numRows; in getTableSize() local
1545 int32_t numRows; in getSafeTableSize() local
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/protected_memory/
DvktProtectedMemUtils.cpp940 const int numRows = dst.getHeight() >= 5 ? 5 : dst.getHeight(); in fillWithRandomColorTiles() local
973 const int numRows = dst.getHeight(); in fillWithUniqueColors() local
/third_party/vk-gl-cts/external/vulkancts/modules_no_buildgn/vulkan/protected_memory/
DvktProtectedMemUtils.cpp940 const int numRows = dst.getHeight() >= 5 ? 5 : dst.getHeight(); in fillWithRandomColorTiles() local
973 const int numRows = dst.getHeight(); in fillWithUniqueColors() local
/third_party/node/deps/icu-small/source/common/
Drbbitblb.cpp1323 int32_t numRows; in getTableSize() local
1545 int32_t numRows; in getSafeTableSize() local
/third_party/icu/icu4c/source/common/
Drbbitblb.cpp1338 int32_t numRows; in getTableSize() local
1560 int32_t numRows; in getSafeTableSize() local
/third_party/glslang/glslang/MachineIndependent/
DConstant.cpp1272 int numRows = numComps; in fold() local
/third_party/vk-gl-cts/external/vulkancts/modules_no_buildgn/vulkan/fragment_ops/
DvktFragmentOperationsScissorMultiViewportTests.cpp143 …const int numRows = deCeilFloatToInt32(static_cast<float>(numScissors) / static_cast<float>(numCo… in generateScissors() local

1234