HomeSort by relevance Sort by last modified time
    Searched refs:Dim (Results 1 - 8 of 8) sorted by null

  /frameworks/compile/slang/
slang_rs_spec_table.cpp 33 #define ENUM_RS_MATRIX_DATA_TYPE(x, name, dim) x,
96 unsigned Dim)
97 : RSDataTypeSpec(TypeName, TypePragmaName, Dim * Dim * sizeof(ignore)),
98 mDim(Dim) {
268 // ENUM_RS_MATRIX_TYPE(type, cname, dim)
343 #define ENUM_RS_MATRIX_DATA_TYPE(x, name, dim) \
344 new RSMatrixDataTypeSpec(#x , name, dim),
slang_rs_export_type.h 373 unsigned Dim)
375 mDim(Dim) {
388 unsigned Dim);
slang_rs_export_type.cpp 707 #define ENUM_RS_MATRIX_TYPE(type, cname, dim) \
    [all...]
slang_rs_reflection.cpp 253 unsigned Dim = EMT->getDim();
255 if ((Dim - 2) < (sizeof(MatrixTypeJavaNameMap) / sizeof(const char*)))
    [all...]
  /external/clang/test/SemaTemplate/
member-function-template.cpp 80 template<int Dim> struct X {
  /external/llvm/utils/TableGen/
CodeGenRegisters.cpp 166 unsigned Dim = Indices.size();
168 if (Dim != SubRegs->getSize())
170 if (Dim < 2)
175 SmallVector<SetTheory::RecSet, 4> Lists(Dim);
176 for (unsigned i = 0; i != Dim; ++i) {
195 for (unsigned i = 0; i != Dim; ++i) {
  /external/clang/lib/AST/
MicrosoftMangle.cpp     [all...]
  /external/clang/lib/Sema/
SemaExprCXX.cpp     [all...]

Completed in 220 milliseconds