Searched refs:fScratchKey (Results 1 – 6 of 6) sorted by relevance
33 this->computeScratchKey(&fScratchKey); in registerWithCache()180 if (!this->wasDestroyed() && fScratchKey.isValid()) { in removeScratchKey()182 fScratchKey.reset(); in removeScratchKey()
162 const skgpu::ScratchKey& scratchKey() const { return fScratchKey; } in scratchKey()182 skgpu::ScratchKey fScratchKey; // free pool wants a reference to this. variable
63 const skgpu::ScratchKey& getScratchKey() const { return fResource->fScratchKey; } in getScratchKey()
113 , fScratchKey(std::move(scratchKey)) { in Register()118 if (fScratchKey.isValid()) { in Register()121 fScratchKey, /*label=*/"ResourceAllocatorRegister"); in Register()
31 return !fResource->getUniqueKey().isValid() && fResource->fScratchKey.isValid() && in isScratch()
312 skgpu::ScratchKey fScratchKey; variable