Home
last modified time | relevance | path

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

/frameworks/rs/tests/java_api/RSUnitTests/supportlibsrc_gen/com/android/rs/unittest/
Dsingle_source_alloc.rs98 #define STORE_TO_ALLOC(RST, CT) \
99 case RST: \
127 #define LAUNCH_VERIFY_KERNEL(RST, CT) \
128 case RST: \
/frameworks/rs/tests/java_api/RSUnitTests/src/com/android/rs/unittest/
Dsingle_source_alloc.rs96 #define STORE_TO_ALLOC(RST, CT) \
97 case RST: \
125 #define LAUNCH_VERIFY_KERNEL(RST, CT) \
126 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()