Searched refs:blob_reserve_bytes (Results 1 - 6 of 6) sorted by relevance
| /xsrc/external/mit/MesaLib.old/dist/src/compiler/ |
| H A D | blob.h | 139 blob_reserve_bytes(struct blob *blob, size_t to_write); 142 * Similar to \sa blob_reserve_bytes, but only reserves an uint32_t worth of 150 * Similar to \sa blob_reserve_bytes, but only reserves an intptr_t worth of
|
| H A D | blob.c | 162 blob_reserve_bytes(struct blob *blob, size_t to_write) function in typeref:typename:intptr_t 179 return blob_reserve_bytes(blob, sizeof(uint32_t)); 186 return blob_reserve_bytes(blob, sizeof(intptr_t));
|
| /xsrc/external/mit/MesaLib/dist/src/util/ |
| H A D | blob.c | 173 blob_reserve_bytes(struct blob *blob, size_t to_write) function in typeref:typename:intptr_t 190 return blob_reserve_bytes(blob, sizeof(uint32_t)); 197 return blob_reserve_bytes(blob, sizeof(intptr_t));
|
| H A D | blob.h | 142 blob_reserve_bytes(struct blob *blob, size_t to_write); 145 * Similar to \sa blob_reserve_bytes, but only reserves an uint32_t worth of 153 * Similar to \sa blob_reserve_bytes, but only reserves an intptr_t worth of
|
| H A D | blob_test.c | 137 reserved = blob_reserve_bytes(&blob, sizeof(reserve_test_str)); 170 "blob_reserve_bytes/blob_copy_bytes");
|
| /xsrc/external/mit/MesaLib.old/dist/src/compiler/glsl/tests/ |
| H A D | blob_test.c | 137 reserved = blob_reserve_bytes(&blob, sizeof(reserve_test_str)); 170 "blob_reserve_bytes/blob_copy_bytes");
|
Completed in 4 milliseconds