OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:matrixRows
(Results
1 - 3
of
3
) sorted by null
/prebuilts/ndk/r13/sources/third_party/shaderc/third_party/glslang/glslang/MachineIndependent/
parseConst.cpp
49
matrixCols(0),
matrixRows
(0) { index = 0; tOp = EOpNull; }
64
int
matrixRows
;
94
matrixRows
= node->getType().getMatrixRows();
113
matrixRows
= 0;
162
for (int r = 0; r <
matrixRows
; ++r) {
163
int targetOffset = index + c *
matrixRows
+ r;
181
if (i == startIndex || (i - startIndex) % (
matrixRows
+ 1) == 0 )
ParseHelper.cpp
[
all
...]
/prebuilts/ndk/r13/sources/third_party/shaderc/third_party/glslang/glslang/Include/
Types.h
985
int
matrixRows
: 4;
994
matrixRows
= 0;
1018
matrixRows
= 0;
1025
matrixRows
= r;
1050
basicType(t), vectorSize(vs), matrixCols(mc),
matrixRows
(mr), vector1(isVector && vs == 1),
1060
basicType(t), vectorSize(vs), matrixCols(mc),
matrixRows
(mr), vector1(isVector && vs == 1),
1072
vectorSize(p.vectorSize), matrixCols(p.matrixCols),
matrixRows
(p.
matrixRows
), vector1(false),
[
all
...]
Completed in 52 milliseconds