Home
last modified time | relevance | path

Searched refs:vrend_strbuf (Results 1 – 4 of 4) sorted by relevance

/external/virglrenderer/src/
Dvrend_strbuf.h37 struct vrend_strbuf { struct
47 static inline void strbuf_set_error(struct vrend_strbuf *sb) in strbuf_set_error() argument
52 static inline bool strbuf_get_error(struct vrend_strbuf *sb) in strbuf_get_error()
57 static inline size_t strbuf_get_len(struct vrend_strbuf *sb) in strbuf_get_len()
62 static inline void strbuf_free(struct vrend_strbuf *sb) in strbuf_free()
67 static inline bool strbuf_alloc(struct vrend_strbuf *sb, int initial_size) in strbuf_alloc()
82 static inline bool strbuf_grow(struct vrend_strbuf *sb, int len) in strbuf_grow()
100 static inline void strbuf_append_buffer(struct vrend_strbuf *sb, const char *data, size_t len) in strbuf_append_buffer()
111 static inline void strbuf_append(struct vrend_strbuf *sb, const char *addstr) in strbuf_append()
116 static inline void strbuf_vappendf(struct vrend_strbuf *sb, const char *fmt, va_list ap) in strbuf_vappendf()
[all …]
Dmeson.build52 'vrend_strbuf.h',
Dvrend_shader.c155 struct vrend_strbuf glsl_main;
156 struct vrend_strbuf glsl_hdr;
157 struct vrend_strbuf glsl_ver_ext;
183 struct vrend_strbuf src_bufs[4];
2882 struct vrend_strbuf *result, in create_swizzled_clipdist()
2941 struct vrend_strbuf *result, in load_clipdist_fs()
3774 struct vrend_strbuf *result) in get_source_info_generic()
3830 struct vrend_strbuf *result) in get_source_info_patch()
3862 struct vrend_strbuf srcs[4], char src_swizzle0[10]) in get_source_info()
3896 struct vrend_strbuf *src_buf = &srcs[i]; in get_source_info()
[all …]
/external/virglrenderer/tests/
Dtest_virgl_strbuf.c32 struct vrend_strbuf sb; in START_TEST()
43 struct vrend_strbuf sb; in START_TEST()
61 struct vrend_strbuf sb; in START_TEST()
80 struct vrend_strbuf sb; in START_TEST()
100 struct vrend_strbuf sb; in START_TEST()
121 struct vrend_strbuf sb; in START_TEST()
141 struct vrend_strbuf sb; in START_TEST()
164 struct vrend_strbuf sb; in START_TEST()
176 struct vrend_strbuf sb; in START_TEST()