Home
last modified time | relevance | path

Searched refs:_mesa_string_buffer_create (Results 1 – 9 of 9) sorted by relevance

/third_party/mesa3d/src/util/
Dstring_buffer.h45 _mesa_string_buffer_create(void *mem_ctx, uint32_t initial_capacity);
Dstring_buffer.c47 _mesa_string_buffer_create(void *mem_ctx, uint32_t initial_capacity) in _mesa_string_buffer_create() function
/third_party/mesa3d/src/util/tests/string_buffer/
Dstring_buffer_test.cpp59 buf = _mesa_string_buffer_create(NULL, INITIAL_BUF_SIZE); in SetUp()
/third_party/mesa3d/src/compiler/glsl/glcpp/
Dpp.c113 _mesa_string_buffer_create(ctx, INITIAL_PP_OUTPUT_BUF_SIZE); in remove_line_continuations()
Dglcpp-parse.y1500 parser->output = _mesa_string_buffer_create(parser, in glcpp_parser_create()
1502 parser->info_log = _mesa_string_buffer_create(parser, in glcpp_parser_create()
/third_party/mesa3d/src/microsoft/compiler/
Ddxil_container.c156 _mesa_string_buffer_create(NULL, 1024); in dxil_container_add_io_signature()
Ddxil_signature.c614 mod->sem_string_table = _mesa_string_buffer_create(mod->ralloc_ctx, 1024); in get_signatures()
Ddxil_dump.c46 d->buf = _mesa_string_buffer_create(NULL, 1024); in dxil_dump_create()
/third_party/mesa3d/src/compiler/glsl/
Dast_type.cpp835 struct _mesa_string_buffer *buf = _mesa_string_buffer_create(NULL, 100); in validate_flags()