Home
last modified time | relevance | path

Searched refs:ralloc_strcat (Results 1 - 13 of 13) sorted by relevance

/third_party/mesa3d/src/compiler/glsl/
H A Dshader_cache.cpp164 ralloc_strcat(&buf, "fb: "); in shader_cache_read_program_metadata()
166 ralloc_strcat(&buf, "fbi: "); in shader_cache_read_program_metadata()
203 ralloc_strcat(&buf, sha1buf); in shader_cache_read_program_metadata()
H A Dir_reader.cpp120 ralloc_strcat(&state->info_log, "error: "); in ir_read_error()
125 ralloc_strcat(&state->info_log, "\n"); in ir_read_error()
128 ralloc_strcat(&state->info_log, "...in this context:\n "); in ir_read_error()
130 ralloc_strcat(&state->info_log, "\n\n"); in ir_read_error()
H A Dgl_nir_lower_xfb_varying.c67 if (!ralloc_strcat(&new_name, "-xfb")) { in generate_new_name()
H A Dlinker.cpp461 ralloc_strcat(&prog->data->InfoLog, "error: "); in linker_error()
475 ralloc_strcat(&prog->data->InfoLog, "warning: "); in linker_warning()
H A Dglsl_parser_extras.cpp540 ralloc_strcat(&state->info_log, "\n");
H A Dast_function.cpp104 ralloc_strcat(&str, ")"); in prototype_string()
/third_party/mesa3d/src/compiler/nir/
H A Dnir_split_per_member_structs.c81 ralloc_strcat(&member_name, "[*]"); in split_variable()
/third_party/mesa3d/src/compiler/glsl/glcpp/
H A Dpp.c245 ralloc_strcat(info_log, parser->info_log->buf); in glcpp_preprocess()
/third_party/mesa3d/src/util/
H A Dralloc.h341 bool ralloc_strcat(char **dest, const char *str);
366 * This function differs from ralloc_strcat() and ralloc_strncat() in that it
453 * \sa ralloc_strcat
472 * \sa ralloc_strcat
H A Dralloc.c417 ralloc_strcat(char **dest, const char *str) in ralloc_strcat() function
/third_party/mesa3d/src/intel/compiler/
H A Dbrw_disasm_info.c201 ralloc_strcat(&cur->error, error); in disasm_insert_error()
/third_party/mesa3d/src/mesa/main/
H A Dglspirv.c138 ralloc_strcat(&prog->data->InfoLog, in _mesa_spirv_link_shaders()
H A Dshaderapi.c2720 ralloc_strcat(&shProg->data->InfoLog, sh->InfoLog); in _mesa_CreateShaderProgramv()

Completed in 21 milliseconds