Home
last modified time | relevance | path

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

/external/deqp/external/openglcts/modules/common/
DglcUniformBlockCase.cpp565 int activeBlockNdx = (int)layout.blocks.size(); in computeStd140Layout() local
571 …computeStd140Layout(layout, curOffset, activeBlockNdx, blockPrefix + uniform.getName(), uniform.ge… in computeStd140Layout()
1011 int activeBlockNdx = layout.getBlockIndex(blockInstanceName.c_str()); in generateCompareSrc() local
1012 void* basePtr = blockPointers.find(activeBlockNdx)->second; in generateCompareSrc()
/external/deqp/modules/glshared/
DglsUniformBlockCase.cpp589 int activeBlockNdx = (int)layout.blocks.size(); in computeStd140Layout() local
595 …computeStd140Layout(layout, curOffset, activeBlockNdx, blockPrefix + uniform.getName(), uniform.ge… in computeStd140Layout()
1076 int activeBlockNdx = layout.getBlockIndex(blockInstanceName.c_str()); in generateCompareSrc() local
1077 void* basePtr = blockPointers.find(activeBlockNdx)->second; in generateCompareSrc()
/external/deqp/external/vulkancts/modules/vulkan/ubo/
DvktUniformBlockCase.cpp705 int activeBlockNdx = (int)layout.blocks.size(); in computeReferenceLayout() local
711 …curOffset += computeReferenceLayout(layout, activeBlockNdx, curOffset, blockPrefix + uniform.getNa… in computeReferenceLayout()
/external/deqp/external/vulkancts/modules/vulkan/ssbo/
DvktSSBOLayoutCase.cpp727 int activeBlockNdx = (int)layout.blocks.size(); in computeReferenceLayout() local
734 …curOffset += computeReferenceLayout(layout, activeBlockNdx, blockPrefix, curOffset, bufVar, block… in computeReferenceLayout()
/external/deqp/modules/gles31/functional/
Des31fSSBOLayoutCase.cpp696 int activeBlockNdx = (int)layout.blocks.size(); in computeReferenceLayout() local
702 …curOffset += computeReferenceLayout(layout, activeBlockNdx, blockPrefix, curOffset, bufVar, block… in computeReferenceLayout()