Home
last modified time | relevance | path

Searched refs:entrySize (Results 1 - 14 of 14) sorted by relevance

/third_party/skia/src/gpu/geometry/
H A DGrQuadBuffer.h21 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 DMCSectionELF.h54 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 Dgxvcommn.c1083 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 DELFIOTest.cpp74 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 DvktDrawMultiExtTests.cpp264 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 DvktDrawMultiExtTests.cpp264 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 DvktComputeBasicComputeShaderTests.cpp3909 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 DvktComputeBasicComputeShaderTests.cpp3670 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 Dttgxvar.c694 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 Dindex.js532 status.entrySize = size;
/third_party/node/deps/npm/node_modules/lru-cache/dist/esm/
H A Dindex.js529 status.entrySize = size;
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/pipeline/
H A DvktPipelineShaderModuleIdentifierTests.cpp1803 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 DvktPipelineShaderModuleIdentifierTests.cpp1791 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 DMessageSchema.java5532 int entrySize = in filterUnknownEnumMap()
5534 CodedBuilder codedBuilder = ByteString.newCodedBuilder(entrySize); in filterUnknownEnumMap()

Completed in 44 milliseconds