Searched refs:blockLayout (Results 1 – 2 of 2) sorted by relevance
/external/deqp/modules/gles31/functional/ |
D | es31fSSBOLayoutCase.cpp | 790 const BlockLayoutEntry& blockLayout = layout.blocks[blockNdx]; in generateValues() local 796 const int varNdx = blockLayout.activeVarIndices[entryNdx]; in generateValues() 1870 const BlockLayoutEntry& blockLayout = layout.blocks[blockNdx]; in computeBufferSizes() local 1871 const int baseSize = blockLayout.size; in computeBufferSizes() 1872 const bool isLastUnsized = hasUnsizedArray(layout, blockLayout); in computeBufferSizes() 1874 const int stride = isLastUnsized ? getUnsizedArrayStride(layout, blockLayout) : 0; in computeBufferSizes() 1884 BlockDataPtr getBlockDataPtr (const BufferLayout& layout, const BlockLayoutEntry& blockLayout, void… in getBlockDataPtr() argument 1886 const bool isLastUnsized = hasUnsizedArray(layout, blockLayout); in getBlockDataPtr() 1887 const int baseSize = blockLayout.size; in getBlockDataPtr() 1891 const int lastArrayStride = getUnsizedArrayStride(layout, blockLayout); in getBlockDataPtr() [all …]
|
/external/clang/lib/CodeGen/ |
D | CGDebugInfo.cpp | 3036 const llvm::StructLayout *blockLayout = in EmitDeclareOfBlockLiteralArgVariable() local 3041 blockLayout->getElementOffsetInBits(0), in EmitDeclareOfBlockLiteralArgVariable() 3044 blockLayout->getElementOffsetInBits(1), in EmitDeclareOfBlockLiteralArgVariable() 3047 blockLayout->getElementOffsetInBits(2), in EmitDeclareOfBlockLiteralArgVariable() 3052 blockLayout->getElementOffsetInBits(3), in EmitDeclareOfBlockLiteralArgVariable() 3058 0, loc, AS_public, blockLayout->getElementOffsetInBits(4), tunit, tunit)); in EmitDeclareOfBlockLiteralArgVariable() 3068 blockLayout->getElementOffsetInBits(block.CXXThisIndex); in EmitDeclareOfBlockLiteralArgVariable() 3084 blockLayout->getElementOffsetInBits(captureInfo.getIndex()); in EmitDeclareOfBlockLiteralArgVariable()
|