Home
last modified time | relevance | path

Searched refs:MD_SIG_Kernel (Results 1 – 5 of 5) sorted by relevance

/frameworks/rs/rsov/compiler/
DWrapper_test.cpp75 bcinfo::MD_SIG_Kernel | bcinfo::MD_SIG_In | bcinfo::MD_SIG_Out; in TEST_F()
95 uint32_t sig = bcinfo::MD_SIG_Kernel | bcinfo::MD_SIG_In | bcinfo::MD_SIG_Out; in TEST_F()
/frameworks/compile/libbcc/bcinfo/include/bcinfo/
DMetadataExtractor.h45 MD_SIG_Kernel = 0x000020, enumerator
352 return sig & MD_SIG_Kernel; in hasForEachSignatureKernel()
/frameworks/compile/libbcc/lib/
DRSScriptGroupFusion.cpp89 bcinfo::MD_SIG_Kernel;
/frameworks/compile/slang/
Dslang_rs_export_foreach.cpp285 mSignatureMetadata |= (mIsKernelStyle ? bcinfo::MD_SIG_Kernel : 0); // pass-by-value in setSignatureMetadata()
Dslang_rs_reflection_state.cpp474 …nsigned BoringBits = bcinfo::MD_SIG_In|bcinfo::MD_SIG_Out|bcinfo::MD_SIG_Usr|bcinfo::MD_SIG_Kernel; in addForEachSignatureMetadata()