Home
last modified time | relevance | path

Searched refs:curPrefix (Results 1 - 9 of 9) sorted by relevance

/third_party/vk-gl-cts/external/openglcts/modules/common/
H A DglcUniformBlockCase.cpp433 void computeStd140Layout(UniformLayout& layout, int& curOffset, int curBlockNdx, const std::string& curPrefix, in computeStd140Layout() argument
445 entry.name = curPrefix; in computeStd140Layout()
489 entry.name = curPrefix + "[0]"; // Array uniforms are always postfixed with [0] in computeStd140Layout()
513 entry.name = curPrefix + "[0]"; // Array uniforms are always postfixed with [0] in computeStd140Layout()
531 computeStd140Layout(layout, curOffset, curBlockNdx, curPrefix + "[" + de::toString(elemNdx) + "]", in computeStd140Layout()
541 computeStd140Layout(layout, curOffset, curBlockNdx, curPrefix + "." + memberIter->getName(), in computeStd140Layout()
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/transform_feedback/
H A DvktTransformFeedbackFuzzLayoutCase.cpp556 void computeXfbLayout (InterfaceLayout& layout, int& curOffset, int& curLocation, int curBlockNdx, const std::string& curPrefix, const VarType& type, deUint32 layoutFlags) in computeXfbLayout() argument
573 entry.name = curPrefix; in computeXfbLayout()
625 entry.name = curPrefix + "[0]"; // Array interfaces are always postfixed with [0] in computeXfbLayout()
653 entry.name = curPrefix + "[0]"; // Array interfaces are always postfixed with [0] in computeXfbLayout()
673 computeXfbLayout(layout, curOffset, curLocation, curBlockNdx, curPrefix + "[" + de::toString(elemNdx) + "]", type.getElementType(), layoutFlags); in computeXfbLayout()
681 computeXfbLayout(layout, curOffset, curLocation, curBlockNdx, curPrefix + "." + memberIter->getName(), memberIter->getType(), (memberIter->getFlags() | layoutFlags) & FIELD_OPTIONS); in computeXfbLayout()
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/ubo/
H A DvktUniformBlockCase.cpp554 const std::string& curPrefix, in computeReferenceLayout()
575 entry.name = curPrefix; in computeReferenceLayout()
626 entry.name = curPrefix + "[0]"; // Array variables are always postfixed with [0] in computeReferenceLayout()
653 entry.name = curPrefix + "[0]"; // Array variables are always postfixed with [0] in computeReferenceLayout()
673 curOffset += computeReferenceLayout(layout, curBlockNdx, curOffset, curPrefix + "[" + de::toString(elemNdx) + "]", type.getElementType(), layoutFlags); in computeReferenceLayout()
681 curOffset += computeReferenceLayout(layout, curBlockNdx, curOffset, curPrefix + "." + memberIter->getName(), memberIter->getType(), layoutFlags); in computeReferenceLayout()
550 computeReferenceLayout( UniformLayout& layout, int curBlockNdx, int baseOffset, const std::string& curPrefix, const VarType& type, deUint32 layoutFlags) computeReferenceLayout() argument
/third_party/vk-gl-cts/modules/glshared/
H A DglsUniformBlockCase.cpp461 void computeStd140Layout (UniformLayout& layout, int& curOffset, int curBlockNdx, const std::string& curPrefix, const VarType& type, deUint32 layoutFlags) in computeStd140Layout() argument
472 entry.name = curPrefix; in computeStd140Layout()
517 entry.name = curPrefix + "[0]"; // Array uniforms are always postfixed with [0] in computeStd140Layout()
541 entry.name = curPrefix + "[0]"; // Array uniforms are always postfixed with [0] in computeStd140Layout()
559 computeStd140Layout(layout, curOffset, curBlockNdx, curPrefix + "[" + de::toString(elemNdx) + "]", type.getElementType(), layoutFlags); in computeStd140Layout()
572 computeStd140Layout(layout, curOffset, curBlockNdx, curPrefix + "." + memberIter->getName(), memberIter->getType(), layoutFlags); in computeStd140Layout()
/third_party/vk-gl-cts/external/vulkancts/modules_no_buildgn/vulkan/transform_feedback/
H A DvktTransformFeedbackFuzzLayoutCase.cpp556 void computeXfbLayout (InterfaceLayout& layout, int& curOffset, int& curLocation, int curBlockNdx, const std::string& curPrefix, const VarType& type, deUint32 layoutFlags) in computeXfbLayout() argument
573 entry.name = curPrefix; in computeXfbLayout()
625 entry.name = curPrefix + "[0]"; // Array interfaces are always postfixed with [0] in computeXfbLayout()
653 entry.name = curPrefix + "[0]"; // Array interfaces are always postfixed with [0] in computeXfbLayout()
673 computeXfbLayout(layout, curOffset, curLocation, curBlockNdx, curPrefix + "[" + de::toString(elemNdx) + "]", type.getElementType(), layoutFlags); in computeXfbLayout()
681 computeXfbLayout(layout, curOffset, curLocation, curBlockNdx, curPrefix + "." + memberIter->getName(), memberIter->getType(), (memberIter->getFlags() | layoutFlags) & FIELD_OPTIONS); in computeXfbLayout()
/third_party/vk-gl-cts/external/vulkancts/modules_no_buildgn/vulkan/ubo/
H A DvktUniformBlockCase.cpp554 const std::string& curPrefix, in computeReferenceLayout()
575 entry.name = curPrefix; in computeReferenceLayout()
626 entry.name = curPrefix + "[0]"; // Array variables are always postfixed with [0] in computeReferenceLayout()
653 entry.name = curPrefix + "[0]"; // Array variables are always postfixed with [0] in computeReferenceLayout()
673 curOffset += computeReferenceLayout(layout, curBlockNdx, curOffset, curPrefix + "[" + de::toString(elemNdx) + "]", type.getElementType(), layoutFlags); in computeReferenceLayout()
681 curOffset += computeReferenceLayout(layout, curBlockNdx, curOffset, curPrefix + "." + memberIter->getName(), memberIter->getType(), layoutFlags); in computeReferenceLayout()
550 computeReferenceLayout( UniformLayout& layout, int curBlockNdx, int baseOffset, const std::string& curPrefix, const VarType& type, deUint32 layoutFlags) computeReferenceLayout() argument
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/ssbo/
H A DvktSSBOLayoutCase.cpp471 const std::string& curPrefix, in computeReferenceLayout()
490 entry.name = curPrefix; in computeReferenceLayout()
541 entry.name = curPrefix + "[0]"; // Array variables are always postfixed with [0] in computeReferenceLayout()
568 entry.name = curPrefix + "[0]"; // Array variables are always postfixed with [0] in computeReferenceLayout()
588 curOffset += computeReferenceLayout(layout, curBlockNdx, curOffset, curPrefix + "[" + de::toString(elemNdx) + "]", type.getElementType(), layoutFlags); in computeReferenceLayout()
596 curOffset += computeReferenceLayout(layout, curBlockNdx, curOffset, curPrefix + "." + memberIter->getName(), memberIter->getType(), layoutFlags); in computeReferenceLayout()
467 computeReferenceLayout( BufferLayout& layout, int curBlockNdx, int baseOffset, const std::string& curPrefix, const VarType& type, deUint32 layoutFlags) computeReferenceLayout() argument
/third_party/vk-gl-cts/modules/gles31/functional/
H A Des31fSSBOLayoutCase.cpp462 const std::string& curPrefix, in computeReferenceLayout()
480 entry.name = curPrefix; in computeReferenceLayout()
523 entry.name = curPrefix + "[0]"; // Array variables are always postfixed with [0] in computeReferenceLayout()
547 entry.name = curPrefix + "[0]"; // Array variables are always postfixed with [0] in computeReferenceLayout()
567 curOffset += computeReferenceLayout(layout, curBlockNdx, curOffset, curPrefix + "[" + de::toString(elemNdx) + "]", type.getElementType(), layoutFlags); in computeReferenceLayout()
575 curOffset += computeReferenceLayout(layout, curBlockNdx, curOffset, curPrefix + "." + memberIter->getName(), memberIter->getType(), layoutFlags); in computeReferenceLayout()
458 computeReferenceLayout( BufferLayout& layout, int curBlockNdx, int baseOffset, const std::string& curPrefix, const VarType& type, deUint32 layoutFlags) computeReferenceLayout() argument
/third_party/vk-gl-cts/external/vulkancts/modules_no_buildgn/vulkan/ssbo/
H A DvktSSBOLayoutCase.cpp471 const std::string& curPrefix, in computeReferenceLayout()
490 entry.name = curPrefix; in computeReferenceLayout()
541 entry.name = curPrefix + "[0]"; // Array variables are always postfixed with [0] in computeReferenceLayout()
568 entry.name = curPrefix + "[0]"; // Array variables are always postfixed with [0] in computeReferenceLayout()
588 curOffset += computeReferenceLayout(layout, curBlockNdx, curOffset, curPrefix + "[" + de::toString(elemNdx) + "]", type.getElementType(), layoutFlags); in computeReferenceLayout()
596 curOffset += computeReferenceLayout(layout, curBlockNdx, curOffset, curPrefix + "." + memberIter->getName(), memberIter->getType(), layoutFlags); in computeReferenceLayout()
467 computeReferenceLayout( BufferLayout& layout, int curBlockNdx, int baseOffset, const std::string& curPrefix, const VarType& type, deUint32 layoutFlags) computeReferenceLayout() argument

Completed in 33 milliseconds