/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/external/vulkancts/modules/vulkan/ssbo/ |
D | vktSSBOLayoutCase.hpp | 42 LAYOUT_ROW_MAJOR = (1<<2), enumerator 45 LAYOUT_MASK = LAYOUT_STD430|LAYOUT_STD140|LAYOUT_ROW_MAJOR|LAYOUT_COLUMN_MAJOR|LAYOUT_SCALAR,
|
D | vktSSBOLayoutCase.cpp | 79 { LAYOUT_ROW_MAJOR, "row_major" }, in operator <<() 335 const bool isRowMajor = !!(layoutFlags & LAYOUT_ROW_MAJOR); in computeStd140BaseAlignment() 376 const bool isRowMajor = !!(layoutFlags & LAYOUT_ROW_MAJOR); in computeStd430BaseAlignment() 413 const bool isRowMajor = !!(layoutFlags & LAYOUT_ROW_MAJOR); in computeRelaxedBlockBaseAlignment() 459 const deUint32 matrixMask = LAYOUT_ROW_MAJOR|LAYOUT_COLUMN_MAJOR; in mergeLayoutFlags() 505 const bool isRowMajor = !!(layoutFlags & LAYOUT_ROW_MAJOR); in computeReferenceLayout() 562 const bool isRowMajor = !!(layoutFlags & LAYOUT_ROW_MAJOR); in computeReferenceLayout() 657 const bool isRowMajor = !!(combinedFlags & LAYOUT_ROW_MAJOR); in computeReferenceLayout()
|
D | vktSSBOLayoutTests.cpp | 171 static const deUint32 matrixCandidates[] = { 0, LAYOUT_ROW_MAJOR, LAYOUT_COLUMN_MAJOR }; in generateBlock() 1123 { "row_major", LAYOUT_ROW_MAJOR }, in init()
|
/external/deqp/external/openglcts/modules/common/ |
D | glcUniformBlockCase.hpp | 49 LAYOUT_ROW_MAJOR = (1 << 6), enumerator 51 …LAYOUT_MASK = LAYOUT_SHARED | LAYOUT_PACKED | LAYOUT_STD140 | LAYOUT_ROW_MAJOR | LAYOUT_COLUMN_M…
|
D | glcUniformBlockCase.cpp | 89 { LAYOUT_ROW_MAJOR, "row_major" }, in operator <<() 395 bool isRowMajor = !!(type.getFlags() & LAYOUT_ROW_MAJOR); in computeStd140BaseAlignment() 428 const deUint32 matrixMask = LAYOUT_ROW_MAJOR | LAYOUT_COLUMN_MAJOR; in mergeLayoutFlags() 460 bool isRowMajor = !!(layoutFlags & LAYOUT_ROW_MAJOR); in computeStd140Layout() 510 bool isRowMajor = !!(layoutFlags & LAYOUT_ROW_MAJOR); in computeStd140Layout()
|
D | glcUniformBlockTests.cpp | 158 static const deUint32 matrixCandidates[] = { 0, LAYOUT_ROW_MAJOR, LAYOUT_COLUMN_MAJOR }; in generateBlock() 908 } matrixFlags[] = { { "row_major", LAYOUT_ROW_MAJOR }, { "column_major", LAYOUT_COLUMN_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/external/vulkancts/modules/vulkan/ubo/ |
D | vktUniformBlockCase.hpp | 51 LAYOUT_ROW_MAJOR = (1<<6), enumerator 56 …YOUT_SHARED|LAYOUT_PACKED|LAYOUT_STD140|LAYOUT_STD430|LAYOUT_SCALAR|LAYOUT_ROW_MAJOR|LAYOUT_COLUMN…
|
D | vktUniformBlockCase.cpp | 296 { LAYOUT_ROW_MAJOR, "row_major" }, in operator <<() 420 const bool isRowMajor = !!(layoutFlags & LAYOUT_ROW_MAJOR); in computeStd140BaseAlignment() 461 const bool isRowMajor = !!(layoutFlags & LAYOUT_ROW_MAJOR); in computeStd430BaseAlignment() 498 const bool isRowMajor = !!(layoutFlags & LAYOUT_ROW_MAJOR); in computeRelaxedBlockBaseAlignment() 544 const deUint32 matrixMask = LAYOUT_ROW_MAJOR|LAYOUT_COLUMN_MAJOR; in mergeLayoutFlags() 592 const bool isRowMajor = !!(layoutFlags & LAYOUT_ROW_MAJOR); in computeReferenceLayout() 649 const bool isRowMajor = !!(layoutFlags & LAYOUT_ROW_MAJOR); in computeReferenceLayout()
|
D | vktRandomUniformBlockCase.cpp | 132 static const deUint32 matrixCandidates[] = { 0, LAYOUT_ROW_MAJOR, LAYOUT_COLUMN_MAJOR }; in generateBlock()
|
D | vktUniformBlockTests.cpp | 466 { "row_major", LAYOUT_ROW_MAJOR }, in init()
|
/external/deqp/modules/gles3/functional/ |
D | es3fUniformBlockTests.cpp | 392 { "row_major", LAYOUT_ROW_MAJOR }, in init()
|