Home
last modified time | relevance | path

Searched refs:getDivisor (Results 1 – 25 of 54) sorted by relevance

123

/third_party/skia/third_party/externals/angle2/src/libANGLE/renderer/d3d/
DVertexDataManager.cpp279 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()
DVertexBuffer.cpp191 GLuint divisor = binding.getDivisor(); in storeDynamicAttribute()
/third_party/flutter/skia/third_party/externals/angle2/src/libANGLE/renderer/d3d/
DVertexDataManager.cpp281 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/
DDivRemPairs.cpp102 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/
DVertexAttribute.cpp126 if (binding.getDivisor() > 0) in updateCachedElementLimit()
129 angle::CheckedNumeric<GLint64> bindingDivisor(binding.getDivisor()); in updateCachedElementLimit()
DVertexAttribute.h36 GLuint getDivisor() const { return mDivisor; } in getDivisor() function
DFrameCapture.cpp260 if (binding.getDivisor() > 0)
263 binding.getDivisor());
/third_party/skia/third_party/externals/angle2/src/libANGLE/
DVertexAttribute.cpp126 if (binding.getDivisor() > 0) in updateCachedElementLimit()
129 angle::CheckedNumeric<GLint64> bindingDivisor(binding.getDivisor()); in updateCachedElementLimit()
DVertexAttribute.h36 GLuint getDivisor() const { return mDivisor; } in getDivisor() function
/third_party/flutter/skia/third_party/externals/angle2/src/libANGLE/renderer/gl/
DVertexArrayGL.cpp264 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/
DVertexArray11.cpp264 translatedAttrib->binding->getDivisor() * mAppliedNumViewsToDivisor; in updateDirtyAttribs()
321 dynamicAttrib->divisor = dynamicAttrib->binding->getDivisor() * mAppliedNumViewsToDivisor; in updateDynamicAttribs()
DVertexBuffer11.cpp119 if (instances == 0 || binding.getDivisor() == 0) in storeVertexAttributes()
/third_party/flutter/skia/third_party/externals/angle2/src/libANGLE/renderer/d3d/d3d11/
DVertexArray11.cpp262 translatedAttrib->binding->getDivisor() * mAppliedNumViewsToDivisor; in updateDirtyAttribs()
314 dynamicAttrib->divisor = dynamicAttrib->binding->getDivisor() * mAppliedNumViewsToDivisor; in updateDynamicAttribs()
DVertexBuffer11.cpp119 if (instances == 0 || binding.getDivisor() == 0) in storeVertexAttributes()
/third_party/skia/third_party/externals/angle2/src/libANGLE/renderer/vulkan/
DVertexArrayVk.cpp570 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/
DVertexBuffer9.cpp89 if (instances == 0 || binding.getDivisor() == 0) in storeVertexAttributes()
/third_party/skia/third_party/externals/angle2/src/libANGLE/renderer/d3d/d3d9/
DVertexBuffer9.cpp89 if (instances == 0 || binding.getDivisor() == 0) in storeVertexAttributes()
/third_party/flutter/skia/third_party/externals/angle2/src/libANGLE/renderer/vulkan/
DVertexArrayVk.cpp503 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/
Dnfrule.h68 int64_t getDivisor() const;
/third_party/flutter/skia/third_party/externals/icu/source/i18n/
Dnfrule.h68 int64_t getDivisor() const;
/third_party/skia/third_party/externals/icu/source/i18n/
Dnfrule.h68 int64_t getDivisor() const;
/third_party/icu/icu4c/source/i18n/
Dnfrule.h68 int64_t getDivisor() const;
/third_party/icu/ohos_icu4j/src/main/java/ohos/global/icu/text/
DNFSubstitution.java692 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/
DNFSubstitution.java691 this.divisor = rule.getDivisor(); in MultiplierSubstitution()
853 this.divisor = rule.getDivisor(); in ModulusSubstitution()
/third_party/skia/third_party/externals/angle2/src/libANGLE/renderer/gl/
DVertexArrayGL.cpp366 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()

123