/third_party/skia/src/gpu/geometry/ |
H A D | GrQuadBuffer.h | 21 fData.reserve(this->entrySize(fDeviceType, nullptr)); in GrQuadBuffer() 32 int entrySize = this->entrySize(fDeviceType, needsLocals ? &fLocalType : nullptr); in GrQuadBuffer() local 33 fData.reserve(count * entrySize); in GrQuadBuffer() 178 inline int entrySize(GrQuad::Type deviceType, const GrQuad::Type* localType) const { in entrySize() function in GrQuadBuffer 188 inline int entrySize(const Header* header) const { in entrySize() function in GrQuadBuffer 191 return this->entrySize(static_cast<GrQuad::Type>(header->fDeviceType), &localType); in entrySize() 193 return this->entrySize(static_cast<GrQuad::Type>(header->fDeviceType), nullptr); in entrySize() 267 int entrySize = this->entrySize(deviceQua in append() local [all...] |
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/MC/ |
H A D | MCSectionELF.h | 54 unsigned entrySize, const MCSymbolELF *group, unsigned UniqueID, in MCSectionELF() 57 Flags(flags), UniqueID(UniqueID), EntrySize(entrySize), Group(group), in MCSectionELF() 53 MCSectionELF(StringRef Section, unsigned type, unsigned flags, SectionKind K, unsigned entrySize, const MCSymbolELF *group, unsigned UniqueID, MCSymbol *Begin, const MCSymbolELF *AssociatedSymbol) MCSectionELF() argument
|
/third_party/skia/third_party/externals/freetype/src/gxvalid/ |
H A D | gxvcommn.c | 1083 FT_Int entrySize = 2 + 2 + GXV_GLYPHOFFSET_SIZE( statetable ); in gxv_EntryTable_validate() local 1090 GXV_TRACE(( "maxEntry=%d entrySize=%d\n", maxEntry, entrySize )); in gxv_EntryTable_validate() 1092 if ( ( maxEntry + 1 ) * entrySize > *length_p ) in gxv_EntryTable_validate() 1097 maxEntry = (FT_Byte)( *length_p / entrySize - 1 ); in gxv_EntryTable_validate() 1465 FT_Int entrySize = 2 + 2 + GXV_GLYPHOFFSET_SIZE( xstatetable ); in gxv_XEntryTable_validate() local 1469 GXV_TRACE(( "maxEntry=%d entrySize=%d\n", maxEntry, entrySize )); in gxv_XEntryTable_validate() 1471 if ( ( p + ( maxEntry + 1 ) * entrySize ) > limit ) in gxv_XEntryTable_validate()
|
/third_party/elfio/tests/ |
H A D | ELFIOTest.cpp | 74 Elf_Xword entrySize ) in checkSection() 85 EXPECT_EQ( sec->get_entry_size(), entrySize ); in checkSection() 98 Elf_Xword entrySize ) in checkSection() 101 info, addrAlign, entrySize ); in checkSection()
|
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/draw/ |
H A D | vktDrawMultiExtTests.cpp | 264 deUint32 entrySize () const in entrySize() function in vkt::Draw::__anon27920::DrawInfoPacker 281 m_dataVec.reserve(estimatedInfoCount * entrySize()); in DrawInfoPacker() 286 std::vector<deUint8> entry(entrySize(), 0); in addDrawInfo()
|
/third_party/vk-gl-cts/external/vulkancts/modules_no_buildgn/vulkan/draw/ |
H A D | vktDrawMultiExtTests.cpp | 264 deUint32 entrySize () const in entrySize() function in vkt::Draw::__anon29161::DrawInfoPacker 281 m_dataVec.reserve(estimatedInfoCount * entrySize()); in DrawInfoPacker() 286 std::vector<deUint8> entry(entrySize(), 0); in addDrawInfo()
|
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/compute/ |
H A D | vktComputeBasicComputeShaderTests.cpp | 3909 const auto entrySize = static_cast<deUintptr>(sizeof(deInt32)); 3918 entrySize, // deUintptr size; 3922 static_cast<deUint32>(entrySize), // deUint32 offset; 3923 entrySize, // deUintptr size; 3927 static_cast<deUint32>(entrySize * 2u), // deUint32 offset; 3928 entrySize, // deUintptr size;
|
/third_party/vk-gl-cts/external/vulkancts/modules_no_buildgn/vulkan/compute/ |
H A D | vktComputeBasicComputeShaderTests.cpp | 3670 const auto entrySize = static_cast<deUintptr>(sizeof(deInt32)); 3679 entrySize, // deUintptr size; 3683 static_cast<deUint32>(entrySize), // deUint32 offset; 3684 entrySize, // deUintptr size; 3688 static_cast<deUint32>(entrySize * 2u), // deUint32 offset; 3689 entrySize, // deUintptr size;
|
/third_party/skia/third_party/externals/freetype/src/truetype/ |
H A D | ttgxvar.c | 694 FT_UInt entrySize; in ft_var_load_delta_set_index_mapping() local 731 entrySize = ( ( entryFormat & 0x30 ) >> 4 ) + 1; in ft_var_load_delta_set_index_mapping() 736 if ( map->mapCount * entrySize > table_len ) in ft_var_load_delta_set_index_mapping() 757 for ( j = 0; j < entrySize; j++ ) in ft_var_load_delta_set_index_mapping()
|
/third_party/node/deps/npm/node_modules/lru-cache/dist/commonjs/ |
H A D | index.js | 532 status.entrySize = size;
|
/third_party/node/deps/npm/node_modules/lru-cache/dist/esm/ |
H A D | index.js | 529 status.entrySize = size;
|
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/pipeline/ |
H A D | vktPipelineShaderModuleIdentifierTests.cpp | 1803 const auto entrySize = static_cast<uint32_t>(entrySizeSz); in makeComputeSpecMapEntries() local 1812 (entrySize * i), // uint32_t offset; in makeComputeSpecMapEntries()
|
/third_party/vk-gl-cts/external/vulkancts/modules_no_buildgn/vulkan/pipeline/ |
H A D | vktPipelineShaderModuleIdentifierTests.cpp | 1791 const auto entrySize = static_cast<uint32_t>(entrySizeSz); in makeComputeSpecMapEntries() local 1800 (entrySize * i), // uint32_t offset; in makeComputeSpecMapEntries()
|
/third_party/protobuf/java/core/src/main/java/com/google/protobuf/ |
H A D | MessageSchema.java | 5532 int entrySize = in filterUnknownEnumMap() 5534 CodedBuilder codedBuilder = ByteString.newCodedBuilder(entrySize); in filterUnknownEnumMap()
|