/third_party/vk-gl-cts/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 | es31fUniformBlockTests.cpp | 180 { "row_major", LAYOUT_ROW_MAJOR }, in init()
|
D | es31fSSBOLayoutCase.cpp | 83 { LAYOUT_ROW_MAJOR, "row_major" }, in operator <<() 376 const bool isRowMajor = !!(layoutFlags & LAYOUT_ROW_MAJOR); in computeStd140BaseAlignment() 417 const bool isRowMajor = !!(layoutFlags & LAYOUT_ROW_MAJOR); in computeStd430BaseAlignment() 447 const deUint32 matrixMask = LAYOUT_ROW_MAJOR|LAYOUT_COLUMN_MAJOR; in mergeLayoutFlags() 492 const bool isRowMajor = !!(layoutFlags & LAYOUT_ROW_MAJOR); in computeReferenceLayout() 541 const bool isRowMajor = !!(layoutFlags & LAYOUT_ROW_MAJOR); in computeReferenceLayout() 627 const bool isRowMajor = !!(combinedFlags & LAYOUT_ROW_MAJOR); in computeReferenceLayout()
|
D | es31fSSBOLayoutTests.cpp | 151 static const deUint32 matrixCandidates[] = { 0, LAYOUT_ROW_MAJOR, LAYOUT_COLUMN_MAJOR }; in generateBlock() 792 { "row_major", LAYOUT_ROW_MAJOR }, in init()
|
/third_party/vk-gl-cts/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 | 82 { LAYOUT_ROW_MAJOR, "row_major" }, in operator <<() 332 const bool isRowMajor = !!(layoutFlags & LAYOUT_ROW_MAJOR); in computeStd140BaseAlignment() 373 const bool isRowMajor = !!(layoutFlags & LAYOUT_ROW_MAJOR); in computeStd430BaseAlignment() 410 const bool isRowMajor = !!(layoutFlags & LAYOUT_ROW_MAJOR); in computeRelaxedBlockBaseAlignment() 456 const deUint32 matrixMask = LAYOUT_ROW_MAJOR|LAYOUT_COLUMN_MAJOR; in mergeLayoutFlags() 502 const bool isRowMajor = !!(layoutFlags & LAYOUT_ROW_MAJOR); in computeReferenceLayout() 559 const bool isRowMajor = !!(layoutFlags & LAYOUT_ROW_MAJOR); in computeReferenceLayout() 654 const bool isRowMajor = !!(combinedFlags & LAYOUT_ROW_MAJOR); in computeReferenceLayout()
|
D | vktSSBOLayoutTests.cpp | 184 static const deUint32 matrixCandidates[] = { 0, LAYOUT_ROW_MAJOR, LAYOUT_COLUMN_MAJOR }; in generateBlock() 1146 { "row_major", LAYOUT_ROW_MAJOR }, in init()
|
/third_party/vk-gl-cts/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 | 90 { LAYOUT_ROW_MAJOR, "row_major" }, in operator <<() 390 bool isRowMajor = !!(type.getFlags() & LAYOUT_ROW_MAJOR); in computeStd140BaseAlignment() 423 const deUint32 matrixMask = LAYOUT_ROW_MAJOR | LAYOUT_COLUMN_MAJOR; in mergeLayoutFlags() 455 bool isRowMajor = !!(layoutFlags & LAYOUT_ROW_MAJOR); in computeStd140Layout() 505 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()
|
/third_party/vk-gl-cts/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 | glsUniformBlockCase.cpp | 95 { LAYOUT_ROW_MAJOR, "row_major" }, in operator <<() 419 bool isRowMajor = !!(type.getFlags() & LAYOUT_ROW_MAJOR); in computeStd140BaseAlignment() 451 const deUint32 matrixMask = LAYOUT_ROW_MAJOR|LAYOUT_COLUMN_MAJOR; in mergeLayoutFlags() 482 …ajor = !!(((type.getFlags() & (LAYOUT_ROW_MAJOR | LAYOUT_COLUMN_MAJOR) ? type.getFlags() : layoutF… in computeStd140Layout() 533 … !!(((elemType.getFlags() & (LAYOUT_ROW_MAJOR | LAYOUT_COLUMN_MAJOR) ? elemType.getFlags() : layou… in computeStd140Layout() 567 const deUint32 matrixLayoutMask = LAYOUT_ROW_MAJOR | LAYOUT_COLUMN_MAJOR; in computeStd140Layout()
|
D | glsRandomUniformBlockCase.cpp | 111 static const deUint32 matrixCandidates[] = { 0, LAYOUT_ROW_MAJOR, LAYOUT_COLUMN_MAJOR }; in generateBlock()
|
/third_party/vk-gl-cts/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 | 297 { LAYOUT_ROW_MAJOR, "row_major" }, in operator <<() 415 const bool isRowMajor = !!(layoutFlags & LAYOUT_ROW_MAJOR); in computeStd140BaseAlignment() 456 const bool isRowMajor = !!(layoutFlags & LAYOUT_ROW_MAJOR); in computeStd430BaseAlignment() 493 const bool isRowMajor = !!(layoutFlags & LAYOUT_ROW_MAJOR); in computeRelaxedBlockBaseAlignment() 539 const deUint32 matrixMask = LAYOUT_ROW_MAJOR|LAYOUT_COLUMN_MAJOR; in mergeLayoutFlags() 587 const bool isRowMajor = !!(layoutFlags & LAYOUT_ROW_MAJOR); in computeReferenceLayout() 644 const bool isRowMajor = !!(layoutFlags & LAYOUT_ROW_MAJOR); in computeReferenceLayout()
|
D | vktRandomUniformBlockCase.cpp | 154 static const deUint32 matrixCandidates[] = { 0, LAYOUT_ROW_MAJOR, LAYOUT_COLUMN_MAJOR }; in generateBlock()
|
D | vktUniformBlockTests.cpp | 448 { "row_major", LAYOUT_ROW_MAJOR }, in init()
|
/third_party/vk-gl-cts/modules/gles3/functional/ |
D | es3fUniformBlockTests.cpp | 436 { "row_major", LAYOUT_ROW_MAJOR }, in init()
|