Home
last modified time | relevance | path

Searched defs:getPointer (Results 1 – 15 of 15) sorted by relevance

/third_party/skia/third_party/externals/swiftshader/third_party/llvm-subzero/include/llvm/ADT/
DOptional.h119 const T* getPointer() const { assert(hasVal); return reinterpret_cast<const T*>(storage.buffer); } in getPointer() function
120 T* getPointer() { assert(hasVal); return reinterpret_cast<T*>(storage.buffer); } in getPointer() function
DPointerIntPair.h56 PointerTy getPointer() const { return Info::getPointer(Value); } in getPointer() function
147 static PointerT getPointer(intptr_t Value) { in getPointer() function
/third_party/skia/third_party/externals/swiftshader/src/Vulkan/
DVkBufferView.cpp37 void *BufferView::getPointer() const in getPointer() function in vk::BufferView
/third_party/skia/third_party/externals/swiftshader/third_party/subzero/pnacl-llvm/
DStreamingMemoryObject.cpp63 const uint8_t *RawMemoryObject::getPointer(uint64_t address, in getPointer() function in __anond12d37ec0111::RawMemoryObject
108 const uint8_t *StreamingMemoryObject::getPointer(uint64_t Address, in getPointer() function in llvm::StreamingMemoryObject
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/Support/
DSMLoc.h34 const char *getPointer() const { return Ptr; } in getPointer() function
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-subzero/include/llvm/Support/
DSMLoc.h35 const char *getPointer() const { return Ptr; } in getPointer() function
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/ADT/
DOptional.h253 const T *getPointer() const { return &Storage.getValue(); } in getPointer() function
254 T *getPointer() { return &Storage.getValue(); } in getPointer() function
DPointerIntPair.h59 PointerTy getPointer() const { return Info::getPointer(Value); } in getPointer() function
DSmallBitVector.h94 BitVector *getPointer() const { in getPointer() function
/third_party/flutter/skia/third_party/externals/angle2/src/libANGLE/renderer/d3d/d3d11/
DResourceManager11.h192 T *const *getPointer() const { return &mData->object; } in getPointer() function
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/Analysis/
DAliasSetTracker.h257 Value *getPointer() const { return CurNode->getValue(); } in getPointer() function
/third_party/skia/third_party/externals/angle2/src/libANGLE/renderer/d3d/d3d11/
DResourceManager11.h196 T *const *getPointer() const { return &mData->object; } in getPointer() function
/third_party/flutter/skia/src/sksl/
DSkSLSPIRVCodeGenerator.cpp1587 virtual SpvId getPointer() override { in getPointer() function in SkSL::PointerLValue
1621 virtual SpvId getPointer() override { in getPointer() function in SkSL::SwizzleLValue
/third_party/skia/third_party/externals/swiftshader/src/Pipeline/
DSpirvShader.hpp1101 SIMD::Pointer const &getPointer(Object::ID id) const in getPointer() function in sw::SpirvShader::EmitState
/third_party/skia/src/sksl/codegen/
DSkSLSPIRVCodeGenerator.cpp1899 SpvId getPointer() override { in getPointer() function in SkSL::PointerLValue