Home
last modified time | relevance | path

Searched defs:blob (Results 251 - 275 of 502) sorted by relevance

1...<<1112131415161718192021

/third_party/mesa3d/src/compiler/spirv/
H A Dnir_load_libclc.c321 struct blob_reader blob; in nir_load_libclc_shader() local
361 struct blob blob; in nir_load_libclc_shader() local
/third_party/libwebsockets/plugins/ssh-base/
H A Dkex-25519.c36 lws_sized_blob(uint8_t **p, void *blob, uint32_t len) in lws_sized_blob() argument
/third_party/mesa3d/src/intel/vulkan/
H A Danv_pipeline_cache.c184 anv_shader_bin_serialize(struct vk_pipeline_cache_object *object, struct blob *blob) anv_shader_bin_serialize() argument
235 anv_shader_bin_deserialize(struct vk_device *vk_device, const void *key_data, size_t key_size, struct blob_reader *blob) anv_shader_bin_deserialize() argument
[all...]
/third_party/mesa3d/src/microsoft/compiler/
H A Ddxil_container.c349 dxil_container_write(struct dxil_container *c, struct blob *blob) in dxil_container_write() argument
[all...]
H A Ddxil_validator.cpp314 ComPtr<IDxcBlobEncoding> blob, blob_utf8; in dxil_validate_module() local
341 ComPtr<IDxcBlobEncoding> blob, blob_utf8; in dxil_disasm_module() local
/third_party/mesa3d/src/util/
H A Ddisk_cache.c429 void *blob = malloc(max_blob_size); in disk_cache_get() local
492 uint32_t blob; in disk_cache_has_key() local
H A Dblob.c44 grow_to_fit(struct blob *blob, size_t additional) in grow_to_fit() argument
86 blob_align(struct blob *blob, size_t alignment) blob_align() argument
103 blob_reader_align(struct blob_reader *blob, size_t alignment) blob_reader_align() argument
109 blob_init(struct blob *blob) blob_init() argument
119 blob_init_fixed(struct blob *blob, void *data, size_t size) blob_init_fixed() argument
129 blob_finish_get_buffer(struct blob *blob, void **buffer, size_t *size) blob_finish_get_buffer() argument
140 blob_overwrite_bytes(struct blob *blob, size_t offset, const void *bytes, size_t to_write) blob_overwrite_bytes() argument
158 blob_write_bytes(struct blob *blob, const void *bytes, size_t to_write) blob_write_bytes() argument
173 blob_reserve_bytes(struct blob *blob, size_t to_write) blob_reserve_bytes() argument
187 blob_reserve_uint32(struct blob *blob) blob_reserve_uint32() argument
194 blob_reserve_intptr(struct blob *blob) blob_reserve_intptr() argument
227 blob_overwrite_uint32(struct blob *blob, size_t offset, uint32_t value) blob_overwrite_uint32() argument
236 blob_overwrite_intptr(struct blob *blob, size_t offset, intptr_t value) blob_overwrite_intptr() argument
245 blob_write_string(struct blob *blob, const char *str) blob_write_string() argument
251 blob_reader_init(struct blob_reader *blob, const void *data, size_t size) blob_reader_init() argument
264 ensure_can_read(struct blob_reader *blob, size_t size) ensure_can_read() argument
278 blob_read_bytes(struct blob_reader *blob, size_t size) blob_read_bytes() argument
293 blob_copy_bytes(struct blob_reader *blob, void *dest, size_t size) blob_copy_bytes() argument
305 blob_skip_bytes(struct blob_reader *blob, size_t size) blob_skip_bytes() argument
[all...]
H A Dfossilize_db.c435 foz_write_entry(struct foz_db *foz_db, const uint8_t *cache_key_160bit, const void *blob, size_t blob_size) foz_write_entry() argument
561 foz_write_entry(struct foz_db *foz_db, const uint8_t *cache_key_160bit, const void *blob, size_t size) foz_write_entry() argument
H A Du_debug.c106 debug_print_blob(const char *name, const void *blob, unsigned size) in debug_print_blob() argument
/third_party/libdrm/radeon/
H A Dradeon_cs_gem.c341 bof_t *bcs, *blob, *array, *bo, *size, *handle, *device_id, *root; in cs_gem_dump_bof() local
[all...]
/third_party/libwebsockets/lib/tls/
H A Dtls-jit-trust.c631 const uint8_t *pskidlen, *pskids, *pder, *blob = (uint8_t *)_blob; in lws_tls_jit_trust_blob_queury_skid() local
[all...]
/third_party/node/deps/v8/src/snapshot/embedded/
H A Dembedded-file-writer.cc50 WriteBuiltin(PlatformEmbeddedFileWriterBase* w, const i::EmbeddedData* blob, const Builtin builtin) const WriteBuiltin() argument
[all...]
/third_party/node/deps/v8/src/snapshot/
H A Dmksnapshot.cc93 WriteSnapshotFileData( FILE* fp, const v8::base::Vector<const i::byte>& blob) WriteSnapshotFileData() argument
104 WriteBinaryContentsAsCArray( FILE* fp, const v8::base::Vector<const i::byte>& blob) WriteBinaryContentsAsCArray() argument
267 v8::StartupData blob; main() local
[all...]
/third_party/mesa3d/src/gallium/drivers/iris/
H A Diris_disk_cache.c100 struct blob blob; in iris_disk_cache_store() local
186 struct blob_reader blob; iris_disk_cache_retrieve() local
[all...]
/third_party/mesa3d/src/gallium/drivers/lima/
H A Dlima_program.c422 struct blob blob; in lima_create_fs_state() local
669 struct blob blo in lima_create_vs_state() local
[all...]
/third_party/mesa3d/src/util/tests/
H A Dcache_test.cpp230 char blob[] = "This is a blob of thirty-seven bytes"; in test_put_and_get() local
467 char blob[] = "This is a blob of thirty-seven bytes"; test_put_and_get_between_instances() local
[all...]
/third_party/skia/src/core/
H A DSkGlyphRun.cpp283 void SkGlyphRunBuilder::initialize(const SkTextBlob& blob) { in initialize() argument
108 SkGlyphRunList( const SkTextBlob* blob, SkRect bounds, SkPoint origin, SkSpan<const SkGlyphRun> glyphRunList) SkGlyphRunList() argument
210 blobToGlyphRunList( const SkTextBlob& blob, SkPoint origin) blobToGlyphRunList() argument
348 makeGlyphRunList( const SkTextBlob* blob, const SkRect& bounds, SkPoint origin) makeGlyphRunList() argument
[all...]
/third_party/skia/tests/
H A DGrTextBlobTest.cpp17 SkBitmap rasterize_blob(SkTextBlob* blob, in rasterize_blob() argument
60 auto blob = builder.make(); in DEF_GPUTEST_FOR_RENDERING_CONTEXTS() local
110 auto blob = makeBlob({0, 0}); in DEF_GPUTEST_FOR_RENDERING_CONTEXTS() local
136 auto blob = makeBlob({deltaPosX, deltaPosY}); in DEF_GPUTEST_FOR_RENDERING_CONTEXTS() local
[all...]
H A DTextBlobCacheTest.cpp40 const auto& blob = blobs[i]; in draw() local
204 static SkBitmap draw_blob(SkTextBlob* blob, SkSurface* surface, SkPoint offset) { in draw_blob() argument
319 auto blob = make_blob(); in DEF_GPUTEST_FOR_RENDERING_CONTEXTS() local
[all...]
/third_party/skia/third_party/externals/harfbuzz/src/
H A Dhb-aat-layout.cc48 hb_aat_apply_context_t(const hb_ot_shape_plan_t *plan_, hb_font_t *font_, hb_buffer_t *buffer_, hb_blob_t *blob) hb_aat_apply_context_t() argument
H A Dhb-blob.cc82 hb_blob_t *blob = hb_blob_create_or_fail (data, length, mode, in hb_blob_create() local
113 hb_blob_t *blob; hb_blob_create_or_fail() local
173 hb_blob_t *blob; hb_blob_create_sub_blob() local
200 hb_blob_copy_writable_or_fail(hb_blob_t *blob) hb_blob_copy_writable_or_fail() argument
244 hb_blob_reference(hb_blob_t *blob) hb_blob_reference() argument
262 hb_blob_destroy(hb_blob_t *blob) hb_blob_destroy() argument
286 hb_blob_set_user_data(hb_blob_t *blob, hb_user_data_key_t *key, void * data, hb_destroy_func_t destroy, hb_bool_t replace) hb_blob_set_user_data() argument
308 hb_blob_get_user_data(hb_blob_t *blob, hb_user_data_key_t *key) hb_blob_get_user_data() argument
324 hb_blob_make_immutable(hb_blob_t *blob) hb_blob_make_immutable() argument
343 hb_blob_is_immutable(hb_blob_t *blob) hb_blob_is_immutable() argument
360 hb_blob_get_length(hb_blob_t *blob) hb_blob_get_length() argument
377 hb_blob_get_data(hb_blob_t *blob, unsigned int *length) hb_blob_get_data() argument
402 hb_blob_get_data_writable(hb_blob_t *blob, unsigned int *length) hb_blob_get_data_writable() argument
611 hb_blob_t *blob = hb_blob_create_from_file_or_fail (file_name); hb_blob_create_from_file() local
[all...]
H A Dhb-sanitize.hh409 hb_blob_t *blob; global() member
[all...]
/third_party/skia/third_party/externals/harfbuzz/test/api/
H A Dhb-test.h299 hb_blob_t *blob = hb_blob_create_from_file_or_fail (path); in hb_test_open_font_file() local
H A Dtest-font.c61 hb_blob_t *blob; in test_face_create() local
98 hb_blob_t *blob; in test_face_createfortables() local
154 hb_blob_t *blob; in _test_fontfuncs_nil() local
259 hb_blob_t *blob; test_fontfuncs_subclassing() local
391 hb_blob_t *blob; test_fontfuncs_parallels() local
461 hb_blob_t *blob; test_font_properties() local
[all...]
H A Dtest-object.c69 hb_blob_t *blob = (hb_blob_t *) create_blob (); in create_face() local

Completed in 17 milliseconds

1...<<1112131415161718192021