Home
last modified time | relevance | path

Searched refs:cached_mtf_ (Results 1 – 2 of 2) sorted by relevance

/external/swiftshader/third_party/SPIRV-Tools/source/comp/
Dmove_to_front.h362 if (!cached_mtf_ || cached_handle_ != handle) { in GetMtf()
364 cached_mtf_ = &mtfs_[handle]; in GetMtf()
367 return *cached_mtf_; in GetMtf()
378 MoveToFront* cached_mtf_ = nullptr; variable
/external/deqp-deps/SPIRV-Tools/source/comp/
Dmove_to_front.h362 if (!cached_mtf_ || cached_handle_ != handle) { in GetMtf()
364 cached_mtf_ = &mtfs_[handle]; in GetMtf()
367 return *cached_mtf_; in GetMtf()
378 MoveToFront* cached_mtf_ = nullptr; variable