Home
last modified time | relevance | path

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

/external/mesa3d/src/gallium/drivers/svga/
Dsvga_pipe_vs.c102 struct svga_vertex_shader *vs = CALLOC_STRUCT(svga_vertex_shader); in svga_create_vs_state()
145 struct svga_vertex_shader *vs = (struct svga_vertex_shader *)shader; in svga_bind_vs_state()
168 struct svga_vertex_shader *vs = (struct svga_vertex_shader *)shader; in svga_delete_vs_state()
Dsvga_state_vs.c76 const struct svga_vertex_shader *vs, in translate_vertex_program()
96 struct svga_vertex_shader *vs, in get_compiled_dummy_vertex_shader()
119 struct svga_vertex_shader *vs, in compile_vs()
255 struct svga_vertex_shader *vs, in compile_passthrough_vs()
263 struct svga_vertex_shader new_vs; in compile_passthrough_vs()
344 struct svga_vertex_shader *vs = svga->curr.vs; in emit_hw_vs()
Dsvga_state_tgsi_transform.c193 struct svga_vertex_shader *vs = svga->curr.vs; in add_point_sprite_shader()
242 struct svga_vertex_shader *vs = svga->curr.vs; /* currently bound vs */ in update_tgsi_transform()
Dsvga_state_need_swtnl.c64 struct svga_vertex_shader *vs = svga->curr.vs; in update_need_pipeline()
Dsvga_shader.h200 struct svga_vertex_shader struct
Dsvga_context.h265 struct svga_vertex_shader *vs;
Dsvga_tgsi_vgpu10.c6659 struct svga_vertex_shader *vs = svga->curr.vs; in svga_tgsi_vgpu10_translate()