Home
last modified time | relevance | path

Searched refs:blockLayoutFlags (Results 1 – 2 of 2) sorted by relevance

/external/deqp/external/vulkancts/modules/vulkan/ssbo/
DvktSSBOLayoutCase.cpp504 …const std::string& blockPrefix, int baseOffset, const BufferVar& bufVar, deUint32 blockLayoutFlags) in computeReferenceLayout() argument
507 const deUint32 combinedFlags = mergeLayoutFlags(blockLayoutFlags, bufVar.getFlags()); in computeReferenceLayout()
514 const bool isStd140 = (blockLayoutFlags & LAYOUT_STD140) != 0; in computeReferenceLayout()
/external/deqp/modules/gles31/functional/
Des31fSSBOLayoutCase.cpp589 …const std::string& blockPrefix, int baseOffset, const BufferVar& bufVar, deUint32 blockLayoutFlags) in computeReferenceLayout() argument
592 const deUint32 combinedFlags = mergeLayoutFlags(blockLayoutFlags, bufVar.getFlags()); in computeReferenceLayout()
599 const bool isStd140 = (blockLayoutFlags & LAYOUT_STD140) != 0; in computeReferenceLayout()