Searched refs:mMemoryProgramCache (Results 1 – 7 of 7) sorted by relevance
| /device/generic/vulkan-cereal/third-party/angle/src/libANGLE/renderer/ |
| D | ContextImpl.cpp | 17 : mState(state), mMemoryProgramCache(nullptr), mErrors(errorSet) in ContextImpl() 34 mMemoryProgramCache = memoryProgramCache; in setMemoryProgramCache()
|
| D | ContextImpl.h | 196 gl::MemoryProgramCache *mMemoryProgramCache; variable
|
| /device/generic/vulkan-cereal/third-party/angle/src/libANGLE/ |
| D | Display.cpp | 651 mMemoryProgramCache(mBlobCache), in Display() 855 mMemoryProgramCache.clear(); in terminate() 1131 gl::MemoryProgramCache *cachePointer = &mMemoryProgramCache; in createContext() 1144 if (!programCacheControlEnabled || mMemoryProgramCache.maxSize() == 0) in createContext() 1686 return static_cast<EGLint>(mMemoryProgramCache.entryCount()); in programCacheGetAttrib() 1700 ASSERT(index >= 0 && index < static_cast<EGLint>(mMemoryProgramCache.entryCount())); in programCacheQuery() 1706 mMemoryProgramCache.getAt(static_cast<size_t>(index), &programHash, &programBinary); in programCacheQuery() 1749 if (!mMemoryProgramCache.putBinary(programHash, reinterpret_cast<const uint8_t *>(binary), in programCachePopulate() 1764 size_t initialSize = mMemoryProgramCache.size(); in programCacheResize() 1765 mMemoryProgramCache.resize(static_cast<size_t>(limit)); in programCacheResize() [all …]
|
| D | Context.h | 500 MemoryProgramCache *getMemoryProgramCache() const { return mMemoryProgramCache; } in getMemoryProgramCache() 727 MemoryProgramCache *mMemoryProgramCache; variable
|
| D | Display.h | 294 gl::MemoryProgramCache mMemoryProgramCache; variable
|
| D | Context.cpp | 307 mMemoryProgramCache(memoryProgramCache), in Context() 336 mImplementation->setMemoryProgramCache(mMemoryProgramCache); in initialize() 3510 mMemoryProgramCache = nullptr; in updateCaps()
|
| /device/generic/vulkan-cereal/third-party/angle/src/libANGLE/renderer/d3d/d3d11/ |
| D | Context11.cpp | 664 if (mMemoryProgramCache) in triggerDrawCallProgramRecompilation() 666 ANGLE_TRY(mMemoryProgramCache->updateProgram(context, program)); in triggerDrawCallProgramRecompilation() 702 if (mMemoryProgramCache) in triggerDispatchCallProgramRecompilation() 704 ANGLE_TRY(mMemoryProgramCache->updateProgram(context, program)); in triggerDispatchCallProgramRecompilation()
|