Home
last modified time | relevance | path

Searched defs:isFast (Results 1 – 8 of 8) sorted by relevance

/external/skia/src/gpu/effects/generated/
DGrRectBlurEffect.h147 bool isFast = insetRect.isSorted(); in Make() local
161 bool isFast; variable
169 bool isFast) in GrRectBlurEffect()
DGrRectBlurEffect.cpp33 auto isFast = _outer.isFast; in emitCode() local
146 auto isFast = _outer.isFast; in onSetData() local
/external/swiftshader/third_party/llvm-10.0/llvm/include/llvm/IR/
DOperator.h213 bool isFast() const { return all(); } in isFast() function
317 bool isFast() const { in isFast() function
/external/llvm-project/llvm/include/llvm/IR/
DOperator.h213 bool isFast() const { return all(); } in isFast() function
317 bool isFast() const { in isFast() function
/external/swiftshader/third_party/llvm-10.0/llvm/lib/IR/
DInstruction.cpp194 bool Instruction::isFast() const { in isFast() function in Instruction
/external/llvm-project/llvm/lib/IR/
DInstruction.cpp218 bool Instruction::isFast() const { in isFast() function in Instruction
/external/clang/include/clang/Lex/
DPreprocessor.h1505 void IncrementPasteCounter(bool isFast) { in IncrementPasteCounter()
/external/llvm-project/clang/include/clang/Lex/
DPreprocessor.h1867 void IncrementPasteCounter(bool isFast) { in IncrementPasteCounter()