Home
last modified time | relevance | path

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

/third_party/skia/third_party/externals/swiftshader/src/Reactor/
DLLVMReactor.cpp417 inline InternalType asInternalType(Type *type) in asInternalType() function
426 switch(asInternalType(t)) in T()
436 UNREACHABLE("asInternalType(t): %d", int(asInternalType(t))); in T()
463 switch(asInternalType(type)) in typeSize()
491 UNREACHABLE("asInternalType(type): %d", int(asInternalType(type))); in typeSize()
498 switch(asInternalType(type)) in elementCount()
508 UNREACHABLE("asInternalType(type): %d", int(asInternalType(type))); in elementCount()
894 switch(asInternalType(type)) in createLoad()
970 UNREACHABLE("asInternalType(type): %d", int(asInternalType(type))); in createLoad()
978 switch(asInternalType(type)) in createStore()
[all …]