Home
last modified time | relevance | path

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

/external/mesa3d/src/compiler/glsl/tests/
Dblob_test.c149 blob_write_intptr(blob, (intptr_t) blob); in test_write_and_read_functions()
207 blob_write_intptr(blob, (intptr_t) blob); in test_alignment()
224 blob_write_intptr(blob, (intptr_t) blob); in test_alignment()
/external/mesa3d/src/compiler/glsl/
Dblob.h192 blob_write_intptr (struct blob *blob, intptr_t value);
Dblob.c169 blob_write_intptr(struct blob *blob, intptr_t value) in blob_write_intptr() function