Searched refs:blob_read_bytes (Results 1 – 5 of 5) sorted by relevance
/hardware/google/gfxstream/guest/mesa/src/util/tests/ |
D | blob_test.cpp | 99 (const char *)blob_read_bytes(&reader, sizeof(bytes_test_str))) << in TEST() 108 (const char *) blob_read_bytes(&reader, sizeof(overwrite_test_str))) in TEST() 170 EXPECT_U8_ARRAY_EQUAL(bytes, (const uint8_t *) blob_read_bytes(&reader, num_bytes), in TEST() 228 (const uint8_t *) blob_read_bytes(&reader, size), size) in TEST()
|
/hardware/google/gfxstream/guest/mesa/src/util/ |
D | blob.c | 278 blob_read_bytes(struct blob_reader *blob, size_t size) in blob_read_bytes() function 297 bytes = blob_read_bytes(blob, size); in blob_copy_bytes()
|
D | blob.h | 351 blob_read_bytes(struct blob_reader *blob, size_t size);
|
D | disk_cache_os.c | 515 const void *keys_blob = blob_read_bytes(&ci_blob_reader, header_size); in parse_and_validate_cache_item() 541 blob_read_bytes(&ci_blob_reader, num_keys * sizeof(cache_key)); in parse_and_validate_cache_item() 549 blob_read_bytes(&ci_blob_reader, sizeof(struct cache_entry_file_data)); in parse_and_validate_cache_item() 554 const uint8_t *data = (uint8_t *) blob_read_bytes(&ci_blob_reader, cache_data_size); in parse_and_validate_cache_item()
|
/hardware/google/gfxstream/guest/mesa/src/vulkan/runtime/ |
D | vk_pipeline_cache.c | 69 const void *data = blob_read_bytes(blob, data_size); in vk_raw_data_cache_object_deserialize() 578 const void *key_data = blob_read_bytes(&blob, key_size); in vk_pipeline_cache_load() 580 const void *data = blob_read_bytes(&blob, data_size); in vk_pipeline_cache_load()
|