/external/skia/src/gpu/ops/ |
D | GrDefaultPathRenderer.cpp | 95 if (this->isIndexed()) { in addLine() 111 if (this->isIndexed()) { in addQuad() 136 if (this->isIndexed()) { in addCubic() 197 bool isIndexed() const { in isIndexed() function in __anonee0b1f2d0111::PathGeoBuilder 234 if (this->isIndexed()) { in allocNewBuffers() 269 if (!this->isIndexed()) { in emitMeshAndPutBackReserve() 399 bool isIndexed = instanceCount > 1; in onPrepareDraws() local 400 for (int i = 0; !isIndexed && i < instanceCount; i++) { in onPrepareDraws() 402 isIndexed = isIndexed || PathGeoBuilder::PathHasMultipleSubpaths(args.fPath); in onPrepareDraws() 408 primitiveType = isIndexed ? GrPrimitiveType::kLines : GrPrimitiveType::kLineStrip; in onPrepareDraws() [all …]
|
D | GrMSAAPathRenderer.cpp | 233 bool isIndexed = contourCount > 1; in Make() local 234 if (isIndexed && in Make() 241 isIndexed, stencilSettings); in Make() 259 int maxLineVertices, int maxQuadVertices, bool isIndexed, in MSAAPathOp() argument 266 , fIsIndexed(isIndexed) { in MSAAPathOp() 498 bool isIndexed) const { in createGeom() 522 if (isIndexed) { in createGeom() 536 add_quad(lines, quads, quadPts + i * 2, color, isIndexed, in createGeom() 542 add_quad(lines, quads, pts, color, isIndexed, subpathIdxStart); in createGeom() 550 add_quad(lines, quads, &quadPts[i], color, isIndexed, subpathIdxStart); in createGeom()
|
D | GrDrawVerticesOp.h | 90 bool isIndexed() const { in isIndexed() function
|
D | GrDrawVerticesOp.cpp | 166 if (this->isIndexed()) { in onPrepareDraws()
|
/external/deqp/external/vulkancts/modules/vulkan/draw/ |
D | vktDrawShaderDrawParametersTests.cpp | 93 bool isIndexed (void) const { return (m_flags & TEST_FLAG_INDEXED) != 0; } in isIndexed() function in vkt::Draw::__anonab6314ea0111::DrawTest 130 if (!isIndexed()) in DrawTest() 142 if (!isIndexed()) in DrawTest() 168 if (isIndexed()) in DrawTest() 246 if (isIndexed()) in iterate() 253 if (isIndexed()) in iterate() 281 if (isIndexed()) in iterate() 290 if (isIndexed()) in iterate()
|
/external/skia/src/gpu/ |
D | GrMesh.h | 31 bool isIndexed() const { return SkToBool(fIndexBuffer.get()); } in isIndexed() function 204 if (!this->isIndexed()) { in sendToGpu() 219 if (!this->isIndexed()) { in sendToGpu()
|
/external/apache-xml/src/main/java/org/apache/xml/dtm/ref/ |
D | DTMDefaultBaseTraversers.java | 507 protected final boolean isIndexed(int expandedTypeID) in isIndexed() method in DTMDefaultBaseTraversers.IndexedDTMAxisTraverser 682 if (isIndexed(expandedTypeID)) in first() 737 if (isIndexed(expandedTypeID)) in next() 1659 if (isIndexed(expandedTypeID)) in first() 1730 if (isIndexed(expandedTypeID)) in first()
|
/external/v8/src/debug/ |
D | mirrors.js | 1426 PropertyMirror.prototype.isIndexed = function() { method in PropertyMirror 1962 if (!property.isIndexed()) {
|
/external/swiftshader/third_party/LLVM/include/llvm/CodeGen/ |
D | SelectionDAGNodes.h | 1569 assert((getOffset().getOpcode() == ISD::UNDEF || isIndexed()) && 1584 bool isIndexed() const { return getAddressingMode() != ISD::UNINDEXED; }
|
/external/swiftshader/third_party/LLVM/lib/Target/XCore/ |
D | XCoreISelLowering.cpp | 1480 ST->isVolatile() || ST->isIndexed()) { in PerformDAGCombine() 1499 !LD->isVolatile() && !LD->isIndexed() && in PerformDAGCombine()
|
/external/llvm/lib/CodeGen/SelectionDAG/ |
D | DAGCombiner.cpp | 9618 if (LD->isIndexed() || LD->getBasePtr().getNode() != N) in canFoldInAddressingMode() 9623 if (ST->isIndexed() || ST->getBasePtr().getNode() != N) in canFoldInAddressingMode() 9667 if (LD->isIndexed()) in CombineToPreIndexedLoadStore() 9675 if (ST->isIndexed()) in CombineToPreIndexedLoadStore() 9894 if (LD->isIndexed()) in CombineToPostIndexedLoadStore() 9902 if (ST->isIndexed()) in CombineToPostIndexedLoadStore() 11394 if (OtherST->isVolatile() || OtherST->isIndexed()) in getStoreMergeAndAliasCandidates() 11423 if (Index->isVolatile() || Index->isIndexed()) in getStoreMergeAndAliasCandidates() 11722 if (Ld->isVolatile() || Ld->isIndexed()) in MergeConsecutiveStores() 14067 LLD->isIndexed() || RLD->isIndexed() || in SimplifySelectOps() [all …]
|
D | SelectionDAG.cpp | 6965 if (LD->isIndexed() || Base->isIndexed()) in areNonVolatileConsecutiveLoads()
|
D | LegalizeDAG.cpp | 1195 if (ST->isIndexed() || ST->isTruncatingStore() || in ExpandExtractFromVectorThroughStack()
|
/external/llvm/lib/Target/XCore/ |
D | XCoreISelLowering.cpp | 1804 ST->isVolatile() || ST->isIndexed()) { in PerformDAGCombine() 1822 !LD->isVolatile() && !LD->isIndexed() && in PerformDAGCombine()
|
/external/llvm/lib/Target/PowerPC/ |
D | PPCISelLowering.cpp | 6516 if (LD->isIndexed() && !LD->getOffset().isUndef()) { in canReuseLoadAddress() 6530 RLI.ResChain = SDValue(LD, LD->isIndexed() ? 2 : 1); in canReuseLoadAddress() 7987 if (Idx == 0 && LN->isIndexed()) { in LowerVectorLoad() 8005 if (LN->isIndexed()) { in LowerVectorLoad() 8081 if (Idx == 0 && SN->isIndexed()) { in LowerVectorStore() 8096 if (SN->isIndexed()) { in LowerVectorStore() 10723 if (LD->isIndexed()) { in PerformDAGCombine() 10744 if (LD->isIndexed()) { in PerformDAGCombine() 10753 DAG.ReplaceAllUsesOfValueWith(SDValue(LD, LD->isIndexed() ? 2 : 1), in PerformDAGCombine()
|
/external/llvm/include/llvm/CodeGen/ |
D | SelectionDAGNodes.h | 1798 bool isIndexed() const { return getAddressingMode() != ISD::UNINDEXED; }
|
/external/swiftshader/third_party/LLVM/lib/CodeGen/SelectionDAG/ |
D | DAGCombiner.cpp | 5877 if (LD->isIndexed()) in CombineToPreIndexedLoadStore() 5885 if (ST->isIndexed()) in CombineToPreIndexedLoadStore() 6009 if (LD->isIndexed()) in CombineToPostIndexedLoadStore() 6017 if (ST->isIndexed()) in CombineToPostIndexedLoadStore()
|
/external/llvm/lib/Target/NVPTX/ |
D | NVPTXISelDAGToDAG.cpp | 682 if (LD->isIndexed()) in tryLoad() 2125 if (ST->isIndexed()) in tryStore()
|
/external/llvm/lib/Target/AMDGPU/ |
D | R600ISelLowering.cpp | 1413 if (StoreNode->isTruncatingStore() || StoreNode->isIndexed()) { in LowerSTORE()
|