/third_party/skia/third_party/externals/angle2/src/libANGLE/renderer/d3d/ |
D | VertexDataManager.cpp | 279 translated->divisor = binding.getDivisor(); in prepareVertexData() 343 directAttrib->usesFirstVertexOffset = (binding.getDivisor() == 0); in StoreDirectAttrib() 409 translated->usesFirstVertexOffset = (binding.getDivisor() == 0); in StoreStaticAttrib() 500 size_t totalCount = gl::ComputeVertexBindingElementCount(binding.getDivisor(), count, in reserveSpaceForAttrib() 508 GLint firstVertexIndex = binding.getDivisor() > 0 in reserveSpaceForAttrib() 509 ? UnsignedCeilDivide(baseInstance, binding.getDivisor()) in reserveSpaceForAttrib() 544 (binding.getDivisor() > 0 ? UnsignedCeilDivide(baseInstance, binding.getDivisor()) : start); in storeDynamicAttrib() 567 size_t totalCount = gl::ComputeVertexBindingElementCount(binding.getDivisor(), count, in storeDynamicAttrib()
|
D | VertexBuffer.cpp | 191 GLuint divisor = binding.getDivisor(); in storeDynamicAttribute()
|
/third_party/flutter/skia/third_party/externals/angle2/src/libANGLE/renderer/d3d/ |
D | VertexDataManager.cpp | 281 translated->divisor = binding.getDivisor(); in prepareVertexData() 344 directAttrib->usesFirstVertexOffset = (binding.getDivisor() == 0); in StoreDirectAttrib() 410 translated->usesFirstVertexOffset = (binding.getDivisor() == 0); in StoreStaticAttrib() 497 size_t totalCount = gl::ComputeVertexBindingElementCount(binding.getDivisor(), count, in reserveSpaceForAttrib() 505 GLint firstVertexIndex = binding.getDivisor() > 0 ? 0 : start; in reserveSpaceForAttrib() 536 GLint firstVertexIndex = (binding.getDivisor() > 0 ? 0 : start); in storeDynamicAttrib() 559 size_t totalCount = gl::ComputeVertexBindingElementCount(binding.getDivisor(), count, in storeDynamicAttrib()
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Transforms/Scalar/ |
D | DivRemPairs.cpp | 102 Value *getDivisor() const { return DivInst->getOperand(1); } in getDivisor() function 205 Value *Y = E.getDivisor(); in optimizeDivRem() 265 Value *Y = E.getDivisor(); in optimizeDivRem()
|
/third_party/flutter/skia/third_party/externals/angle2/src/libANGLE/ |
D | VertexAttribute.cpp | 126 if (binding.getDivisor() > 0) in updateCachedElementLimit() 129 angle::CheckedNumeric<GLint64> bindingDivisor(binding.getDivisor()); in updateCachedElementLimit()
|
D | VertexAttribute.h | 36 GLuint getDivisor() const { return mDivisor; } in getDivisor() function
|
D | FrameCapture.cpp | 260 if (binding.getDivisor() > 0) 263 binding.getDivisor());
|
/third_party/skia/third_party/externals/angle2/src/libANGLE/ |
D | VertexAttribute.cpp | 126 if (binding.getDivisor() > 0) in updateCachedElementLimit() 129 angle::CheckedNumeric<GLint64> bindingDivisor(binding.getDivisor()); in updateCachedElementLimit()
|
D | VertexAttribute.h | 36 GLuint getDivisor() const { return mDivisor; } in getDivisor() function
|
/third_party/flutter/skia/third_party/externals/angle2/src/libANGLE/renderer/gl/ |
D | VertexArrayGL.cpp | 264 GLuint adjustedDivisor = GetAdjustedDivisor(mAppliedNumViews, binding.getDivisor()); in computeStreamingAttributeSizes() 330 GLuint adjustedDivisor = GetAdjustedDivisor(mAppliedNumViews, binding.getDivisor()); in streamAttributes() 575 GetAdjustedDivisor(mAppliedNumViews, mState.getVertexBinding(bindingIndex).getDivisor()); in updateBindingDivisor() 576 if (mAppliedBindings[bindingIndex].getDivisor() == adjustedDivisor) in updateBindingDivisor()
|
/third_party/skia/third_party/externals/angle2/src/libANGLE/renderer/d3d/d3d11/ |
D | VertexArray11.cpp | 264 translatedAttrib->binding->getDivisor() * mAppliedNumViewsToDivisor; in updateDirtyAttribs() 321 dynamicAttrib->divisor = dynamicAttrib->binding->getDivisor() * mAppliedNumViewsToDivisor; in updateDynamicAttribs()
|
D | VertexBuffer11.cpp | 119 if (instances == 0 || binding.getDivisor() == 0) in storeVertexAttributes()
|
/third_party/flutter/skia/third_party/externals/angle2/src/libANGLE/renderer/d3d/d3d11/ |
D | VertexArray11.cpp | 262 translatedAttrib->binding->getDivisor() * mAppliedNumViewsToDivisor; in updateDirtyAttribs() 314 dynamicAttrib->divisor = dynamicAttrib->binding->getDivisor() * mAppliedNumViewsToDivisor; in updateDynamicAttribs()
|
D | VertexBuffer11.cpp | 119 if (instances == 0 || binding.getDivisor() == 0) in storeVertexAttributes()
|
/third_party/skia/third_party/externals/angle2/src/libANGLE/renderer/vulkan/ |
D | VertexArrayVk.cpp | 570 attribIndex, mCurrentArrayBufferStrides[attribIndex], binding.getDivisor(), in updateActiveAttribInfo() 595 (binding.getDivisor() > renderer->getMaxVertexAttribDivisor()) || (bufferGL == nullptr); in syncDirtyAttrib() 723 attribIndex, stride, binding.getDivisor(), attrib.format->id, compressed, in syncDirtyAttrib() 797 const uint32_t divisor = binding.getDivisor(); in updateStreamedAttribs()
|
/third_party/flutter/skia/third_party/externals/angle2/src/libANGLE/renderer/d3d/d3d9/ |
D | VertexBuffer9.cpp | 89 if (instances == 0 || binding.getDivisor() == 0) in storeVertexAttributes()
|
/third_party/skia/third_party/externals/angle2/src/libANGLE/renderer/d3d/d3d9/ |
D | VertexBuffer9.cpp | 89 if (instances == 0 || binding.getDivisor() == 0) in storeVertexAttributes()
|
/third_party/flutter/skia/third_party/externals/angle2/src/libANGLE/renderer/vulkan/ |
D | VertexArrayVk.cpp | 503 contextVk->onVertexAttributeChange(attribIndex, stride, binding.getDivisor(), in syncDirtyAttrib() 587 if (binding.getDivisor() > 0) in updateClientAttribs() 590 size_t count = UnsignedCeilDivide(instanceCount, binding.getDivisor()); in updateClientAttribs()
|
/third_party/node/deps/icu-small/source/i18n/ |
D | nfrule.h | 68 int64_t getDivisor() const;
|
/third_party/flutter/skia/third_party/externals/icu/source/i18n/ |
D | nfrule.h | 68 int64_t getDivisor() const;
|
/third_party/skia/third_party/externals/icu/source/i18n/ |
D | nfrule.h | 68 int64_t getDivisor() const;
|
/third_party/icu/icu4c/source/i18n/ |
D | nfrule.h | 68 int64_t getDivisor() const;
|
/third_party/icu/ohos_icu4j/src/main/java/ohos/global/icu/text/ |
D | NFSubstitution.java | 692 this.divisor = rule.getDivisor(); in MultiplierSubstitution() 854 this.divisor = rule.getDivisor(); in ModulusSubstitution()
|
/third_party/icu/icu4j/main/classes/core/src/com/ibm/icu/text/ |
D | NFSubstitution.java | 691 this.divisor = rule.getDivisor(); in MultiplierSubstitution() 853 this.divisor = rule.getDivisor(); in ModulusSubstitution()
|
/third_party/skia/third_party/externals/angle2/src/libANGLE/renderer/gl/ |
D | VertexArrayGL.cpp | 366 GLuint adjustedDivisor = GetAdjustedDivisor(mAppliedNumViews, binding.getDivisor()); in computeStreamingAttributeSizes() 439 GLuint adjustedDivisor = GetAdjustedDivisor(mAppliedNumViews, binding.getDivisor()); in streamAttributes() 829 GetAdjustedDivisor(mAppliedNumViews, mState.getVertexBinding(bindingIndex).getDivisor()); in updateBindingDivisor()
|