Home
last modified time | relevance | path

Searched refs:cachePos (Results 1 - 3 of 3) sorted by relevance

/third_party/lzma/CPP/7zip/Common/
H A DLimitedStreams.h182 void SetCache(size_t cacheSize, size_t cachePos)
186 _cachePhyPos = cachePos;
/third_party/vk-gl-cts/modules/gles31/functional/
H A Des31fComputeShaderBuiltinVarTests.cpp159 LocalSizeProgramMap::const_iterator cachePos = m_progMap.find(localSize); in getProgram() local
160 if (cachePos != m_progMap.end()) in getProgram()
161 return cachePos->second->getProgram(); in getProgram()
/third_party/vk-gl-cts/framework/randomshaders/
H A DrsgVariableManager.cpp363 std::vector<const ValueEntry*>::iterator cachePos = std::find(m_entryCache.begin(), m_entryCache.end(), CompareEntryVariable(variable)); in setValue() local
365 if (cachePos != m_entryCache.end()) in setValue()
366 *cachePos = newEntry; in setValue()

Completed in 2 milliseconds