Searched refs:ralloc_strcat (Results 1 - 13 of 13) sorted by relevance
/third_party/mesa3d/src/compiler/glsl/ |
H A D | shader_cache.cpp | 164 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 D | ir_reader.cpp | 120 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 D | gl_nir_lower_xfb_varying.c | 67 if (!ralloc_strcat(&new_name, "-xfb")) { in generate_new_name()
|
H A D | linker.cpp | 461 ralloc_strcat(&prog->data->InfoLog, "error: "); in linker_error() 475 ralloc_strcat(&prog->data->InfoLog, "warning: "); in linker_warning()
|
H A D | glsl_parser_extras.cpp | 540 ralloc_strcat(&state->info_log, "\n");
|
H A D | ast_function.cpp | 104 ralloc_strcat(&str, ")"); in prototype_string()
|
/third_party/mesa3d/src/compiler/nir/ |
H A D | nir_split_per_member_structs.c | 81 ralloc_strcat(&member_name, "[*]"); in split_variable()
|
/third_party/mesa3d/src/compiler/glsl/glcpp/ |
H A D | pp.c | 245 ralloc_strcat(info_log, parser->info_log->buf); in glcpp_preprocess()
|
/third_party/mesa3d/src/util/ |
H A D | ralloc.h | 341 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 D | ralloc.c | 417 ralloc_strcat(char **dest, const char *str) in ralloc_strcat() function
|
/third_party/mesa3d/src/intel/compiler/ |
H A D | brw_disasm_info.c | 201 ralloc_strcat(&cur->error, error); in disasm_insert_error()
|
/third_party/mesa3d/src/mesa/main/ |
H A D | glspirv.c | 138 ralloc_strcat(&prog->data->InfoLog, in _mesa_spirv_link_shaders()
|
H A D | shaderapi.c | 2720 ralloc_strcat(&shProg->data->InfoLog, sh->InfoLog); in _mesa_CreateShaderProgramv()
|
Completed in 21 milliseconds