Searched refs:ralloc_strndup (Results 1 - 8 of 8) sorted by relevance
| /xsrc/external/mit/MesaLib.old/dist/src/util/ |
| H A D | ralloc.h | 266 char *ralloc_strndup(const void *ctx, const char *str, size_t n) MALLOCLIKE;
|
| H A D | ralloc.c | 358 ralloc_strndup(const void *ctx, const char *str, size_t max) function in typeref:typename:char *
|
| /xsrc/external/mit/MesaLib/dist/src/util/ |
| H A D | ralloc.h | 328 char *ralloc_strndup(const void *ctx, const char *str, size_t n) MALLOCLIKE;
|
| H A D | ralloc.c | 386 ralloc_strndup(const void *ctx, const char *str, size_t max) function in typeref:typename:char *
|
| /xsrc/external/mit/MesaLib/dist/docs/relnotes/ |
| H A D | 7.11.1.rst | 254 - glsl: Avoid massive ralloc_strndup overhead in S-Expression parsing.
|
| /xsrc/external/mit/MesaLib/dist/src/compiler/glsl/ |
| H A D | link_varyings.cpp | 1032 this->var_name = ralloc_strndup(mem_ctx, input, base_name_end - input);
|
| /xsrc/external/mit/MesaLib.old/dist/src/compiler/glsl/ |
| H A D | link_varyings.cpp | 980 this->var_name = ralloc_strndup(mem_ctx, input, base_name_end - input);
|
| /xsrc/external/mit/MesaLib.old/dist/src/compiler/spirv/ |
| H A D | spirv_to_nir.c | 327 char *dup = ralloc_strndup(b, (char *)words, word_count * sizeof(*words));
|
Completed in 24 milliseconds