Searched refs:blob_write_bytes (Results 1 – 6 of 6) sorted by relevance
/hardware/google/gfxstream/guest/mesa/src/util/tests/ |
D | blob_test.cpp | 68 blob_write_bytes(&blob, bytes_test_str, sizeof(bytes_test_str)); in TEST() 75 blob_write_bytes(&blob, placeholder_str, sizeof(placeholder_str)); in TEST() 150 blob_write_bytes(&blob, bytes, num_bytes); in TEST() 220 blob_write_bytes(&blob, buf, size); in TEST()
|
/hardware/google/gfxstream/guest/mesa/src/util/ |
D | blob.c | 158 blob_write_bytes(struct blob *blob, const void *bytes, size_t to_write) in blob_write_bytes() function 205 return blob_write_bytes(blob, &value, sizeof(value)); \ 247 return blob_write_bytes(blob, str, strlen(str) + 1); in blob_write_string()
|
D | blob.h | 142 blob_write_bytes(struct blob *blob, const void *bytes, size_t to_write);
|
D | disk_cache_os.c | 681 if (!blob_write_bytes(cache_blob, dc_job->cache->driver_keys_blob, in create_cache_item_header_and_blob() 698 if (!blob_write_bytes(cache_blob, dc_job->cache_item_metadata.keys[0], in create_cache_item_header_and_blob() 710 if (!blob_write_bytes(cache_blob, &cf_data, sizeof(cf_data))) in create_cache_item_header_and_blob() 714 if (!blob_write_bytes(cache_blob, compressed_data, compressed_size)) in create_cache_item_header_and_blob()
|
D | register_allocate.c | 408 blob_write_bytes(blob, reg->conflicts, BITSET_WORDS(regs->count) * in ra_set_serialize() 416 blob_write_bytes(blob, class->regs, BITSET_WORDS(regs->count) * in ra_set_serialize() 420 blob_write_bytes(blob, class->q, regs->class_count * sizeof(*class->q)); in ra_set_serialize()
|
/hardware/google/gfxstream/guest/mesa/src/vulkan/runtime/ |
D | vk_pipeline_cache.c | 51 blob_write_bytes(blob, data_obj->data, data_obj->data_size); in vk_raw_data_cache_object_serialize() 220 blob_write_bytes(blob, NULL, *data_size); in vk_pipeline_cache_object_serialize() 725 blob_write_bytes(&blob, &cache->header, sizeof(cache->header)); in vk_common_GetPipelineCacheData() 751 blob_write_bytes(&blob, object->key_data, object->key_size); in vk_common_GetPipelineCacheData()
|