Searched refs:_mesa_string_buffer (Results 1 - 22 of 22) sorted by relevance

/xsrc/external/mit/MesaLib.old/dist/src/util/
H A Dstring_buffer.h38 struct _mesa_string_buffer { struct
44 struct _mesa_string_buffer *
48 _mesa_string_buffer_destroy(struct _mesa_string_buffer *str)
54 _mesa_string_buffer_append_all(struct _mesa_string_buffer *str,
57 _mesa_string_buffer_append_len(struct _mesa_string_buffer *str,
61 _mesa_string_buffer_append_char(struct _mesa_string_buffer *str, char c)
67 _mesa_string_buffer_append(struct _mesa_string_buffer *str, const char *c)
73 _mesa_string_buffer_clear(struct _mesa_string_buffer *str)
80 _mesa_string_buffer_crimp_to_fit(struct _mesa_string_buffer *str)
93 _mesa_string_buffer_vprintf(struct _mesa_string_buffer *st
[all...]
H A Dstring_buffer.c28 ensure_capacity(struct _mesa_string_buffer *str, uint32_t needed_capacity)
46 struct _mesa_string_buffer *
49 struct _mesa_string_buffer *str;
50 str = ralloc(mem_ctx, struct _mesa_string_buffer);
70 _mesa_string_buffer_append_all(struct _mesa_string_buffer *str,
89 _mesa_string_buffer_append_len(struct _mesa_string_buffer *str,
108 _mesa_string_buffer_vprintf(struct _mesa_string_buffer *str,
139 _mesa_string_buffer_printf(struct _mesa_string_buffer *str,
/xsrc/external/mit/MesaLib/dist/src/util/
H A Dstring_buffer.h38 struct _mesa_string_buffer { struct
44 struct _mesa_string_buffer *
48 _mesa_string_buffer_destroy(struct _mesa_string_buffer *str)
54 _mesa_string_buffer_append_all(struct _mesa_string_buffer *str,
57 _mesa_string_buffer_append_len(struct _mesa_string_buffer *str,
61 _mesa_string_buffer_append_char(struct _mesa_string_buffer *str, char c)
67 _mesa_string_buffer_append(struct _mesa_string_buffer *str, const char *c)
73 _mesa_string_buffer_clear(struct _mesa_string_buffer *str)
80 _mesa_string_buffer_crimp_to_fit(struct _mesa_string_buffer *str)
93 _mesa_string_buffer_vprintf(struct _mesa_string_buffer *st
[all...]
H A Dstring_buffer.c28 ensure_capacity(struct _mesa_string_buffer *str, uint32_t needed_capacity)
46 struct _mesa_string_buffer *
49 struct _mesa_string_buffer *str;
50 str = ralloc(mem_ctx, struct _mesa_string_buffer);
70 _mesa_string_buffer_append_all(struct _mesa_string_buffer *str,
89 _mesa_string_buffer_append_len(struct _mesa_string_buffer *str,
108 _mesa_string_buffer_vprintf(struct _mesa_string_buffer *str,
139 _mesa_string_buffer_printf(struct _mesa_string_buffer *str,
/xsrc/external/mit/MesaLib/dist/src/microsoft/compiler/
H A Ddxil_dump.h29 struct _mesa_string_buffer;
H A Ddxil_dump_decls.h37 dump_features(struct _mesa_string_buffer *buf, struct dxil_features *feat);
91 static void dump_io_signatures(struct _mesa_string_buffer *buf,
94 dump_io_signature(struct _mesa_string_buffer *buf, unsigned num,
99 static void dump_psv(struct _mesa_string_buffer *buf,
101 static void dump_psv_io(struct _mesa_string_buffer *buf, struct dxil_module *m,
H A Ddxil_container.c92 struct _mesa_string_buffer *buf, uint32_t buf_offset)
116 struct _mesa_string_buffer *buf,
155 struct _mesa_string_buffer *names =
H A Ddxil_dump.c39 struct _mesa_string_buffer *buf;
145 dump_features(struct _mesa_string_buffer *buf, struct dxil_features *feat)
717 static void dump_io_signatures(struct _mesa_string_buffer *buf, struct dxil_module *m)
725 static void dump_io_signature(struct _mesa_string_buffer *buf, unsigned num,
748 static void dump_psv(struct _mesa_string_buffer *buf,
757 static void dump_psv_io(struct _mesa_string_buffer *buf, struct dxil_module *m,
H A Ddxil_module.h186 struct _mesa_string_buffer *sem_string_table;
H A Ddxil_signature.c341 copy_semantic_name_to_string(struct _mesa_string_buffer *string_out, const char *name)
/xsrc/external/mit/MesaLib.old/dist/src/util/tests/string_buffer/
H A Dstring_buffer_test.cpp42 struct _mesa_string_buffer *buf;
70 space_left_in_buffer(_mesa_string_buffer *buf)
/xsrc/external/mit/MesaLib/dist/src/util/tests/string_buffer/
H A Dstring_buffer_test.cpp42 struct _mesa_string_buffer *buf;
70 space_left_in_buffer(_mesa_string_buffer *buf)
/xsrc/external/mit/MesaLib/dist/src/compiler/glsl/glcpp/
H A Dglcpp.h208 struct _mesa_string_buffer *output;
209 struct _mesa_string_buffer *info_log;
H A Dpp.c112 struct _mesa_string_buffer *sb =
H A Dglcpp-parse.y1246 _token_print(struct _mesa_string_buffer *out, token_t *token)
/xsrc/external/mit/MesaLib.old/dist/src/compiler/glsl/glcpp/
H A Dglcpp.h207 struct _mesa_string_buffer *output;
208 struct _mesa_string_buffer *info_log;
H A Dpp.c112 struct _mesa_string_buffer *sb =
H A Dglcpp-parse.y1134 _token_print(struct _mesa_string_buffer *out, token_t *token)
/xsrc/external/mit/MesaLib.old/dist/src/amd/vulkan/
H A Dradv_shader.c752 struct _mesa_string_buffer *buf)
822 struct _mesa_string_buffer *buf = _mesa_string_buffer_create(NULL, 256);
844 struct _mesa_string_buffer *buf;
/xsrc/external/mit/MesaLib/dist/src/compiler/glsl/
H A Dast_type.cpp835 struct _mesa_string_buffer *buf = _mesa_string_buffer_create(NULL, 100);
/xsrc/external/mit/MesaLib.old/src/compiler/glsl/glcpp/
H A Dglcpp-parse.c3364 _token_print(struct _mesa_string_buffer *out, token_t *token)
/xsrc/external/mit/MesaLib/src/compiler/glsl/glcpp/
H A Dglcpp-parse.c3670 _token_print(struct _mesa_string_buffer *out, token_t *token)

Completed in 45 milliseconds