OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:GetNumRows
(Results
1 - 3
of
3
) sorted by null
/external/chromium_org/third_party/angle/src/compiler/translator/
VariablePacker.h
25
static int
GetNumRows
(sh::GLenum type);
VariablePacker.cpp
48
int VariablePacker::
GetNumRows
(sh::GLenum type)
164
if (variable.elementCount() > maxVectors /
GetNumRows
(variable.type)) {
182
topNonFullRow_ +=
GetNumRows
(variable.type) * variable.elementCount();
196
num3ColumnRows +=
GetNumRows
(variable.type) * variable.elementCount();
215
int numRows =
GetNumRows
(variable.type) * variable.elementCount();
237
int numRows =
GetNumRows
(variable.type) * variable.elementCount();
/external/chromium_org/third_party/angle/tests/compiler_tests/
VariablePacker_test.cpp
75
int num_rows = VariablePacker::
GetNumRows
(type);
139
EXPECT_EQ(expectedRows, VariablePacker::
GetNumRows
(type));
Completed in 98 milliseconds