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

/frameworks/rs/rsov/compiler/
H A DRSAllocationUtils.h56 bool isRSAllocation(const llvm::GlobalVariable &GV);
H A DGlobalAllocPass.cpp37 if (!isRSAllocation(GV))
H A DRSAllocationUtils.cpp38 bool isRSAllocation(const GlobalVariable &GV) { function in namespace:rs2spirv
56 if (GV.isDeclaration() || !isRSAllocation(GV))
H A DGlobalMergePass.cpp224 if (isRSAllocation(GV)) {

Completed in 40 milliseconds