OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:GetRSSpecificType
(Results
1 - 4
of
4
) sorted by null
/frameworks/compile/slang/
slang_rs_object_ref_count.h
178
return GetRSSetObjectFD(RSExportPrimitiveType::
GetRSSpecificType
(T));
192
return GetRSClearObjectFD(RSExportPrimitiveType::
GetRSSpecificType
(T));
slang_rs_export_type.h
358
static DataType
GetRSSpecificType
(const llvm::StringRef &TypeName);
359
static DataType
GetRSSpecificType
(const clang::Type *T);
364
return IsRSObjectType(
GetRSSpecificType
(T));
slang_rs_export_type.cpp
279
if (RSExportPrimitiveType::
GetRSSpecificType
(T) != DataTypeUnknown) {
511
if (RSExportPrimitiveType::
GetRSSpecificType
(T) != DataTypeUnknown) {
842
DataType dt = RSExportPrimitiveType::
GetRSSpecificType
(TypeName);
[
all
...]
slang_rs_object_ref_count.cpp
80
DataType DT = RSExportPrimitiveType::
GetRSSpecificType
(RST.getTypePtr());
478
DataType DT = RSExportPrimitiveType::
GetRSSpecificType
(BaseType);
513
DataType DT = RSExportPrimitiveType::
GetRSSpecificType
(T);
566
slangAssert(RSExportPrimitiveType::
GetRSSpecificType
(BaseType) ==
858
DataType DT = RSExportPrimitiveType::
GetRSSpecificType
(BaseType);
[
all
...]
Completed in 38 milliseconds