Searched refs:grow_to_fit (Results 1 - 3 of 3) sorted by relevance

/xsrc/external/mit/MesaLib.old/dist/src/compiler/
H A Dblob.c44 grow_to_fit(struct blob *blob, size_t additional) function in typeref:typename:bool
91 if (!grow_to_fit(blob, new_size - blob->size))
149 if (! grow_to_fit(blob, to_write))
166 if (! grow_to_fit (blob, to_write))
/xsrc/external/mit/MesaLib/dist/src/util/
H A Dblob.c44 grow_to_fit(struct blob *blob, size_t additional) function in typeref:typename:bool
91 if (!grow_to_fit(blob, new_size - blob->size))
160 if (! grow_to_fit(blob, to_write))
177 if (! grow_to_fit (blob, to_write))
/xsrc/external/mit/MesaLib/dist/docs/relnotes/
H A D17.2.3.rst93 - glsl/blob: Return false from grow_to_fit if we've ever failed

Completed in 3 milliseconds