Home
last modified time | relevance | path

Searched refs:LAYOUT_ROW_MAJOR (Results 1 – 8 of 8) sorted by relevance

/external/deqp/modules/gles31/functional/
Des31fSSBOLayoutCase.hpp51 LAYOUT_ROW_MAJOR = (1<<4), enumerator
53 …LAYOUT_MASK = LAYOUT_SHARED|LAYOUT_PACKED|LAYOUT_STD140|LAYOUT_STD430|LAYOUT_ROW_MAJOR|LAYOUT_CO…
Des31fSSBOLayoutCase.cpp82 { LAYOUT_ROW_MAJOR, "row_major" }, in operator <<()
381 const bool isRowMajor = !!(layoutFlags & LAYOUT_ROW_MAJOR); in computeStd140BaseAlignment()
422 const bool isRowMajor = !!(layoutFlags & LAYOUT_ROW_MAJOR); in computeStd430BaseAlignment()
452 const deUint32 matrixMask = LAYOUT_ROW_MAJOR|LAYOUT_COLUMN_MAJOR; in mergeLayoutFlags()
497 const bool isRowMajor = !!(layoutFlags & LAYOUT_ROW_MAJOR); in computeReferenceLayout()
546 const bool isRowMajor = !!(layoutFlags & LAYOUT_ROW_MAJOR); in computeReferenceLayout()
632 const bool isRowMajor = !!(combinedFlags & LAYOUT_ROW_MAJOR); in computeReferenceLayout()
Des31fUniformBlockTests.cpp180 { "row_major", LAYOUT_ROW_MAJOR }, in init()
Des31fSSBOLayoutTests.cpp149 static const deUint32 matrixCandidates[] = { 0, LAYOUT_ROW_MAJOR, LAYOUT_COLUMN_MAJOR }; in generateBlock()
788 { "row_major", LAYOUT_ROW_MAJOR }, in init()
/external/deqp/modules/glshared/
DglsUniformBlockCase.hpp54 LAYOUT_ROW_MAJOR = (1<<6), enumerator
56 LAYOUT_MASK = LAYOUT_SHARED|LAYOUT_PACKED|LAYOUT_STD140|LAYOUT_ROW_MAJOR|LAYOUT_COLUMN_MAJOR,
DglsRandomUniformBlockCase.cpp111 static const deUint32 matrixCandidates[] = { 0, LAYOUT_ROW_MAJOR, LAYOUT_COLUMN_MAJOR }; in generateBlock()
DglsUniformBlockCase.cpp94 { LAYOUT_ROW_MAJOR, "row_major" }, in operator <<()
424 bool isRowMajor = !!(type.getFlags() & LAYOUT_ROW_MAJOR); in computeStd140BaseAlignment()
456 const deUint32 matrixMask = LAYOUT_ROW_MAJOR|LAYOUT_COLUMN_MAJOR; in mergeLayoutFlags()
487 bool isRowMajor = !!(layoutFlags & LAYOUT_ROW_MAJOR); in computeStd140Layout()
537 bool isRowMajor = !!(layoutFlags & LAYOUT_ROW_MAJOR); in computeStd140Layout()
/external/deqp/modules/gles3/functional/
Des3fUniformBlockTests.cpp392 { "row_major", LAYOUT_ROW_MAJOR }, in init()