Home
last modified time | relevance | path

Searched refs:activeBlockNdx (Results 1 – 6 of 6) sorted by relevance

/external/deqp/external/openglcts/modules/common/
DglcUniformBlockCase.cpp560 int activeBlockNdx = (int)layout.blocks.size(); in computeStd140Layout() local
566 …computeStd140Layout(layout, curOffset, activeBlockNdx, blockPrefix + uniform.getName(), uniform.ge… in computeStd140Layout()
1006 int activeBlockNdx = layout.getBlockIndex(blockInstanceName.c_str()); in generateCompareSrc() local
1007 void* basePtr = blockPointers.find(activeBlockNdx)->second; in generateCompareSrc()
/external/deqp/modules/glshared/
DglsUniformBlockCase.cpp590 int activeBlockNdx = (int)layout.blocks.size(); in computeStd140Layout() local
596 …computeStd140Layout(layout, curOffset, activeBlockNdx, blockPrefix + uniform.getName(), uniform.ge… in computeStd140Layout()
1079 int activeBlockNdx = layout.getBlockIndex(blockInstanceName.c_str()); in generateCompareSrc() local
1080 void* basePtr = blockPointers.find(activeBlockNdx)->second; in generateCompareSrc()
/external/deqp/external/vulkancts/modules/vulkan/transform_feedback/
DvktTransformFeedbackFuzzLayoutCase.cpp718 int activeBlockNdx = (int)layout.blocks.size(); in computeXfbLayout() local
744 …computeXfbLayout(layout, curOffset, curLocation, activeBlockNdx, blockPrefix + member.getName(), m… in computeXfbLayout()
/external/deqp/external/vulkancts/modules/vulkan/ubo/
DvktUniformBlockCase.cpp700 int activeBlockNdx = (int)layout.blocks.size(); in computeReferenceLayout() local
706 …curOffset += computeReferenceLayout(layout, activeBlockNdx, curOffset, blockPrefix + uniform.getNa… in computeReferenceLayout()
/external/deqp/external/vulkancts/modules/vulkan/ssbo/
DvktSSBOLayoutCase.cpp724 int activeBlockNdx = (int)layout.blocks.size(); in computeReferenceLayout() local
731 …curOffset += computeReferenceLayout(layout, activeBlockNdx, blockPrefix, curOffset, bufVar, block… in computeReferenceLayout()
/external/deqp/modules/gles31/functional/
Des31fSSBOLayoutCase.cpp691 int activeBlockNdx = (int)layout.blocks.size(); in computeReferenceLayout() local
697 …curOffset += computeReferenceLayout(layout, activeBlockNdx, blockPrefix, curOffset, bufVar, block… in computeReferenceLayout()