Home
last modified time | relevance | path

Searched refs:entryCount (Results 1 - 25 of 59) sorted by relevance

123

/third_party/skia/third_party/externals/sfntly/java/src/com/google/typography/font/sfntly/table/core/
H A DCMapFormat2.java37 private int entryCount(int subHeaderIndex) { in entryCount() method in CMapFormat2
39 int entryCount = in entryCount()
42 return entryCount; in entryCount()
96 int entryCount = entryCount(highByte); in glyphId()
98 if (lowByte < firstCode || lowByte >= firstCode + entryCount) { in glyphId()
H A DCMapFormat6.java18 private final int entryCount; field in CMapFormat6
23 this.entryCount = this.data.readUShort(Offset.format6EntryCount.offset); in CMapFormat6()
28 if (character < this.firstCode || character >= this.firstCode + this.entryCount) { in glyphId()
54 if (character < (firstCode + entryCount)) { in hasNext()
/third_party/skia/src/core/
H A DSkDescriptor.h20 static size_t ComputeOverhead(int entryCount) { in ComputeOverhead() argument
21 SkASSERT(entryCount >= 0); in ComputeOverhead()
22 return sizeof(SkDescriptor) + entryCount * sizeof(Entry); in ComputeOverhead()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/LTO/
H A DSummaryBasedOptimizations.cpp58 return F->entryCount(); in computeSyntheticCounts()
70 SaturatingAdd(F->entryCount(), New.template toInt<uint64_t>())); in computeSyntheticCounts()
/third_party/skia/third_party/externals/dawn/src/tests/end2end/
H A DPipelineLayoutTests.cpp42 descriptor.entryCount = static_cast<uint32_t>(entries.size()); in TEST_P()
57 descriptor.entryCount = 1; in TEST_P()
/third_party/skia/third_party/externals/dawn/src/tests/unittests/validation/
H A DGetBindGroupLayoutValidationTests.cpp138 desc.entryCount = 1; in TEST_F()
317 desc.entryCount = 1; in TEST_F()
338 desc.entryCount = 1; in TEST_F()
440 desc.entryCount = 1; in TEST_F()
467 desc.entryCount = 1; in TEST_F()
555 desc.entryCount = 1; in TEST_F()
609 desc.entryCount = 1; in TEST_F()
748 desc.entryCount = 1; in TEST_F()
823 desc.entryCount = 1; in TEST_F()
1003 desc.entryCount in TEST_F()
[all...]
/third_party/icu/icu4c/source/test/perf/leperf/
H A Dsfnt.h104 le_uint16 entryCount; member
173 le_uint16 entryCount; member
182 le_uint16 entryCount; member
H A DFontObject.h75 le_uint16 entryCount; member
103 le_uint16 entryCount; member
/third_party/icu/icu4c/source/test/letest/
H A Dsfnt.h100 le_uint16 entryCount; member
169 le_uint16 entryCount; member
178 le_uint16 entryCount; member
H A DFontObject.h71 le_uint16 entryCount; member
99 le_uint16 entryCount; member
/third_party/skia/third_party/externals/dawn/src/tests/unittests/wire/
H A DWireOptionalTests.cpp30 bglDesc.entryCount = 0; in TEST_F()
47 bgDesc.entryCount = 1; in TEST_F()
55 return desc->nextInChain == nullptr && desc->entryCount == 1 && in TEST_F()
H A DWireArgumentTests.cpp52 bglDescriptor.entryCount = 0; in TEST_F()
61 bindGroupDescriptor.entryCount = 0; in TEST_F()
272 bglDescriptor.entryCount = 0;
325 bglDescriptor.entryCount = NUM_BINDINGS;
343 return desc->nextInChain == nullptr && desc->entryCount == 3;
/third_party/icu/icu4c/source/samples/layout/
H A Dsfnt.h78 le_uint16 entryCount; member
106 le_uint16 entryCount; member
/third_party/skia/third_party/externals/angle2/src/libANGLE/
H A DBlobCache.h130 size_t entryCount() const { return mBlobCache.entryCount(); }
H A DMemoryProgramCache.h76 size_t entryCount() const;
H A DMemoryProgramCache.cpp276 size_t MemoryProgramCache::entryCount() const in entryCount() function in gl::MemoryProgramCache
278 return mBlobCache.entryCount(); in entryCount()
/third_party/skia/third_party/externals/icu/source/samples/layout/
H A Dsfnt.h78 le_uint16 entryCount; member
106 le_uint16 entryCount; member
/third_party/node/deps/npm/node_modules/ignore-walk/lib/
H A Dindex.js140 let entryCount = filtered.length
141 if (entryCount === 0) {
145 if (--entryCount === 0) {
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/api/
H A DvktApiBufferMemoryRequirementsTests.cpp451 int entryCount = 0; in checkSupport() local
465 if (entryCount++) str << std::endl; in checkSupport()
478 if (entryCount++) str << std::endl; in checkSupport()
493 if (entryCount++) str << std::endl; in checkSupport()
509 if (entryCount++) str << std::endl; in checkSupport()
519 if (entryCount++) str << std::endl; in checkSupport()
532 if (entryCount++) str << std::endl; in checkSupport()
542 if (entryCount++) str << std::endl; in checkSupport()
570 if (entryCount > 0) in checkSupport()
/third_party/vk-gl-cts/external/vulkancts/modules_no_buildgn/vulkan/api/
H A DvktApiBufferMemoryRequirementsTests.cpp449 int entryCount = 0; in checkSupport() local
463 if (entryCount++) str << std::endl; in checkSupport()
476 if (entryCount++) str << std::endl; in checkSupport()
491 if (entryCount++) str << std::endl; in checkSupport()
507 if (entryCount++) str << std::endl; in checkSupport()
517 if (entryCount++) str << std::endl; in checkSupport()
530 if (entryCount++) str << std::endl; in checkSupport()
540 if (entryCount++) str << std::endl; in checkSupport()
568 if (entryCount > 0) in checkSupport()
/third_party/skia/third_party/externals/dawn/src/dawn_native/
H A DBindGroup.cpp273 BindingIndex(descriptor->entryCount) != descriptor->layout->GetBindingCount(), in ValidateBindGroupDescriptor()
275 descriptor->entryCount, static_cast<uint32_t>(descriptor->layout->GetBindingCount()), in ValidateBindGroupDescriptor()
282 for (uint32_t i = 0; i < descriptor->entryCount; ++i) { in ValidateBindGroupDescriptor()
347 for (uint32_t i = 0; i < descriptor->entryCount; ++i) { in BindGroupBase()
/third_party/skia/third_party/externals/dawn/src/dawn_native/utils/
H A DWGPUHelpers.cpp80 descriptor.entryCount = static_cast<uint32_t>(entries.size()); in MakeBindGroupLayout()
182 descriptor.entryCount = entries.size(); in MakeBindGroup()
/third_party/skia/third_party/externals/dawn/src/tests/white_box/
H A DInternalResourceUsageTests.cpp55 bglDesc.entryCount = 1; in TEST_P()
/third_party/skia/third_party/externals/dawn/src/dawn_native/opengl/
H A DBindGroupGL.cpp25 for (uint32_t i = 0; i < descriptor->entryCount; ++i) { in ValidateGLBindGroupDescriptor()
/third_party/skia/src/gpu/dawn/
H A DGrDawnProgramDataManager.cpp54 descriptor.entryCount = bindings.size(); in uploadUniformBuffers()

Completed in 16 milliseconds

123