Searched refs:curBlockNdx (Results 1 – 5 of 5) sorted by relevance
/external/deqp/external/vulkancts/modules/vulkan/ssbo/ |
D | vktSSBOLayoutCase.cpp | 472 int curBlockNdx, in computeReferenceLayout() argument 500 entry.blockNdx = curBlockNdx; in computeReferenceLayout() 546 entry.blockNdx = curBlockNdx; in computeReferenceLayout() 573 entry.blockNdx = curBlockNdx; in computeReferenceLayout() 591 …curOffset += computeReferenceLayout(layout, curBlockNdx, curOffset, curPrefix + "[" + de::toString… in computeReferenceLayout() 599 …curOffset += computeReferenceLayout(layout, curBlockNdx, curOffset, curPrefix + "." + memberIter->… in computeReferenceLayout() 609 int computeReferenceLayout (BufferLayout& layout, int curBlockNdx, const std::string& blockPrefix, … in computeReferenceLayout() argument 643 entry.blockNdx = curBlockNdx; in computeReferenceLayout() 674 entry.blockNdx = curBlockNdx; in computeReferenceLayout() 698 …const int size = computeReferenceLayout(layout, curBlockNdx, deAlign32(curOffset, baseAlignment), … in computeReferenceLayout() [all …]
|
/external/deqp/modules/gles31/functional/ |
D | es31fSSBOLayoutCase.cpp | 465 int curBlockNdx, in computeReferenceLayout() argument 492 entry.blockNdx = curBlockNdx; in computeReferenceLayout() 530 entry.blockNdx = curBlockNdx; in computeReferenceLayout() 554 entry.blockNdx = curBlockNdx; in computeReferenceLayout() 572 …curOffset += computeReferenceLayout(layout, curBlockNdx, curOffset, curPrefix + "[" + de::toString… in computeReferenceLayout() 580 …curOffset += computeReferenceLayout(layout, curBlockNdx, curOffset, curPrefix + "." + memberIter->… in computeReferenceLayout() 589 int computeReferenceLayout (BufferLayout& layout, int curBlockNdx, const std::string& blockPrefix, … in computeReferenceLayout() argument 618 entry.blockNdx = curBlockNdx; in computeReferenceLayout() 646 entry.blockNdx = curBlockNdx; in computeReferenceLayout() 669 …const int stride = computeReferenceLayout(layout, curBlockNdx, curOffset, prefix, varType.getEle… in computeReferenceLayout() [all …]
|
/external/deqp/external/openglcts/modules/common/ |
D | glcUniformBlockCase.cpp | 438 void computeStd140Layout(UniformLayout& layout, int& curOffset, int curBlockNdx, const std::string&… in computeStd140Layout() argument 455 entry.blockNdx = curBlockNdx; in computeStd140Layout() 496 entry.blockNdx = curBlockNdx; in computeStd140Layout() 520 entry.blockNdx = curBlockNdx; in computeStd140Layout() 536 … computeStd140Layout(layout, curOffset, curBlockNdx, curPrefix + "[" + de::toString(elemNdx) + "]", in computeStd140Layout() 546 computeStd140Layout(layout, curOffset, curBlockNdx, curPrefix + "." + memberIter->getName(), in computeStd140Layout()
|
/external/deqp/modules/glshared/ |
D | glsUniformBlockCase.cpp | 466 void computeStd140Layout (UniformLayout& layout, int& curOffset, int curBlockNdx, const std::string… in computeStd140Layout() argument 482 entry.blockNdx = curBlockNdx; in computeStd140Layout() 523 entry.blockNdx = curBlockNdx; in computeStd140Layout() 547 entry.blockNdx = curBlockNdx; in computeStd140Layout() 563 …computeStd140Layout(layout, curOffset, curBlockNdx, curPrefix + "[" + de::toString(elemNdx) + "]",… in computeStd140Layout() 571 …computeStd140Layout(layout, curOffset, curBlockNdx, curPrefix + "." + memberIter->getName(), membe… in computeStd140Layout()
|
/external/deqp/external/vulkancts/modules/vulkan/ubo/ |
D | vktUniformBlockCase.cpp | 557 int curBlockNdx, in computeReferenceLayout() argument 587 entry.blockNdx = curBlockNdx; in computeReferenceLayout() 633 entry.blockNdx = curBlockNdx; in computeReferenceLayout() 660 entry.blockNdx = curBlockNdx; in computeReferenceLayout() 678 …curOffset += computeReferenceLayout(layout, curBlockNdx, curOffset, curPrefix + "[" + de::toString… in computeReferenceLayout() 686 …curOffset += computeReferenceLayout(layout, curBlockNdx, curOffset, curPrefix + "." + memberIter->… in computeReferenceLayout()
|