/third_party/skia/src/gpu/geometry/ |
D | GrQuadBuffer.h | 21 fData.reserve(this->entrySize(fDeviceType, nullptr)); in GrQuadBuffer() 32 int entrySize = this->entrySize(fDeviceType, needsLocals ? &fLocalType : nullptr); variable 33 fData.reserve(count * entrySize); 178 inline int entrySize(GrQuad::Type deviceType, const GrQuad::Type* localType) const { in entrySize() function 188 inline int entrySize(const Header* header) const { in entrySize() function 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(deviceQuad.quadType(), localQuad ? &localType : nullptr); in append() local 270 char* entry = fData.append(entrySize); in append() 289 SkASSERT((char*)coords - entry == entrySize); in append() [all …]
|
/third_party/flutter/skia/src/gpu/geometry/ |
D | GrQuadBuffer.h | 21 fData.reserve(this->entrySize(fDeviceType, nullptr)); in GrQuadBuffer() 32 int entrySize = this->entrySize(fDeviceType, needsLocals ? &fLocalType : nullptr); variable 33 fData.reserve(count * entrySize); 176 inline int entrySize(GrQuad::Type deviceType, const GrQuad::Type* localType) const { in entrySize() function 186 inline int entrySize(const Header* header) const { in entrySize() function 189 return this->entrySize(static_cast<GrQuad::Type>(header->fDeviceType), &localType); in entrySize() 191 return this->entrySize(static_cast<GrQuad::Type>(header->fDeviceType), nullptr); in entrySize() 274 int entrySize = this->entrySize(deviceQuad.quadType(), localQuad ? &localType : nullptr); in append() local 277 char* entry = fData.append(entrySize); in append() 296 SkASSERT((char*)coords - entry == entrySize); in append() [all …]
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/MC/ |
D | MCSectionELF.h | 54 unsigned entrySize, const MCSymbolELF *group, unsigned UniqueID, in MCSectionELF() argument 57 Flags(flags), UniqueID(UniqueID), EntrySize(entrySize), Group(group), in MCSectionELF()
|
/third_party/freetype/src/gxvalid/ |
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/skia/third_party/externals/freetype/src/gxvalid/ |
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/flutter/skia/third_party/externals/freetype/src/gxvalid/ |
D | gxvcommn.c | 1084 FT_Int entrySize = 2 + 2 + GXV_GLYPHOFFSET_SIZE( statetable ); in gxv_EntryTable_validate() local 1091 GXV_TRACE(( "maxEntry=%d entrySize=%d\n", maxEntry, entrySize )); in gxv_EntryTable_validate() 1093 if ( ( maxEntry + 1 ) * entrySize > *length_p ) in gxv_EntryTable_validate() 1098 maxEntry = (FT_Byte)( *length_p / entrySize - 1 ); in gxv_EntryTable_validate() 1466 FT_Int entrySize = 2 + 2 + GXV_GLYPHOFFSET_SIZE( xstatetable ); in gxv_XEntryTable_validate() local 1470 GXV_TRACE(( "maxEntry=%d entrySize=%d\n", maxEntry, entrySize )); in gxv_XEntryTable_validate() 1472 if ( ( p + ( maxEntry + 1 ) * entrySize ) > limit ) in gxv_XEntryTable_validate()
|
/third_party/elfio/tests/ |
D | ELFIOTest.cpp | 74 Elf_Xword entrySize ) in checkSection() argument 85 EXPECT_EQ( sec->get_entry_size(), entrySize ); in checkSection() 98 Elf_Xword entrySize ) in checkSection() argument 101 info, addrAlign, entrySize ); in checkSection()
|
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/draw/ |
D | vktDrawMultiExtTests.cpp | 264 deUint32 entrySize () const in entrySize() function in vkt::Draw::__anon860270ac0111::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/ |
D | vktDrawMultiExtTests.cpp | 264 deUint32 entrySize () const in entrySize() function in vkt::Draw::__anoneb0b3f2c0111::DrawInfoPacker 281 m_dataVec.reserve(estimatedInfoCount * entrySize()); in DrawInfoPacker() 286 std::vector<deUint8> entry(entrySize(), 0); in addDrawInfo()
|
/third_party/freetype/src/truetype/ |
D | ttgxvar.c | 688 FT_UInt entrySize; in ft_var_load_delta_set_index_mapping() local 725 entrySize = ( ( entryFormat & 0x30 ) >> 4 ) + 1; in ft_var_load_delta_set_index_mapping() 730 if ( map->mapCount * entrySize > table_len ) in ft_var_load_delta_set_index_mapping() 751 for ( j = 0; j < entrySize; j++ ) in ft_var_load_delta_set_index_mapping()
|
/third_party/skia/third_party/externals/freetype/src/truetype/ |
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/vk-gl-cts/external/vulkancts/modules/vulkan/compute/ |
D | vktComputeBasicComputeShaderTests.cpp | 3670 const auto entrySize = static_cast<deUintptr>(sizeof(deInt32)); in iterate() local 3679 entrySize, // deUintptr size; in iterate() 3683 static_cast<deUint32>(entrySize), // deUint32 offset; in iterate() 3684 entrySize, // deUintptr size; in iterate() 3688 static_cast<deUint32>(entrySize * 2u), // deUint32 offset; in iterate() 3689 entrySize, // deUintptr size; in iterate()
|
/third_party/vk-gl-cts/external/vulkancts/modules_no_buildgn/vulkan/compute/ |
D | vktComputeBasicComputeShaderTests.cpp | 3670 const auto entrySize = static_cast<deUintptr>(sizeof(deInt32)); in iterate() local 3679 entrySize, // deUintptr size; in iterate() 3683 static_cast<deUint32>(entrySize), // deUint32 offset; in iterate() 3684 entrySize, // deUintptr size; in iterate() 3688 static_cast<deUint32>(entrySize * 2u), // deUint32 offset; in iterate() 3689 entrySize, // deUintptr size; in iterate()
|
/third_party/flutter/skia/third_party/externals/freetype/src/truetype/ |
D | ttgxvar.c | 640 FT_UInt entrySize; in ft_var_load_delta_set_index_mapping() local 659 entrySize = ( ( format & 0x0030 ) >> 4 ) + 1; in ft_var_load_delta_set_index_mapping() 676 for ( j = 0; j < entrySize; j++ ) in ft_var_load_delta_set_index_mapping()
|
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/pipeline/ |
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/vk-gl-cts/external/vulkancts/modules_no_buildgn/vulkan/pipeline/ |
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/ |
D | MessageSchema.java | 5532 int entrySize = in filterUnknownEnumMap() local 5534 CodedBuilder codedBuilder = ByteString.newCodedBuilder(entrySize); in filterUnknownEnumMap()
|
/third_party/chromium/patch/ |
D | 0001-cve.patch | 23680 if ( map->mapCount * entrySize > table_len )
|