Home
last modified time | relevance | path

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

/frameworks/compile/libbcc/bcinfo/include/bcinfo/
DMetadataExtractor.h47 MD_SIG_Ctxt = 0x000080, enumerator
372 return sig & MD_SIG_Ctxt; in hasForEachSignatureCtxt()
/frameworks/compile/slang/
Dslang_rs_special_kernel_param.cpp43 { "context", bcinfo::MD_SIG_Ctxt, SPK_CONTEXT, SLANG_M_TARGET_API },
Dslang_rs_reflection_state.cpp468 …gned SpecialParameterBits = bcinfo::MD_SIG_X|bcinfo::MD_SIG_Y|bcinfo::MD_SIG_Z|bcinfo::MD_SIG_Ctxt; in addForEachSignatureMetadata()