Home
Sort by
last modified time
|
relevance
|
path
Repository(s)
applications
arkcompiler
base
build
commonlibrary
developtools
device
docs
domains
drivers
foundation
ide
interface
kernel
napi_generator
productdefine
test
third_party
vendor
select all
invert selection
clear
Full Search
Search through all text tokens(words,strings,identifiers,numbers) in index.
Definition
Only finds symbol definitions(where e.g a variable(function,...) is defined).
Symbol
Only finds symbol(e.g. methods classes,function,variables).
File Path
Path of the source file(use "/").If you want just exact path,enclose it in "".Source files end with: .jar/.bz2/.a/.h/.java...
History
History log comments.
Type
Any
Bzip(2)
C
Clojure
C#
C++
ELF
Erlang
Image file
Fortran
Golang
GZIP
Haskell
Jar
Java
Java class
JavaScript
Lisp
Lua
Pascal
Perl
PHP
Plain Text
PL/SQL
Python
Rust
Scala
Shell script
SQL
Tar
Tcl
Troff
UUEncoded
Visual Basic
XML
Zip
Type of analyzer used to filter file types include with selected(e.g. just C sources).
Help
Searched
defs:numCols
(Results
1 - 25
of
54
) sorted by relevance
1
2
3
/third_party/skia/third_party/externals/angle2/src/common/
H
A
D
matrix_utils.h
30
Matrix(const std::vector<T> &elements, const unsigned int numRows, const unsigned int
numCols
)
in Matrix()
argument
/third_party/skia/gm/
H
A
D
sharedcorners.cpp
45
constexpr int
numCols
= (1 + SK_ARRAY_COUNT(kJitters)) * 2;
variable
/third_party/skia/third_party/externals/sfntly/java/src/com/google/typography/font/tools/fontinfo/
H
A
D
DataDisplayTable.java
21
private int
numCols
;
field in DataDisplayTable
[all...]
/third_party/glslang/glslang/MachineIndependent/
H
A
D
Constant.cpp
1273
int
numCols
= children[1]->getAsConstantUnion()->getType().computeNumComponents();
in fold()
local
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/tessellation/
H
A
D
vktTessellationPrimitiveDiscardTests.cpp
118
const int
numCols
= intPow(numChoices, 6/2); // sqrt(numChoices**6) == sqrt(number of primitives)
in genAttributes()
local
/third_party/skia/third_party/externals/angle2/src/compiler/translator/tree_ops/
H
A
D
ConvertUnsupportedConstructorsToFunctionCalls.cpp
127
const int
numCols
= type.getNominalSize();
in AppendMatrixFromScalarArgument()
local
/third_party/skia/third_party/externals/swiftshader/src/Pipeline/
H
A
D
SpirvShaderArithmetic.cpp
114
auto
numCols
= rhs.componentCount;
in EmitOuterProduct()
local
133
auto
numCols
= type.definition.word(3);
in EmitTranspose()
local
/third_party/vk-gl-cts/modules/gles31/functional/
H
A
D
es31fSeparateShaderTests.cpp
127
const int
numCols
= rnd.getInt(2, 4), numRows = rnd.getInt(2, 4);
in randomType()
local
/third_party/vk-gl-cts/external/vulkancts/modules_no_buildgn/vulkan/tessellation/
H
A
D
vktTessellationPrimitiveDiscardTests.cpp
118
const int
numCols
= intPow(numChoices, 6/2); // sqrt(numChoices**6) == sqrt(number of primitives)
in genAttributes()
local
/third_party/vk-gl-cts/framework/opengl/
H
A
D
gluShaderUtil.cpp
1043
DataType getDataTypeMatrix (int
numCols
, int numRows)
in getDataTypeMatrix()
argument
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/fragment_ops/
H
A
D
vktFragmentOperationsScissorMultiViewportTests.cpp
142
const int
numCols
= deCeilFloatToInt32(deFloatSqrt(static_cast<float>(numScissors)));
in generateScissors()
local
/third_party/vk-gl-cts/external/vulkancts/modules_no_buildgn/vulkan/fragment_ops/
H
A
D
vktFragmentOperationsScissorMultiViewportTests.cpp
142
const int
numCols
= deCeilFloatToInt32(deFloatSqrt(static_cast<float>(numScissors)));
in generateScissors()
local
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/shaderrender/
H
A
D
vktShaderRenderIndexingTests.cpp
923
int
numCols
= getDataTypeMatrixNumColumns(varType);
in createMatrixSubscriptCase()
local
989
op << " for (int i = 0; i < " <<
numCols
<< "; i++)\\n";
createMatrixSubscriptCase()
local
1023
op << " for (int i = 0; i < " <<
numCols
<< "; i++)\\n";
createMatrixSubscriptCase()
local
[all...]
/third_party/vk-gl-cts/external/openglcts/modules/common/
H
A
D
glcShaderIndexingTests.cpp
972
int
numCols
= getDataTypeMatrixNumColumns(varType);
in createMatrixSubscriptCase()
local
1048
op << " for (int i = 0; i < " <<
numCols
<< "; i++)\\n";
createMatrixSubscriptCase()
local
1088
op << " for (int i = 0; i < " <<
numCols
<< "; i++)\\n";
createMatrixSubscriptCase()
local
[all...]
H
A
D
glcShaderLibraryCase.cpp
428
int
numCols
= getDataTypeMatrixNumColumns(dataType);
in execute()
local
1035
int
numCols
= getDataTypeMatrixNumColumns(dataType);
in dumpValues()
local
/third_party/vk-gl-cts/modules/gles3/functional/
H
A
D
es3fPrimitiveRestartTests.cpp
315
const int
numCols
= 4;
in init()
local
382
const int
numCols
= 4;
in init()
local
[all...]
H
A
D
es3fShaderIndexingTests.cpp
809
int
numCols
= getDataTypeMatrixNumColumns(varType);
in createMatrixSubscriptCase()
local
876
op << " for (int i = 0; i < " <<
numCols
<< "; i++)\\n";
createMatrixSubscriptCase()
local
910
op << " for (int i = 0; i < " <<
numCols
<< "; i++)\\n";
createMatrixSubscriptCase()
local
[all...]
/third_party/vk-gl-cts/external/vulkancts/modules_no_buildgn/vulkan/shaderrender/
H
A
D
vktShaderRenderIndexingTests.cpp
930
int
numCols
= getDataTypeMatrixNumColumns(varType);
in createMatrixSubscriptCase()
local
996
op << " for (int i = 0; i < " <<
numCols
<< "; i++)\\n";
createMatrixSubscriptCase()
local
1030
op << " for (int i = 0; i < " <<
numCols
<< "; i++)\\n";
createMatrixSubscriptCase()
local
[all...]
/third_party/icu/icu4c/source/common/
H
A
D
rbbitblb.cpp
1155
int32_t
numCols
= fRB->fSetBuilder->getNumCharCategories();
in findDuplCharClassFrom()
local
1202
int32_t
numCols
= fRB->fSetBuilder->getNumCharCategories();
in findDuplicateState()
local
1241
int32_t
numCols
= firstRow->length();
in findDuplicateSafeState()
local
1272
int32_t
numCols
= fRB->fSetBuilder->getNumCharCategories();
in removeState()
local
1299
int32_t
numCols
in removeSafeState()
local
1339
int32_t
numCols
;
getTableSize()
local
1561
int32_t
numCols
;
getSafeTableSize()
local
[all...]
/third_party/node/deps/icu-small/source/common/
H
A
D
rbbitblb.cpp
1140
int32_t
numCols
= fRB->fSetBuilder->getNumCharCategories();
in findDuplCharClassFrom()
local
1187
int32_t
numCols
= fRB->fSetBuilder->getNumCharCategories();
in findDuplicateState()
local
1226
int32_t
numCols
= firstRow->length();
in findDuplicateSafeState()
local
1257
int32_t
numCols
= fRB->fSetBuilder->getNumCharCategories();
in removeState()
local
1284
int32_t
numCols
in removeSafeState()
local
1324
int32_t
numCols
;
getTableSize()
local
1546
int32_t
numCols
;
getSafeTableSize()
local
[all...]
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/draw/
H
A
D
vktDrawShaderLayerTests.cpp
506
const int
numCols
= deCeilFloatToInt32(deFloatSqrt(static_cast<float>(numCells)));
in generateGrid()
local
H
A
D
vktDrawShaderViewportIndexTests.cpp
370
const int
numCols
= deCeilFloatToInt32(deFloatSqrt(static_cast<float>(numCells)));
in generateGrid()
local
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/protected_memory/
H
A
D
vktProtectedMemUtils.cpp
939
const int
numCols
= dst.getWidth() >= 7 ? 7 : dst.getWidth();
in fillWithRandomColorTiles()
local
972
const int
numCols
= dst.getWidth();
in fillWithUniqueColors()
local
/third_party/vk-gl-cts/external/vulkancts/modules_no_buildgn/vulkan/draw/
H
A
D
vktDrawShaderLayerTests.cpp
502
const int
numCols
= deCeilFloatToInt32(deFloatSqrt(static_cast<float>(numCells)));
in generateGrid()
local
H
A
D
vktDrawShaderViewportIndexTests.cpp
370
const int
numCols
= deCeilFloatToInt32(deFloatSqrt(static_cast<float>(numCells)));
in generateGrid()
local
Completed in 32 milliseconds
1
2
3