Searched refs:activeBlockNdx (Results 1 – 5 of 5) sorted by relevance
/external/deqp/external/openglcts/modules/common/ |
D | glcUniformBlockCase.cpp | 565 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/ |
D | glsUniformBlockCase.cpp | 589 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/ |
D | vktUniformBlockCase.cpp | 705 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/ |
D | vktSSBOLayoutCase.cpp | 727 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/ |
D | es31fSSBOLayoutCase.cpp | 696 int activeBlockNdx = (int)layout.blocks.size(); in computeReferenceLayout() local 702 …curOffset += computeReferenceLayout(layout, activeBlockNdx, blockPrefix, curOffset, bufVar, block… in computeReferenceLayout()
|