Searched refs:ralloc_strndup (Results 1 - 8 of 8) sorted by relevance

/xsrc/external/mit/MesaLib.old/dist/src/util/
H A Dralloc.h266 char *ralloc_strndup(const void *ctx, const char *str, size_t n) MALLOCLIKE;
H A Dralloc.c358 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 Dralloc.h328 char *ralloc_strndup(const void *ctx, const char *str, size_t n) MALLOCLIKE;
H A Dralloc.c386 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 D7.11.1.rst254 - glsl: Avoid massive ralloc_strndup overhead in S-Expression parsing.
/xsrc/external/mit/MesaLib/dist/src/compiler/glsl/
H A Dlink_varyings.cpp1032 this->var_name = ralloc_strndup(mem_ctx, input, base_name_end - input);
/xsrc/external/mit/MesaLib.old/dist/src/compiler/glsl/
H A Dlink_varyings.cpp980 this->var_name = ralloc_strndup(mem_ctx, input, base_name_end - input);
/xsrc/external/mit/MesaLib.old/dist/src/compiler/spirv/
H A Dspirv_to_nir.c327 char *dup = ralloc_strndup(b, (char *)words, word_count * sizeof(*words));

Completed in 24 milliseconds