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/
H A DLLVMReactor.cpp412 // Returned by asInternalType() to indicate that the abstract Type*
417 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(typ in elementCount()
[all...]

Completed in 5 milliseconds