Searched refs:svga_fragment_shader (Results 1 – 7 of 7) sorted by relevance
46 struct svga_fragment_shader *fs; in svga_create_fs_state()50 fs = (struct svga_fragment_shader *) in svga_create_fs_state()52 sizeof(struct svga_fragment_shader)); in svga_create_fs_state()82 struct svga_fragment_shader *fs = (struct svga_fragment_shader *) shader; in svga_bind_fs_state()94 struct svga_fragment_shader *fs = (struct svga_fragment_shader *) shader; in svga_delete_fs_state()95 struct svga_fragment_shader *next_fs; in svga_delete_fs_state()103 next_fs = (struct svga_fragment_shader *) fs->base.next; in svga_delete_fs_state()
92 struct svga_fragment_shader *fs = (struct svga_fragment_shader *)shader; in svga_get_compiled_dummy_fragment_shader()119 struct svga_fragment_shader *fs, in make_fs_key()358 struct svga_fragment_shader *fs = svga->curr.fs; in emit_hw_fs()
206 struct svga_fragment_shader *fs, in compile_passthrough_vs()294 struct svga_fragment_shader *fs = svga->curr.fs; in emit_hw_vs()
383 struct svga_fragment_shader struct
224 struct svga_fragment_shader *fs = svga->curr.fs; in svga_swtnl_update_vdecl()
426 struct svga_fragment_shader *fs = svga->curr.fs; /* currently bound fs */ in update_tgsi_transform()
309 struct svga_fragment_shader *fs;