Searched defs:BlockDataPtr (Results 1 – 3 of 3) sorted by relevance
/aosp_15_r20/external/deqp/external/vulkancts/modules/vulkan/ssbo/ |
H A 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() argument
|
/aosp_15_r20/external/deqp/modules/gles31/functional/ |
H A 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() function 293 BlockDataPtr(void) : ptr(DE_NULL), size(0), lastUnsizedArraySize(0) in BlockDataPtr() function
|
/aosp_15_r20/external/swiftshader/third_party/llvm-10.0/llvm/lib/ExecutionEngine/JITLink/ |
H A D | JITLinkGeneric.h | 158 char *BlockDataPtr = LastBlockEnd; in copyAndFixUpBlocks() local
|