/external/skqp/src/shaders/ |
D | SkLights.cpp | 26 bool isPoint = buf.readBool(); in MakeFromBuffer() local 38 if (isPoint) { in MakeFromBuffer() 81 bool isPoint = Light::kPoint_LightType == light.type(); in flatten() local 83 buf.writeBool(isPoint); in flatten() 87 if (isPoint) { in flatten()
|
/external/deqp/modules/glshared/ |
D | glsScissorTests.cpp | 127 glu::ProgramSources genShaders(glu::GLSLVersion version, bool isPoint) in genShaders() argument 131 if (isPoint) in genShaders() 195 virtual bool isPoint (void) const = 0; 219 …ader (m_renderCtx, genShaders(glu::getContextTypeGLSLVersion(m_renderCtx.getType()), isPoint())); in iterate() 317 virtual bool isPoint (void) const; 340 bool ScissorPrimitiveCase::isPoint (void) const in isPoint() function in deqp::gls::Functional::__anon398845420111::ScissorPrimitiveCase 436 virtual bool isPoint (void) const; 461 bool ScissorClearCase::isPoint (void) const in isPoint() function in deqp::gls::Functional::__anon398845420111::ScissorClearCase 517 virtual bool isPoint (void) const; 553 bool FramebufferBlitCase::isPoint (void) const in isPoint() function in deqp::gls::Functional::__anon398845420111::FramebufferBlitCase [all …]
|
/external/skia/src/gpu/geometry/ |
D | GrShape.h | 84 bool isPoint() const { return this->type() == Type::kPoint; } in isPoint() function 130 SkPoint& point() { SkASSERT(this->isPoint()); return fPoint; } in point() 131 const SkPoint& point() const { SkASSERT(this->isPoint()); return fPoint; } in point()
|
D | GrStyledShape.cpp | 74 SkASSERT((!original.fShape.isLine() && !original.fShape.isPoint()) || result.fShape.isEmpty()); in MakeFilled() 658 if ((!fShape.isPoint() && !fShape.isLine()) || fStyle.hasNonDashPathEffect() || in simplifyStroke() 669 if (fShape.isPoint()) { in simplifyStroke() 719 } else if (fShape.isPoint() && fStyle.strokeRec().getJoin() == SkPaint::kMiter_Join && in simplifyStroke() 745 if (fShape.isPoint()) { in simplifyStroke()
|
D | GrShape.cpp | 230 } else if (!this->isPoint()) { in simplifyPoint()
|
/external/skia/src/gpu/ |
D | GrSWMaskHelper.cpp | 103 if (shape.isEmpty() || shape.isLine() || shape.isPoint()) { in drawShape() 109 } else if (shape.isEmpty() || shape.isLine() || shape.isPoint()) { in drawShape()
|
D | GrClipStack.cpp | 537 SkASSERT(!fShape.isPoint() && !fShape.isLine()); in simplify()
|
/external/swiftshader/src/Device/ |
D | VertexProcessor.hpp | 83 bool isPoint : 1; member
|
D | VertexProcessor.cpp | 75 state.isPoint = pipelineState.getTopology() == VK_PRIMITIVE_TOPOLOGY_POINT_LIST; in update()
|
/external/clang/include/clang/StaticAnalyzer/Core/BugReporter/ |
D | PathDiagnostic.h | 123 bool isPoint; 126 : SourceRange(R), isPoint(isP) {} in SourceRange() 128 PathDiagnosticRange() : isPoint(false) {} in PathDiagnosticRange()
|
/external/llvm-project/clang/include/clang/Analysis/ |
D | PathDiagnostic.h | 188 bool isPoint = false; 191 : SourceRange(R), isPoint(isP) {} in SourceRange()
|
/external/swiftshader/third_party/llvm-10.0/llvm/lib/Analysis/ |
D | DependenceAnalysis.cpp | 415 else if (isPoint()) in dump() 441 assert(!Y->isPoint() && "Y must not be a Point"); in intersectConstraints() 479 assert(!(X->isPoint() && Y->isPoint()) && in intersectConstraints() 565 assert(!(X->isLine() && Y->isPoint()) && "This case should never occur"); in intersectConstraints() 567 if (X->isPoint() && Y->isLine()) { in intersectConstraints() 3076 else if (Constraints[LI].isPoint()) in propagate() 3232 else if (CurConstraint.isPoint()) { in updateDirection()
|
/external/llvm/lib/Analysis/ |
D | DependenceAnalysis.cpp | 395 else if (isPoint()) in dump() 420 assert(!Y->isPoint() && "Y must not be a Point"); in intersectConstraints() 458 assert(!(X->isPoint() && Y->isPoint()) && in intersectConstraints() 544 assert(!(X->isLine() && Y->isPoint()) && "This case should never occur"); in intersectConstraints() 546 if (X->isPoint() && Y->isLine()) { in intersectConstraints() 2993 else if (Constraints[LI].isPoint()) in propagate() 3148 else if (CurConstraint.isPoint()) { in updateDirection()
|
/external/llvm-project/llvm/lib/Analysis/ |
D | DependenceAnalysis.cpp | 415 else if (isPoint()) in dump() 441 assert(!Y->isPoint() && "Y must not be a Point"); in intersectConstraints() 479 assert(!(X->isPoint() && Y->isPoint()) && in intersectConstraints() 565 assert(!(X->isLine() && Y->isPoint()) && "This case should never occur"); in intersectConstraints() 567 if (X->isPoint() && Y->isLine()) { in intersectConstraints() 3065 else if (Constraints[LI].isPoint()) in propagate() 3221 else if (CurConstraint.isPoint()) { in updateDirection()
|
/external/llvm/include/llvm/Analysis/ |
D | DependenceAnalysis.h | 404 bool isPoint() const { return Kind == Point; } in isPoint() function
|
/external/swiftshader/third_party/llvm-10.0/llvm/include/llvm/Analysis/ |
D | DependenceAnalysis.h | 397 bool isPoint() const { return Kind == Point; } in isPoint() function
|
/external/llvm-project/llvm/include/llvm/Analysis/ |
D | DependenceAnalysis.h | 398 bool isPoint() const { return Kind == Point; } in isPoint() function
|
/external/swiftshader/src/Pipeline/ |
D | VertexRoutine.cpp | 73 for(int i = 0; i < (state.isPoint ? 3 : 1); i++) in generate()
|