Home
last modified time | relevance | path

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

/external/virglrenderer/src/
Dvrend_strbuf.h162 struct vrend_strarray { struct
168 static inline bool strarray_alloc(struct vrend_strarray *sa, int init_alloc) in strarray_alloc() argument
178 static inline bool strarray_addstrbuf(struct vrend_strarray *sa, const struct vrend_strbuf *sb) in strarray_addstrbuf()
188 static inline void strarray_free(struct vrend_strarray *sa, bool free_strings) in strarray_free()
197 static inline void strarray_dump(struct vrend_strarray *sa) in strarray_dump()
203 static inline void strarray_dump_with_line_numbers(struct vrend_strarray *sa) in strarray_dump_with_line_numbers()
Dvrend_shader.h188 struct vrend_strarray *shader);
202 struct vrend_strarray *shader,
Dvrend_shader.c6930 struct vrend_strarray *shader) in set_strbuffers()
6942 struct vrend_strarray *prog_strings,
6954 struct vrend_strarray *shader) in vrend_convert_shader()
7080 static void replace_interp(struct vrend_strarray *program, in replace_interp()
7104 static void require_gpu_shader5(struct vrend_strarray *program) in require_gpu_shader5()
7113 static void require_gpu_shader5_and_msinterp(struct vrend_strarray *program) in require_gpu_shader5_and_msinterp()
7120 struct vrend_strarray *prog_strings, in vrend_patch_vertex_shader_interpolants()
7312 struct vrend_strarray *shader, in vrend_shader_create_passthrough_tcs()
Dvrend_renderer.c414 struct vrend_strarray glsl_strings;