Home
last modified time | relevance | path

Searched refs:blob_read_bytes (Results 1 – 6 of 6) sorted by relevance

/external/mesa3d/src/compiler/glsl/tests/
Dblob_test.c161 blob_read_bytes(&reader, sizeof(bytes_test_str)), in test_write_and_read_functions()
169 blob_read_bytes(&reader, sizeof(overwrite_test_str)), in test_write_and_read_functions()
239 expect_equal_bytes(bytes, blob_read_bytes(&reader, num_bytes), in test_alignment()
301 expect_equal_bytes((uint8_t *) buf, blob_read_bytes(&reader, size), size, in test_big_objects()
/external/mesa3d/src/intel/vulkan/
Danv_pipeline_cache.c131 const void *key_data = blob_read_bytes(blob, key_size); in anv_shader_bin_create_from_blob()
134 const void *kernel_data = blob_read_bytes(blob, kernel_size); in anv_shader_bin_create_from_blob()
138 blob_read_bytes(blob, prog_data_size); in anv_shader_bin_create_from_blob()
142 blob_read_bytes(blob, prog_data->nr_params * sizeof(*prog_data->param)); in anv_shader_bin_create_from_blob()
149 blob_read_bytes(blob, bind_map.surface_count * in anv_shader_bin_create_from_blob()
152 blob_read_bytes(blob, bind_map.sampler_count * in anv_shader_bin_create_from_blob()
/external/mesa3d/src/compiler/
Dblob.c268 blob_read_bytes(struct blob_reader *blob, size_t size) in blob_read_bytes() function
287 bytes = blob_read_bytes(blob, size); in blob_copy_bytes()
Dblob.h288 blob_read_bytes(struct blob_reader *blob, size_t size);
/external/mesa3d/src/mesa/drivers/dri/i965/
Dbrw_disk_cache.c94 *program = blob_read_bytes(binary, prog_data->program_size); in read_blob_program_data()
/external/mesa3d/src/compiler/glsl/
Dserialize.cpp509 blob_read_bytes(metadata, sizeof(uniforms[i].opaque)), in read_uniforms()