Home
last modified time | relevance | path

Searched defs:offset (Results 6576 - 6600 of 17568) sorted by relevance

1...<<261262263264265266267268269270>>...703

/third_party/skia/third_party/externals/dawn/src/dawn_native/vulkan/
H A DBufferVk.cpp305 MaybeError Buffer::MapAsyncImpl(wgpu::MapMode mode, size_t offset, size_t size) { in MapAsyncImpl() argument
352 EnsureDataInitializedAsDestination(CommandRecordingContext* recordingContext, uint64_t offset, uint64_t size) EnsureDataInitializedAsDestination() argument
396 ClearBuffer(CommandRecordingContext* recordingContext, uint32_t clearValue, uint64_t offset, uint64_t size) ClearBuffer() argument
/third_party/skia/third_party/externals/dawn/src/dawn_node/binding/
H A DGPURenderBundleEncoder.cpp100 setIndexBuffer(Napi::Env env, interop::Interface<interop::GPUBuffer> buffer, interop::GPUIndexFormat indexFormat, interop::GPUSize64 offset, std::optional<interop::GPUSize64> size) setIndexBuffer() argument
121 setVertexBuffer(Napi::Env env, interop::GPUIndex32 slot, interop::Interface<interop::GPUBuffer> buffer, interop::GPUSize64 offset, std::optional<interop::GPUSize64> size) setVertexBuffer() argument
/third_party/skia/third_party/externals/dawn/src/dawn_wire/client/
H A DBuffer.cpp266 void* Buffer::GetMappedRange(size_t offset, size_ argument
159 MapAsync(WGPUMapModeFlags mode, size_t offset, size_t size, WGPUBufferMapCallback callback, void* userdata) MapAsync() argument
273 GetConstMappedRange(size_t offset, size_t size) GetConstMappedRange() argument
375 CheckGetMappedRangeOffsetSize(size_t offset, size_t size) const CheckGetMappedRangeOffsetSize() argument
[all...]
/third_party/skia/third_party/externals/dawn/src/tests/unittests/
H A DCommandAllocatorTests.cpp44 uint8_t offset; member
/third_party/skia/third_party/externals/brotli/c/enc/
H A Dhash_longest_match64_inc.h117 const size_t offset = minor_ix + (key << self->block_bits_); in Store() local
H A Dblock_splitter.c50 CopyLiteralsToByteArray(const Command* cmds, const size_t num_commands, const uint8_t* data, const size_t offset, const size_t mask, uint8_t* literals) CopyLiteralsToByteArray() argument
/third_party/skia/third_party/externals/dawn/src/dawn_native/utils/
H A DWGPUHelpers.cpp149 BindingInitializationHelper(uint32_t binding, const Ref<BufferBase>& buffer, uint64_t offset, uint64_t size) BindingInitializationHelper() argument
/third_party/skia/third_party/externals/dawn/src/tests/end2end/
H A DBufferTests.cpp22 MapAsyncAndWait(const wgpu::Buffer& buffer, wgpu::MapMode mode, size_t offset, size_t size) MapAsyncAndWait() argument
/third_party/skia/third_party/externals/brotli/c/common/
H A Dconstants.h142 uint32_t offset = forbidden_distance - ndirect - 1; in BrotliCalculateDistanceCodeLimit() local
192 uint16_t offset; member
/third_party/skia/third_party/externals/brotli/research/
H A Ddeorummolae.cc185 TextIdx offset = 0; in DM_generate() local
H A Ddictionary_generator.cc76 size_t offset = 0; in writeSamples() local
/third_party/optimized-routines/networking/test/
H A Dchksum.c102 verify(const void *data, uint32_t offset, uint32_t size) in verify() argument
[all...]
/third_party/skia/third_party/externals/freetype/src/bzip2/
H A Dftbzip2.c444 ft_bzip2_stream_io( FT_Stream stream, unsigned long offset, unsigned char* buffer, unsigned long count ) ft_bzip2_stream_io() argument
/third_party/skia/third_party/externals/freetype/src/cff/
H A Dcffparse.h120 FT_UInt offset; member
/third_party/skia/third_party/externals/freetype/src/cid/
H A Dcidload.c170 FT_Vector* offset; in cid_parse_font_matrix() local
668 cid_hex_to_binary( FT_Byte* data, FT_ULong data_len, FT_ULong offset, CID_Face face, FT_ULong* data_written ) cid_hex_to_binary() argument
/third_party/skia/third_party/externals/freetype/src/gxvalid/
H A Dgxvmort2.c177 FT_ULong offset; gxv_mort_subtable_type2_ligActionOffset_validate() local
224 FT_UShort offset; gxv_mort_subtable_type2_entry_validate() local
[all...]
H A Dgxvmorx1.c183 FT_UShort offset; in gxv_morx_subtable_type1_LookupFmt4_transit() local
222 FT_ULong offset; in gxv_morx_subtable_type1_substitutionTable_validate() local
H A Dgxvmorx2.c176 FT_ULong offset; in gxv_morx_subtable_type2_ligActionIndex_validate() local
[all...]
/third_party/skia/third_party/externals/freetype/src/gzip/
H A Dftgzip.c587 ft_gzip_stream_io( FT_Stream stream, unsigned long offset, unsigned char* buffer, unsigned long count ) ft_gzip_stream_io() argument
/third_party/skia/third_party/externals/freetype/src/pfr/
H A Dpfrgload.c722 pfr_glyph_load_rec( PFR_Glyph glyph, FT_Stream stream, FT_ULong gps_offset, FT_ULong offset, FT_ULong size ) pfr_glyph_load_rec() argument
H A Dpfrload.c335 FT_UInt32 offset; in FT_LOCAL_DEF() local
[all...]
/third_party/skia/third_party/externals/freetype/src/sfnt/
H A Dttload.c182 FT_ULong offset = sfnt->offset + 12; in check_table_dir() local
[all...]
/third_party/skia/third_party/externals/harfbuzz/src/
H A Dgen-use-table.py475 offset = 0 variable
536 offset = "use_offset_0x%04xu" % start variable
H A Dhb-blob.cc169 hb_blob_create_sub_blob(hb_blob_t *parent, unsigned int offset, unsigned int length) hb_blob_create_sub_blob() argument
H A Dhb-machinery.hh47 static inline const Type& StructAtOffset(const void *P, unsigned int offset) in StructAtOffset() argument
50 static inline Type& StructAtOffset(void *P, unsigned int offset) in StructAtOffset() argument
53 static inline const Type& StructAtOffsetUnaligned(const void *P, unsigned int offset) in StructAtOffsetUnaligned() argument
61 static inline Type& StructAtOffsetUnaligned(void *P, unsigned int offset) in StructAtOffsetUnaligned() argument

Completed in 24 milliseconds

1...<<261262263264265266267268269270>>...703