Home
last modified time | relevance | path

Searched refs:blob_write_bytes (Results 1 – 3 of 3) sorted by relevance

/external/mesa3d/src/compiler/glsl/
Dblob.c119 blob_write_bytes(struct blob *blob, const void *bytes, size_t to_write) in blob_write_bytes() function
149 return blob_write_bytes(blob, &value, sizeof(value)); in blob_write_uint32()
165 return blob_write_bytes(blob, &value, sizeof(value)); in blob_write_uint64()
173 return blob_write_bytes(blob, &value, sizeof(value)); in blob_write_intptr()
179 return blob_write_bytes(blob, str, strlen(str) + 1); in blob_write_string()
Dblob.h89 blob_write_bytes (struct blob *blob, const void *bytes, size_t to_write);
/external/mesa3d/src/compiler/glsl/tests/
Dblob_test.c132 blob_write_bytes(blob, bytes_test_str, sizeof(bytes_test_str)); in test_write_and_read_functions()
139 blob_write_bytes(blob, placeholder_str, sizeof(placeholder_str)); in test_write_and_read_functions()
220 blob_write_bytes(blob, bytes, num_bytes); in test_alignment()
297 blob_write_bytes(blob, buf, size); in test_big_objects()