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&) {} // unimpl in CacheAccess() argument
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 {
82 CacheAccess(GrGpuResource* resource) : fResource(resource) {} in CacheAccess() function
83 CacheAccess(const CacheAccess& that) : fResource(that.fResource) {} in CacheAccess() function
84 CacheAccess& operator=(const CacheAccess&); // unimpl
87 const CacheAccess* operator&() const = delete;
88 CacheAccess* operator&() = delete;
97 inline GrGpuResource::CacheAccess GrGpuResource::cacheAccess() { return CacheAccess(this); } in cacheAccess()
99 inline const GrGpuResource::CacheAccess GrGpuResource::cacheAccess() const { in cacheAccess()
100 return CacheAccess(const_cast<GrGpuResource*>(this)); in cacheAccess()
DGrTextureProxy.h95 class CacheAccess; variable
96 inline CacheAccess cacheAccess();
97 inline const CacheAccess cacheAccess() const;
DGrGpuResourcePriv.h78 ResourcePriv& operator=(const CacheAccess&); // unimpl
/external/skia/include/gpu/
DGrGpuResource.h158 class CacheAccess; variable
159 inline CacheAccess cacheAccess();
160 inline const CacheAccess cacheAccess() const;
310 const CacheAccess* operator&() const = delete;
311 CacheAccess* operator&() = 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()