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

  /external/deqp/modules/gles31/functional/
es31fSSBOLayoutCase.hpp 51 LAYOUT_ROW_MAJOR = (1<<4),
53 LAYOUT_MASK = LAYOUT_SHARED|LAYOUT_PACKED|LAYOUT_STD140|LAYOUT_STD430|LAYOUT_ROW_MAJOR|LAYOUT_COLUMN_MAJOR,
es31fUniformBlockTests.cpp 180 { "row_major", LAYOUT_ROW_MAJOR },
es31fSSBOLayoutCase.cpp 82 { LAYOUT_ROW_MAJOR, "row_major" },
381 const bool isRowMajor = !!(layoutFlags & LAYOUT_ROW_MAJOR);
422 const bool isRowMajor = !!(layoutFlags & LAYOUT_ROW_MAJOR);
452 const deUint32 matrixMask = LAYOUT_ROW_MAJOR|LAYOUT_COLUMN_MAJOR;
497 const bool isRowMajor = !!(layoutFlags & LAYOUT_ROW_MAJOR);
546 const bool isRowMajor = !!(layoutFlags & LAYOUT_ROW_MAJOR);
632 const bool isRowMajor = !!(combinedFlags & LAYOUT_ROW_MAJOR);
    [all...]
es31fSSBOLayoutTests.cpp 149 static const deUint32 matrixCandidates[] = { 0, LAYOUT_ROW_MAJOR, LAYOUT_COLUMN_MAJOR };
788 { "row_major", LAYOUT_ROW_MAJOR },
    [all...]
  /external/deqp/modules/glshared/
glsUniformBlockCase.hpp 54 LAYOUT_ROW_MAJOR = (1<<6),
56 LAYOUT_MASK = LAYOUT_SHARED|LAYOUT_PACKED|LAYOUT_STD140|LAYOUT_ROW_MAJOR|LAYOUT_COLUMN_MAJOR,
glsRandomUniformBlockCase.cpp 111 static const deUint32 matrixCandidates[] = { 0, LAYOUT_ROW_MAJOR, LAYOUT_COLUMN_MAJOR };
glsUniformBlockCase.cpp 94 { LAYOUT_ROW_MAJOR, "row_major" },
424 bool isRowMajor = !!(type.getFlags() & LAYOUT_ROW_MAJOR);
456 const deUint32 matrixMask = LAYOUT_ROW_MAJOR|LAYOUT_COLUMN_MAJOR;
487 bool isRowMajor = !!(layoutFlags & LAYOUT_ROW_MAJOR);
537 bool isRowMajor = !!(layoutFlags & LAYOUT_ROW_MAJOR);
    [all...]
  /external/deqp/modules/gles3/functional/
es3fUniformBlockTests.cpp 392 { "row_major", LAYOUT_ROW_MAJOR },

Completed in 34 milliseconds