Home
last modified time | relevance | path

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

/system/core/libpixelflinger/codeflinger/
DGGLAssembler.h80 inline int isUsed(int reg) const;
119 bool isUsed(int reg) { in isUsed() function
DGGLAssembler.cpp1098 LOG_ALWAYS_FATAL_IF(isUsed(reg), in reserve()
1113 int RegisterAllocator::RegisterFile::isUsed(int reg) const in isUsed() function in android::RegisterAllocator::RegisterFile
1129 if (!isUsed(r + mRegisterOffset)) { in obtain()
Dblending.cpp239 if (scratches.isUsed(src_factor.reg)) in build_blending()