Home
last modified time | relevance | path

Searched refs:svga_vertex_shader (Results 1 – 6 of 6) sorted by relevance

/external/mesa3d/src/gallium/drivers/svga/
Dsvga_pipe_vs.c103 struct svga_vertex_shader *vs = CALLOC_STRUCT(svga_vertex_shader); in svga_create_vs_state()
139 struct svga_vertex_shader *vs = (struct svga_vertex_shader *)shader; in svga_bind_vs_state()
150 struct svga_vertex_shader *vs = (struct svga_vertex_shader *)shader; in svga_delete_vs_state()
Dsvga_state_vs.c54 static struct svga_shader_result *search_vs_key( struct svga_vertex_shader *vs, in search_vs_key()
102 struct svga_vertex_shader *vs, in compile_vs()
179 struct svga_vertex_shader *vs = svga->curr.vs; in emit_hw_vs()
Dsvga_tgsi.h41 struct svga_vertex_shader;
151 svga_translate_vertex_program( const struct svga_vertex_shader *fs,
Dsvga_context.h75 struct svga_vertex_shader struct
206 struct svga_vertex_shader *vs;
Dsvga_state_need_swtnl.c120 struct svga_vertex_shader *vs = svga->curr.vs; in update_need_pipeline()
Dsvga_tgsi.c364 svga_translate_vertex_program( const struct svga_vertex_shader *vs, in svga_translate_vertex_program()