Home
last modified time | relevance | path

Searched refs:csUAViews (Results 1 – 2 of 2) sorted by relevance

/third_party/mesa3d/src/gallium/drivers/svga/
Dsvga_state_uav.c664 memcpy(svga->state.hw_draw.csUAViews, uaViews, in svga_save_uav_state()
665 sizeof svga->state.hw_draw.csUAViews); in svga_save_uav_state()
828 memcmp(svga->state.hw_draw.csUAViews, uaViews, in need_to_set_cs_uav()
829 sizeof svga->state.hw_draw.csUAViews)) in need_to_set_cs_uav()
Dsvga_context.h514 struct svga_winsys_surface *csUAViews[SVGA_MAX_UAVIEWS]; member