Home
last modified time | relevance | path

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

/frameworks/rs/tests/java_api/RsTest/src/com/android/rs/test/
Dsingle_source_alloc.rs78 #define STORE_TO_ALLOC(RST, CT) \
79 case RST: \
107 #define LAUNCH_VERIFY_KERNEL(RST, CT) \
108 case RST: \
/frameworks/rs/tests/java_api/RSTest_CompatLib/src/com/android/rs/test/
Dsingle_source_alloc.rs77 #define STORE_TO_ALLOC(RST, CT) \
78 case RST: \
106 #define LAUNCH_VERIFY_KERNEL(RST, CT) \
107 case RST: \
/frameworks/compile/slang/
Dslang_rs_object_ref_count.cpp78 clang::QualType RST = PVT->getPointeeType(); in GetRSRefCountingFunctions() local
79 DataType DT = RSExportPrimitiveType::GetRSSpecificType(RST.getTypePtr()); in GetRSRefCountingFunctions()