Home
last modified time | relevance | path

Searched refs:CacheAccess (Results 1 – 11 of 11) sorted by relevance

/external/skqp/src/gpu/
DGrTextureProxyCacheAccess.h16 class GrTextureProxy::CacheAccess {
26 explicit CacheAccess(GrTextureProxy* textureProxy) : fTextureProxy(textureProxy) {} in CacheAccess() function
27 CacheAccess(const CacheAccess&) {} // unimpl in CacheAccess() function
28 CacheAccess& operator=(const CacheAccess&); // unimpl
31 const CacheAccess* operator&() const;
32 CacheAccess* operator&();
40 inline GrTextureProxy::CacheAccess GrTextureProxy::cacheAccess() { return CacheAccess(this); } in cacheAccess()
42 inline const GrTextureProxy::CacheAccess GrTextureProxy::cacheAccess() const { in cacheAccess()
43 return CacheAccess(const_cast<GrTextureProxy*>(this)); in cacheAccess()
DGrGpuResourceCacheAccess.h21 class GrGpuResource::CacheAccess {
76 CacheAccess(GrGpuResource* resource) : fResource(resource) {} in CacheAccess() function
77 CacheAccess(const CacheAccess& that) : fResource(that.fResource) {} in CacheAccess() function
78 CacheAccess& operator=(const CacheAccess&); // unimpl
81 const CacheAccess* operator&() const;
82 CacheAccess* operator&();
91 inline GrGpuResource::CacheAccess GrGpuResource::cacheAccess() { return CacheAccess(this); } in cacheAccess()
93 inline const GrGpuResource::CacheAccess GrGpuResource::cacheAccess() const { in cacheAccess()
94 return CacheAccess(const_cast<GrGpuResource*>(this)); in cacheAccess()
DGrGpuResourcePriv.h80 ResourcePriv& operator=(const CacheAccess&); // unimpl
/external/skia/src/gpu/
DGrTextureProxyCacheAccess.h16 class GrTextureProxy::CacheAccess {
26 explicit CacheAccess(GrTextureProxy* textureProxy) : fTextureProxy(textureProxy) {} in CacheAccess() function
27 CacheAccess(const CacheAccess&) = delete;
28 CacheAccess& operator=(const CacheAccess&) = delete;
31 const CacheAccess* operator&() const;
32 CacheAccess* operator&();
40 inline GrTextureProxy::CacheAccess GrTextureProxy::cacheAccess() { return CacheAccess(this); } in cacheAccess()
42 inline const GrTextureProxy::CacheAccess GrTextureProxy::cacheAccess() const { // NOLINT(readabili… in cacheAccess()
43 return CacheAccess(const_cast<GrTextureProxy*>(this)); in cacheAccess()
DGrGpuResourceCacheAccess.h21 class GrGpuResource::CacheAccess {
89 CacheAccess(GrGpuResource* resource) : fResource(resource) {} in CacheAccess() function
90 CacheAccess(const CacheAccess& that) : fResource(that.fResource) {} in CacheAccess() function
91 CacheAccess& operator=(const CacheAccess&) = delete;
94 const CacheAccess* operator&() const = delete;
95 CacheAccess* operator&() = delete;
104 inline GrGpuResource::CacheAccess GrGpuResource::cacheAccess() { return CacheAccess(this); } in cacheAccess()
106 inline const GrGpuResource::CacheAccess GrGpuResource::cacheAccess() const { // NOLINT(readability… in cacheAccess()
107 return CacheAccess(const_cast<GrGpuResource*>(this)); in cacheAccess()
DGrGpuResource.h180 class CacheAccess; variable
181 inline CacheAccess cacheAccess();
182 inline const CacheAccess cacheAccess() const; // NOLINT(readability-const-return-type)
328 const CacheAccess* operator&() const = delete;
329 CacheAccess* operator&() = delete;
DGrTextureProxy.h93 class CacheAccess; variable
94 inline CacheAccess cacheAccess();
95 inline const CacheAccess cacheAccess() const; // NOLINT(readability-const-return-type)
DGrGpuResourcePriv.h80 ResourcePriv& operator=(const CacheAccess&) = delete;
/external/skqp/include/private/
DGrTextureProxy.h76 class CacheAccess; variable
77 inline CacheAccess cacheAccess();
78 inline const CacheAccess cacheAccess() const;
/external/skqp/include/gpu/
DGrGpuResource.h220 class CacheAccess; variable
221 inline CacheAccess cacheAccess();
222 inline const CacheAccess cacheAccess() const;
/external/llvm/lib/Transforms/Utils/
DMemorySSA.cpp1212 MemoryAccess *CacheAccess = DFI.getPath(N - 1); in UpwardsDFSWalk() local
1213 BasicBlock *CurrBlock = CacheAccess->getBlock(); in UpwardsDFSWalk()
1215 doCacheInsert(CacheAccess, ModifyingAccess, Q, Loc); in UpwardsDFSWalk()
1218 MSSA->locallyDominates(CacheAccess, StartingAccess))) in UpwardsDFSWalk()
1225 MemoryAccess *CacheAccess = DFI.getPath(N - 1); in UpwardsDFSWalk() local
1226 doCacheInsert(CacheAccess, ModifyingAccess, Q, Loc); in UpwardsDFSWalk()