Searched refs:curPrefix (Results 1 – 5 of 5) sorted by relevance
/external/deqp/external/openglcts/modules/common/ |
D | glcUniformBlockCase.cpp | 438 …eStd140Layout(UniformLayout& layout, int& curOffset, int curBlockNdx, const std::string& curPrefix, in computeStd140Layout() argument 450 entry.name = curPrefix; in computeStd140Layout() 494 entry.name = curPrefix + "[0]"; // Array uniforms are always postfixed with [0] in computeStd140Layout() 518 entry.name = curPrefix + "[0]"; // Array uniforms are always postfixed with [0] 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 …formLayout& layout, int& curOffset, int curBlockNdx, const std::string& curPrefix, const VarType& … in computeStd140Layout() argument 477 entry.name = curPrefix; in computeStd140Layout() 521 entry.name = curPrefix + "[0]"; // Array uniforms are always postfixed with [0] in computeStd140Layout() 545 entry.name = curPrefix + "[0]"; // Array uniforms are always postfixed with [0] 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 | 559 const std::string& curPrefix, in computeReferenceLayout() argument 580 entry.name = curPrefix; in computeReferenceLayout() 631 entry.name = curPrefix + "[0]"; // Array variables are always postfixed with [0] in computeReferenceLayout() 658 entry.name = curPrefix + "[0]"; // Array variables are always postfixed with [0] in computeReferenceLayout() 678 …curOffset += computeReferenceLayout(layout, curBlockNdx, curOffset, curPrefix + "[" + de::toString… in computeReferenceLayout() 686 …curOffset += computeReferenceLayout(layout, curBlockNdx, curOffset, curPrefix + "." + memberIter->… in computeReferenceLayout()
|
/external/deqp/external/vulkancts/modules/vulkan/ssbo/ |
D | vktSSBOLayoutCase.cpp | 474 const std::string& curPrefix, in computeReferenceLayout() argument 493 entry.name = curPrefix; in computeReferenceLayout() 544 entry.name = curPrefix + "[0]"; // Array variables are always postfixed with [0] in computeReferenceLayout() 571 entry.name = curPrefix + "[0]"; // Array variables are always postfixed with [0] in computeReferenceLayout() 591 …curOffset += computeReferenceLayout(layout, curBlockNdx, curOffset, curPrefix + "[" + de::toString… in computeReferenceLayout() 599 …curOffset += computeReferenceLayout(layout, curBlockNdx, curOffset, curPrefix + "." + memberIter->… in computeReferenceLayout()
|
/external/deqp/modules/gles31/functional/ |
D | es31fSSBOLayoutCase.cpp | 467 const std::string& curPrefix, in computeReferenceLayout() argument 485 entry.name = curPrefix; in computeReferenceLayout() 528 entry.name = curPrefix + "[0]"; // Array variables are always postfixed with [0] in computeReferenceLayout() 552 entry.name = curPrefix + "[0]"; // Array variables are always postfixed with [0] in computeReferenceLayout() 572 …curOffset += computeReferenceLayout(layout, curBlockNdx, curOffset, curPrefix + "[" + de::toString… in computeReferenceLayout() 580 …curOffset += computeReferenceLayout(layout, curBlockNdx, curOffset, curPrefix + "." + memberIter->… in computeReferenceLayout()
|