OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:getRsDataTypeForType
(Results
1 - 3
of
3
) sorted by null
/frameworks/compile/libbcc/include/bcc/Renderscript/
RSUtils.h
82
static inline enum RsDataType
getRsDataTypeForType
(const llvm::Type *T) {
103
return
getRsDataTypeForType
(T) != RS_TYPE_NONE;
/frameworks/compile/libbcc/lib/Renderscript/
RSGlobalInfoPass.cpp
78
uint32_t result =
getRsDataTypeForType
(GlobalType);
RSInvokeHelperPass.cpp
205
DT =
getRsDataTypeForType
(T->getPointerElementType());
Completed in 389 milliseconds