Searched defs:BlockDataPtr (Results 1 – 3 of 3) sorted by relevance
| /external/deqp/external/vulkancts/modules/vulkan/ssbo/ |
| D | vktSSBOLayoutCase.hpp | 268 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/ |
| D | JITLinkGeneric.h | 158 char *BlockDataPtr = LastBlockEnd; in copyAndFixUpBlocks() local
|
| /external/deqp/modules/gles31/functional/ |
| D | es31fSSBOLayoutCase.cpp | 280 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
|