Home
last modified time | relevance | path

Searched refs:SVGA_NEW_FS (Results 1 – 12 of 12) sorted by relevance

/third_party/mesa3d/src/gallium/drivers/svga/
Dsvga_swtnl_state.c111 if (dirty & SVGA_NEW_FS) in update_swtnl_draw()
366 SVGA_NEW_FS),
Dsvga_pipe_fs.c86 svga->dirty |= SVGA_NEW_FS; in svga_bind_fs_state()
Dsvga_state_vdecl.c157 SVGA_NEW_FS |
Dsvga_state_gs.c198 SVGA_NEW_FS |
Dsvga_state_need_swtnl.c151 SVGA_NEW_FS |
Dsvga_state_vs.c364 SVGA_NEW_FS |
Dsvga_state_ts.c312 SVGA_NEW_FS |
Dsvga_state_tgsi_transform.c495 SVGA_NEW_FS |
Dsvga_state_fs.c429 (SVGA_NEW_FS |
Dsvga_state_rss.c547 SVGA_NEW_FS |
Dsvga_state_sampler.c533 (SVGA_NEW_FS |
Dsvga_context.h800 #define SVGA_NEW_FS ((uint64_t) 0x80) macro