Searched refs:svga_shader_result (Results 1 – 8 of 8) sorted by relevance
88 struct svga_shader_result struct108 struct svga_shader_result *next; argument146 struct svga_shader_result *150 struct svga_shader_result *155 void svga_destroy_shader_result( struct svga_shader_result *result );
54 static struct svga_shader_result *search_vs_key( struct svga_vertex_shader *vs, in search_vs_key()57 struct svga_shader_result *result = vs->base.results; in search_vs_key()104 struct svga_shader_result **out_result ) in compile_vs()106 struct svga_shader_result *result; in compile_vs()173 struct svga_shader_result *result = NULL; in emit_hw_vs()
258 static struct svga_shader_result *263 struct svga_shader_result *result = NULL; in svga_tgsi_translate()310 result = CALLOC_STRUCT(svga_shader_result); in svga_tgsi_translate()345 struct svga_shader_result *363 struct svga_shader_result *384 void svga_destroy_shader_result( struct svga_shader_result *result ) in svga_destroy_shader_result()
55 static struct svga_shader_result *search_fs_key( struct svga_fragment_shader *fs, in search_fs_key()58 struct svga_shader_result *result = fs->base.results; in search_fs_key()106 struct svga_shader_result **out_result ) in compile_fs()108 struct svga_shader_result *result; in compile_fs()252 struct svga_shader_result *result = NULL; in emit_hw_fs()
46 struct svga_shader_result;58 struct svga_shader_result *results;280 struct svga_shader_result *fs;281 struct svga_shader_result *vs;
264 const struct svga_shader_result *result = svga->state.hw_draw.fs; in emit_fs_consts()322 const struct svga_shader_result *result = svga->state.hw_draw.vs; in emit_vs_consts()
93 struct svga_shader_result *result, *tmp; in svga_delete_fs_state()
151 struct svga_shader_result *result, *tmp; in svga_delete_vs_state()