Searched refs:hasIn (Results 1 - 4 of 4) sorted by relevance

/frameworks/compile/slang/
H A Dslang_rs_reflection_cpp.cpp166 if(ef->hasIn() && ef->hasOut()) {
169 } else if(ef->hasIn()) {
268 if(ef->hasIn() && ef->hasOut()) {
271 } else if(ef->hasIn()) {
281 if(ef->hasIn() && ef->hasOut()) {
283 } else if(ef->hasIn()) {
H A Dslang_rs_export_foreach.h93 inline bool hasIn() const { function in class:slang::RSExportForEach
H A Dslang_rs_reflection.cpp653 if (EF->hasIn())
706 if (EF->hasIn() && (EF->hasOut() || EF->hasReturn())) {
730 if (EF->hasIn())
/frameworks/compile/libbcc/lib/Renderscript/
H A DRSForEachExpand.cpp126 static bool hasIn(uint32_t Signature) { function in class:__anon1200::RSForEachExpandPass
272 if (hasIn(Signature)) {
513 if (hasIn(Signature)) {

Completed in 52 milliseconds