Home
last modified time | relevance | path

Searched defs:BlockDataPtr (Results 1 – 3 of 3) sorted by relevance

/external/deqp/external/vulkancts/modules/vulkan/ssbo/
DvktSSBOLayoutCase.hpp268 struct BlockDataPtr struct
270 void *ptr;
271 int size; //!< Redundant, for debugging purposes.
272 int lastUnsizedArraySize;
274 BlockDataPtr(void *ptr_, int size_, int lastUnsizedArraySize_) in BlockDataPtr() argument
281 BlockDataPtr(void) : ptr(DE_NULL), size(0), lastUnsizedArraySize(0) in BlockDataPtr() function
/external/swiftshader/third_party/llvm-10.0/llvm/lib/ExecutionEngine/JITLink/
DJITLinkGeneric.h158 char *BlockDataPtr = LastBlockEnd; in copyAndFixUpBlocks() local
/external/deqp/modules/gles31/functional/
Des31fSSBOLayoutCase.cpp280 struct BlockDataPtr struct
282 void *ptr;
283 int size; //!< Redundant, for debugging purposes.
284 int lastUnsizedArraySize;
286 BlockDataPtr(void *ptr_, int size_, int lastUnsizedArraySize_) in BlockDataPtr() argument
293 BlockDataPtr(void) : ptr(DE_NULL), size(0), lastUnsizedArraySize(0) in BlockDataPtr() argument