Home
last modified time | relevance | path

Searched refs:address_type (Results 1 – 4 of 4) sorted by relevance

/third_party/python/Lib/multiprocessing/
Dconnection.py95 def address_type(address): function
440 family = family or (address and address_type(address)) \
497 family = family or address_type(address)
627 family = address_type(address)
/third_party/spirv-tools/source/opt/
Dinstruction.cpp218 const analysis::Type* address_type = in IsReadOnlyLoad() local
220 if (address_type->AsSampledImage() != nullptr) { in IsReadOnlyLoad()
222 address_type->AsSampledImage()->image_type()->AsImage(); in IsReadOnlyLoad()
/third_party/skia/third_party/externals/swiftshader/third_party/SPIRV-Tools/source/opt/
Dinstruction.cpp220 const analysis::Type* address_type = in IsReadOnlyLoad() local
222 if (address_type->AsSampledImage() != nullptr) { in IsReadOnlyLoad()
224 address_type->AsSampledImage()->image_type()->AsImage(); in IsReadOnlyLoad()
/third_party/skia/third_party/externals/spirv-tools/source/opt/
Dinstruction.cpp220 const analysis::Type* address_type = in IsReadOnlyLoad() local
222 if (address_type->AsSampledImage() != nullptr) { in IsReadOnlyLoad()
224 address_type->AsSampledImage()->image_type()->AsImage(); in IsReadOnlyLoad()