Home
last modified time | relevance | path

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

/third_party/mesa3d/src/gallium/drivers/svga/
Dsvga_state_uav.c662 memcpy(svga->state.hw_draw.csUAViewIds, uaViewIds, in svga_save_uav_state()
663 sizeof svga->state.hw_draw.csUAViewIds); in svga_save_uav_state()
826 if (memcmp(svga->state.hw_draw.csUAViewIds, uaViewIds, in need_to_set_cs_uav()
827 sizeof svga->state.hw_draw.csUAViewIds) || in need_to_set_cs_uav()
Dsvga_context.h513 SVGA3dUAViewId csUAViewIds[SVGA_MAX_UAVIEWS]; member