Home
last modified time | relevance | path

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

/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()
50 supported_ref_ptrs_.insert(ptrId); in HasOnlySupportedRefs()
177 supported_ref_ptrs_.clear(); in Initialize()
Dlocal_access_chain_convert_pass.cpp185 if (supported_ref_ptrs_.find(ptrId) != supported_ref_ptrs_.end()) return true; in HasOnlySupportedRefs()
202 supported_ref_ptrs_.insert(ptrId); in HasOnlySupportedRefs()
316 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.h124 std::unordered_set<uint32_t> supported_ref_ptrs_; variable
/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()
50 supported_ref_ptrs_.insert(ptrId); in HasOnlySupportedRefs()
177 supported_ref_ptrs_.clear(); in Initialize()
Dlocal_access_chain_convert_pass.cpp185 if (supported_ref_ptrs_.find(ptrId) != supported_ref_ptrs_.end()) return true; in HasOnlySupportedRefs()
202 supported_ref_ptrs_.insert(ptrId); in HasOnlySupportedRefs()
316 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.h124 std::unordered_set<uint32_t> supported_ref_ptrs_; variable