Home
last modified time | relevance | path

Searched refs:supported_ref_ptrs_ (Results 1 – 8 of 8) sorted by relevance

/external/swiftshader/third_party/SPIRV-Tools/source/opt/
Dlocal_single_block_elim_pass.cpp32 if (supported_ref_ptrs_.find(ptrId) != supported_ref_ptrs_.end()) return true; in HasOnlySupportedRefs()
45 supported_ref_ptrs_.insert(ptrId); in HasOnlySupportedRefs()
169 supported_ref_ptrs_.clear(); in Initialize()
Dlocal_access_chain_convert_pass.cpp144 if (supported_ref_ptrs_.find(ptrId) != supported_ref_ptrs_.end()) return true; in HasOnlySupportedRefs()
157 supported_ref_ptrs_.insert(ptrId); in HasOnlySupportedRefs()
260 supported_ref_ptrs_.clear(); in Initialize()
Dlocal_single_block_elim_pass.h101 std::unordered_set<uint32_t> supported_ref_ptrs_; variable
Dlocal_access_chain_convert_pass.h122 std::unordered_set<uint32_t> supported_ref_ptrs_; variable
/external/deqp-deps/SPIRV-Tools/source/opt/
Dlocal_single_block_elim_pass.cpp32 if (supported_ref_ptrs_.find(ptrId) != supported_ref_ptrs_.end()) return true; in HasOnlySupportedRefs()
45 supported_ref_ptrs_.insert(ptrId); in HasOnlySupportedRefs()
169 supported_ref_ptrs_.clear(); in Initialize()
Dlocal_access_chain_convert_pass.cpp144 if (supported_ref_ptrs_.find(ptrId) != supported_ref_ptrs_.end()) return true; in HasOnlySupportedRefs()
157 supported_ref_ptrs_.insert(ptrId); in HasOnlySupportedRefs()
260 supported_ref_ptrs_.clear(); in Initialize()
Dlocal_single_block_elim_pass.h99 std::unordered_set<uint32_t> supported_ref_ptrs_; variable
Dlocal_access_chain_convert_pass.h121 std::unordered_set<uint32_t> supported_ref_ptrs_; variable