Searched refs:LAYOUT_ROW_MAJOR (Results 1 – 8 of 8) sorted by relevance
/external/deqp/modules/gles31/functional/ |
D | es31fSSBOLayoutCase.hpp | 51 LAYOUT_ROW_MAJOR = (1<<4), enumerator 53 …LAYOUT_MASK = LAYOUT_SHARED|LAYOUT_PACKED|LAYOUT_STD140|LAYOUT_STD430|LAYOUT_ROW_MAJOR|LAYOUT_CO…
|
D | es31fSSBOLayoutCase.cpp | 82 { 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()
|
D | es31fUniformBlockTests.cpp | 180 { "row_major", LAYOUT_ROW_MAJOR }, in init()
|
D | es31fSSBOLayoutTests.cpp | 149 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/ |
D | glsUniformBlockCase.hpp | 54 LAYOUT_ROW_MAJOR = (1<<6), enumerator 56 LAYOUT_MASK = LAYOUT_SHARED|LAYOUT_PACKED|LAYOUT_STD140|LAYOUT_ROW_MAJOR|LAYOUT_COLUMN_MAJOR,
|
D | glsRandomUniformBlockCase.cpp | 111 static const deUint32 matrixCandidates[] = { 0, LAYOUT_ROW_MAJOR, LAYOUT_COLUMN_MAJOR }; in generateBlock()
|
D | glsUniformBlockCase.cpp | 94 { 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/ |
D | es3fUniformBlockTests.cpp | 392 { "row_major", LAYOUT_ROW_MAJOR }, in init()
|