Home
last modified time | relevance | path

Searched refs:svga_shader_result (Results 1 – 8 of 8) sorted by relevance

/external/mesa3d/src/gallium/drivers/svga/
Dsvga_tgsi.h88 struct svga_shader_result struct
108 struct svga_shader_result *next; argument
146 struct svga_shader_result *
150 struct svga_shader_result *
155 void svga_destroy_shader_result( struct svga_shader_result *result );
Dsvga_state_vs.c54 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()
Dsvga_tgsi.c258 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()
Dsvga_state_fs.c55 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()
Dsvga_context.h46 struct svga_shader_result;
58 struct svga_shader_result *results;
280 struct svga_shader_result *fs;
281 struct svga_shader_result *vs;
Dsvga_state_constants.c264 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()
Dsvga_pipe_fs.c93 struct svga_shader_result *result, *tmp; in svga_delete_fs_state()
Dsvga_pipe_vs.c151 struct svga_shader_result *result, *tmp; in svga_delete_vs_state()