OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:EMT
(Results
1 - 2
of
2
) sorted by null
/frameworks/compile/slang/
slang_rs_export_type.cpp
[
all
...]
slang_rs_reflection.cpp
88
static const char *GetMatrixTypeName(const RSExportMatrixType *
EMT
) {
94
unsigned Dim =
EMT
->getDim();
97
return MatrixTypeJavaNameMap[
EMT
->getDim() - 2 ];
253
const RSExportMatrixType *
EMT
= static_cast<const RSExportMatrixType *>(ET);
254
switch (
EMT
->getDim()) {
[
all
...]
Completed in 189 milliseconds