Searched refs:isIndexed (Results 1 - 25 of 27) sorted by relevance

12

/external/skia/src/gpu/ops/
H A DGrDefaultPathRenderer.cpp95 if (this->isIndexed()) {
111 if (this->isIndexed()) {
136 if (this->isIndexed()) {
197 bool isIndexed() const { function in class:__anon20797::PathGeoBuilder
234 if (this->isIndexed()) {
268 if (this->isIndexed() ? SkToBool(indexCount) : SkToBool(vertexCount)) {
269 if (!this->isIndexed()) {
404 bool isIndexed = instanceCount > 1; variable
405 for (int i = 0; !isIndexed && i < instanceCount; i++) {
407 isIndexed
[all...]
H A DGrDrawVerticesOp.h95 bool isIndexed() const { function in class:final
H A DGrMSAAPathRenderer.cpp233 bool isIndexed = contourCount > 1; local
234 if (isIndexed &&
241 isIndexed, stencilSettings);
263 int maxLineVertices, int maxQuadVertices, bool isIndexed,
270 , fIsIndexed(isIndexed) {
504 bool isIndexed) const {
528 if (isIndexed) {
542 add_quad(lines, quads, quadPts + i * 2, color, isIndexed,
548 add_quad(lines, quads, pts, color, isIndexed, subpathIdxStart);
556 add_quad(lines, quads, &quadPts[i], color, isIndexed, subpathIdxStar
261 MSAAPathOp(const Helper::MakeArgs& helperArgs, GrColor color, const SkPath& path, GrAAType aaType, const SkMatrix& viewMatrix, const SkRect& devBounds, int maxLineVertices, int maxQuadVertices, bool isIndexed, const GrUserStencilSettings* stencilSettings) argument
[all...]
H A DGrDrawVerticesOp.cpp167 if (this->isIndexed()) {
/external/skqp/src/gpu/ops/
H A DGrDefaultPathRenderer.cpp95 if (this->isIndexed()) {
111 if (this->isIndexed()) {
136 if (this->isIndexed()) {
197 bool isIndexed() const { function in class:__anon21463::PathGeoBuilder
234 if (this->isIndexed()) {
268 if (this->isIndexed() ? SkToBool(indexCount) : SkToBool(vertexCount)) {
269 if (!this->isIndexed()) {
404 bool isIndexed = instanceCount > 1; variable
405 for (int i = 0; !isIndexed && i < instanceCount; i++) {
407 isIndexed
[all...]
H A DGrDrawVerticesOp.h95 bool isIndexed() const { function in class:final
H A DGrMSAAPathRenderer.cpp233 bool isIndexed = contourCount > 1; local
234 if (isIndexed &&
241 isIndexed, stencilSettings);
263 int maxLineVertices, int maxQuadVertices, bool isIndexed,
270 , fIsIndexed(isIndexed) {
504 bool isIndexed) const {
528 if (isIndexed) {
542 add_quad(lines, quads, quadPts + i * 2, color, isIndexed,
548 add_quad(lines, quads, pts, color, isIndexed, subpathIdxStart);
556 add_quad(lines, quads, &quadPts[i], color, isIndexed, subpathIdxStar
261 MSAAPathOp(const Helper::MakeArgs& helperArgs, GrColor color, const SkPath& path, GrAAType aaType, const SkMatrix& viewMatrix, const SkRect& devBounds, int maxLineVertices, int maxQuadVertices, bool isIndexed, const GrUserStencilSettings* stencilSettings) argument
[all...]
H A DGrDrawVerticesOp.cpp167 if (this->isIndexed()) {
/external/deqp/external/vulkancts/modules/vulkan/draw/
H A DvktDrawShaderDrawParametersTests.cpp93 bool isIndexed (void) const { return (m_flags & TEST_FLAG_INDEXED) != 0; } function in class:vkt::Draw::__anon4316::DrawTest
156 if (!isIndexed())
168 if (!isIndexed())
194 if (isIndexed())
272 if (isIndexed())
279 if (isIndexed())
307 if (isIndexed())
316 if (isIndexed())
/external/skia/src/gpu/
H A DGrMesh.h31 bool isIndexed() const { return SkToBool(fIndexBuffer.get()); } function in class:GrMesh
204 if (!this->isIndexed()) {
219 if (!this->isIndexed()) {
/external/skqp/src/gpu/
H A DGrMesh.h31 bool isIndexed() const { return SkToBool(fIndexBuffer.get()); } function in class:GrMesh
204 if (!this->isIndexed()) {
219 if (!this->isIndexed()) {
/external/apache-xml/src/main/java/org/apache/xml/dtm/ref/
H A DDTMDefaultBaseTraversers.java336 * {@link #isIndexed(int) isIndexed} to make sure that the index can
507 protected final boolean isIndexed(int expandedTypeID) method in class:DTMDefaultBaseTraversers.IndexedDTMAxisTraverser
540 * {@link #isIndexed(int) isIndexed} to make sure that the index can
682 if (isIndexed(expandedTypeID))
737 if (isIndexed(expandedTypeID))
1659 if (isIndexed(expandedTypeID))
1730 if (isIndexed(expandedTypeID))
/external/v8/src/debug/
H A Dmirrors.js1426 PropertyMirror.prototype.isIndexed = function() {
1962 if (!property.isIndexed()) {
/external/swiftshader/third_party/LLVM/include/llvm/CodeGen/
H A DSelectionDAGNodes.h1569 assert((getOffset().getOpcode() == ISD::UNDEF || isIndexed()) &&
1583 /// isIndexed - Return true if this is a pre/post inc/dec load/store.
1584 bool isIndexed() const { return getAddressingMode() != ISD::UNINDEXED; } function in class:llvm::SDNode::LSBaseSDNode
/external/llvm/lib/Target/XCore/
H A DXCoreISelLowering.cpp1804 ST->isVolatile() || ST->isIndexed()) {
1822 !LD->isVolatile() && !LD->isIndexed() &&
/external/swiftshader/third_party/LLVM/lib/Target/XCore/
H A DXCoreISelLowering.cpp1480 ST->isVolatile() || ST->isIndexed()) {
1499 !LD->isVolatile() && !LD->isIndexed() &&
/external/llvm/lib/CodeGen/SelectionDAG/
H A DDAGCombiner.cpp9618 if (LD->isIndexed() || LD->getBasePtr().getNode() != N)
9623 if (ST->isIndexed() || ST->getBasePtr().getNode() != N)
9667 if (LD->isIndexed())
9675 if (ST->isIndexed())
9894 if (LD->isIndexed())
9902 if (ST->isIndexed())
11394 if (OtherST->isVolatile() || OtherST->isIndexed())
11423 if (Index->isVolatile() || Index->isIndexed())
11722 if (Ld->isVolatile() || Ld->isIndexed())
14067 LLD->isIndexed() || RL
[all...]
H A DSelectionDAG.cpp6965 if (LD->isIndexed() || Base->isIndexed())
H A DLegalizeDAG.cpp1195 if (ST->isIndexed() || ST->isTruncatingStore() ||
/external/llvm/include/llvm/CodeGen/
H A DSelectionDAGNodes.h1798 bool isIndexed() const { return getAddressingMode() != ISD::UNINDEXED; } function in class:LSBaseSDNode
/external/llvm/lib/Target/PowerPC/
H A DPPCISelLowering.cpp6516 if (LD->isIndexed() && !LD->getOffset().isUndef()) {
6530 RLI.ResChain = SDValue(LD, LD->isIndexed() ? 2 : 1);
7987 if (Idx == 0 && LN->isIndexed()) {
8005 if (LN->isIndexed()) {
8081 if (Idx == 0 && SN->isIndexed()) {
8096 if (SN->isIndexed()) {
10723 if (LD->isIndexed()) {
10744 if (LD->isIndexed()) {
10753 DAG.ReplaceAllUsesOfValueWith(SDValue(LD, LD->isIndexed() ? 2 : 1),
/external/swiftshader/third_party/LLVM/lib/CodeGen/SelectionDAG/
H A DDAGCombiner.cpp5877 if (LD->isIndexed())
5885 if (ST->isIndexed())
6009 if (LD->isIndexed())
6017 if (ST->isIndexed())
/external/llvm/lib/Target/NVPTX/
H A DNVPTXISelDAGToDAG.cpp682 if (LD->isIndexed())
2125 if (ST->isIndexed())
/external/llvm/lib/Target/AMDGPU/
H A DR600ISelLowering.cpp1413 if (StoreNode->isTruncatingStore() || StoreNode->isIndexed()) {
/external/guice/extensions/persist/lib/
H A Dhibernate-annotations.jarMETA-INF/ META-INF/MANIFEST.MF org/ org/hibernate/ org/hibernate/annotationfactory/ org/hibernate/annotations/ org/ ...

Completed in 824 milliseconds

12