Home
last modified time | relevance | path

Searched refs:totalCount (Results 1 - 21 of 21) sorted by relevance

/third_party/skia/third_party/externals/angle2/src/libANGLE/renderer/d3d/
H A DDynamicImage2DHLSL.cpp388 unsigned int totalCount, in OutputImage2DSizeFunction()
405 if (texture2DCount == totalCount) in OutputImage2DSizeFunction()
433 if (texture3DCount == totalCount) in OutputImage2DSizeFunction()
469 if (texture2DArrayCount == totalCount) in OutputImage2DSizeFunction()
494 unsigned int totalCount, in OutputImage2DLoadFunction()
511 if (texture2DCount == totalCount) in OutputImage2DLoadFunction()
529 if (texture3DCount == totalCount) in OutputImage2DLoadFunction()
564 if (texture2DArrayCount == totalCount) in OutputImage2DLoadFunction()
587 unsigned int totalCount, in OutputImage2DStoreFunction()
602 if (texture2DCount == totalCount) in OutputImage2DStoreFunction()
386 OutputImage2DSizeFunction(std::ostringstream &out, Image2DHLSLGroup textureGroup, unsigned int totalCount, unsigned int texture2DCount, unsigned int texture3DCount, unsigned int texture2DArrayCount, const std::string &offsetStr, const std::string &declarationStr, bool getDimensionsIgnoresBaseLevel) OutputImage2DSizeFunction() argument
492 OutputImage2DLoadFunction(std::ostringstream &out, Image2DHLSLGroup textureGroup, unsigned int totalCount, unsigned int texture2DCount, unsigned int texture3DCount, unsigned int texture2DArrayCount, const std::string &offsetStr, const std::string &declarationStr) OutputImage2DLoadFunction() argument
585 OutputImage2DStoreFunction(std::ostringstream &out, Image2DHLSLGroup textureGroup, unsigned int totalCount, unsigned int texture2DCount, unsigned int texture3DCount, unsigned int texture2DArrayCount, const std::string &offsetStr, const std::string &declarationStr) OutputImage2DStoreFunction() argument
744 unsigned int totalCount = texture2DCount + texture3DCount + texture2DArrayCount; OutputHLSLImage2DUniformGroup() local
[all...]
H A DVertexDataManager.cpp381 int totalCount = in StoreStaticAttrib() local
385 if (totalCount > 0) in StoreStaticAttrib()
388 totalCount, 0, sourceData)); in StoreStaticAttrib()
500 size_t totalCount = gl::ComputeVertexBindingElementCount(binding.getDivisor(), count, in reserveSpaceForAttrib() local
512 static_cast<int64_t>(firstVertexIndex) + static_cast<int64_t>(totalCount); in reserveSpaceForAttrib()
521 return mStreamingBuffer.reserveVertexSpace(context, attrib, binding, totalCount, instances, in reserveSpaceForAttrib()
567 size_t totalCount = gl::ComputeVertexBindingElementCount(binding.getDivisor(), count, in storeDynamicAttrib() local
572 static_cast<GLsizei>(totalCount), instances, baseInstance, &streamOffset, sourceData)); in storeDynamicAttrib()
/third_party/node/deps/npm/node_modules/qrcode-terminal/vendor/QRCode/
H A DQRRSBlock.js3 function QRRSBlock(totalCount, dataCount) {
4 this.totalCount = totalCount;
271 var totalCount = rsBlock[i * 3 + 1];
275 list.push(new QRRSBlock(totalCount, dataCount) );
H A Dindex.js410 var ecCount = rsBlocks[r].totalCount - dcCount;
436 totalCodeCount += rsBlocks[y].totalCount;
/third_party/skia/src/core/
H A DSkBlitter_A8.cpp23 SkDEBUGCODE(int totalCount = 0;) in blitAntiH()
38 SkDEBUGCODE(totalCount += count;) in blitAntiH()
40 SkASSERT(fDevice.width() == totalCount); in blitAntiH()
/third_party/protobuf/js/experimental/runtime/kernel/
H A Dmessage_set.js42 let totalCount = 0;
46 totalCount++;
50 if (totalCount > itemMap.size) {
/third_party/skia/platform_tools/android/apps/skqp/src/main/java/org/skia/skqp/
H A DSkQPRunner.java56 int totalCount = mImpl.mUnitTests.length + mImpl.mGMs.length * mImpl.mBackends.length; in SkQPRunner()
57 mTests = new Description[totalCount]; in SkQPRunner()
58 mShouldSkipTest = new boolean[totalCount]; // = {false, false, ....}; in SkQPRunner()
70 assert(index == totalCount); in SkQPRunner()
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/robustness/
H A DvktRobustness1VertexAccessTests.cpp203 const deUint32 totalCount = GetVerticesCountForTriangles(3, 3);
204 PaddedAlloc<Vec4> positions (totalCount, 8, outOfRangeColor);
205 PaddedAlloc<Color> colors (totalCount, 8, { outOfRangeColor, outOfRangeColor });
263 const deUint32 totalCount = GetVerticesCountForTriangles(3, 3);
264 PaddedAlloc<Vertex> vertices (totalCount, 8, { outOfRangeColor, outOfRangeColor, outOfRangeColor, outOfRangeColor });
312 const deUint32 totalCount = GetVerticesCountForTriangles(3, 3);
321 PaddedAlloc<Vertex> vertices (totalCount, 8, { outOfRangeColor, outOfRangeColor, outOfRangeColor, outOfRangeColor, outOfRangeColor });
372 const deUint32 totalCount = GetVerticesCountForTriangles(3, 3);
373 PaddedAlloc<Vec4> vertices (totalCount, 8, unusedColor);
374 PaddedAlloc<Vec4> colors (2 * totalCount
[all...]
/third_party/vk-gl-cts/external/vulkancts/modules_no_buildgn/vulkan/robustness/
H A DvktRobustness1VertexAccessTests.cpp203 const deUint32 totalCount = GetVerticesCountForTriangles(3, 3);
204 PaddedAlloc<Vec4> positions (totalCount, 8, outOfRangeColor);
205 PaddedAlloc<Color> colors (totalCount, 8, { outOfRangeColor, outOfRangeColor });
264 const deUint32 totalCount = GetVerticesCountForTriangles(3, 3);
265 PaddedAlloc<Vertex> vertices (totalCount, 8, { outOfRangeColor, outOfRangeColor, outOfRangeColor, outOfRangeColor });
314 const deUint32 totalCount = GetVerticesCountForTriangles(3, 3);
323 PaddedAlloc<Vertex> vertices (totalCount, 8, { outOfRangeColor, outOfRangeColor, outOfRangeColor, outOfRangeColor, outOfRangeColor });
375 const deUint32 totalCount = GetVerticesCountForTriangles(3, 3);
376 PaddedAlloc<Vec4> vertices (totalCount, 8, unusedColor);
377 PaddedAlloc<Vec4> colors (2 * totalCount
[all...]
/third_party/skia/third_party/externals/dawn/src/dawn_native/
H A DBindingInfo.cpp48 bindingCounts->totalCount += 1; in IncrementBindingCounts()
103 bindingCounts->totalCount += rhs.totalCount; in AccumulateBindingCounts()
H A DBindingInfo.h86 uint32_t totalCount; member
H A DBindGroupLayout.cpp521 Align(objectPointerStart + mBindingCounts.totalCount * sizeof(Ref<ObjectBase>), in GetBindingDataSize()
532 reinterpret_cast<uint64_t*>(bindings + mBindingCounts.totalCount), sizeof(uint64_t)); in ComputeBindingDataPointers()
/third_party/skia/tools/viewer/
H A DStatsLayer.cpp126 int totalCount = 0; in onPaint() local
149 ++totalCount; in onPaint()
163 double time = totalTime / std::max(1, totalCount); in onPaint()
/third_party/skia/src/ports/skia_ohos/
H A DSkFontMgr_ohos.cpp193 // bcp47 or only iso639. Therefore totalCount need to be 'bcp47Count * 2' in findTypeface()
194 int totalCount = bcp47Count * 2; in findTypeface() local
195 int tps[totalCount]; in findTypeface()
196 for (int i = 0; i < totalCount; i++) { in findTypeface()
219 for (int i = totalCount - 1; i >= bcp47Count; i--) { in findTypeface()
/third_party/vk-gl-cts/external/vulkancts/modules_no_buildgn/vulkan/api/
H A DvktApiMaintenance3Check.cpp442 deUint32 totalCount = 0u; in getBindingsDescription() local
455 totalCount += count; in getBindingsDescription()
461 combStr << "{ Descriptors: " << totalCount << ", ["; in getBindingsDescription() local
/third_party/skia/third_party/externals/sfntly/java/src/com/google/typography/font/tools/fontinfo/
H A DFontInfo.java316 int totalCount = 0; in listCharBlockCoverage()
336 totalCount += count; in listCharBlockCoverage()
344 totalCount++; in listCharBlockCoverage()
347 int nonUnicodeCount = numChars(font) - totalCount; in listCharBlockCoverage()
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/api/
H A DvktApiMaintenance3Check.cpp443 deUint32 totalCount = 0u; in getBindingsDescription() local
456 totalCount += count; in getBindingsDescription()
462 combStr << "{ Descriptors: " << totalCount << ", ["; in getBindingsDescription() local
/third_party/libphonenumber/migrator/src/main/java/com/google/phonenumbers/migrator/
H A DMigrationJob.java379 int totalCount = untouchedEntries.size() + migratedCount; in printMetrics()
382 System.out.println("* " + migratedCount + " out of the " + totalCount + " inputted numbers " in printMetrics()
/third_party/icu/icu4c/source/test/intltest/
H A Dmeasfmttest.cpp3491 int32_t totalCount = MeasureUnit::getAvailable(units, 0, status); in TestGetAvailable() local
3495 units = new MeasureUnit[totalCount]; in TestGetAvailable()
3496 totalCount = MeasureUnit::getAvailable(units, totalCount, status); in TestGetAvailable()
3503 if (totalCount < 200) { in TestGetAvailable()
3542 if (unitCountSum != totalCount) { in TestGetAvailable()
5010 int32_t totalCount = MeasureUnit::getAvailable(nullptr, 0, status);
5012 std::unique_ptr<MeasureUnit[]> units(new MeasureUnit[totalCount]);
5013 totalCount = MeasureUnit::getAvailable(units.get(), totalCount, statu
[all...]
/third_party/skia/third_party/externals/angle2/src/tests/gl_tests/
H A DTextureTest.cpp495 size_t totalCount = 0; in getTotalMipDataSize() local
498 totalCount += getMipDataSize(mip0Size, mip); in getTotalMipDataSize()
500 return totalCount; in getTotalMipDataSize()
6828 GLint totalCount = tex2DCount + texCubeCount;
6829 mTextures.assign(totalCount, 0);
6830 glGenTextures(totalCount, &mTextures[0]);
/third_party/vk-gl-cts/external/vulkancts/framework/vulkan/
H A DvkRayTracingUtil.cpp3591 uint32_t totalCount = getShaderGroupCount();
3594 totalCount += lib->get()->getFullShaderGroupCount();
3596 return totalCount;

Completed in 34 milliseconds