Home
last modified time | relevance | path

Searched refs:uaViews (Results 1 – 4 of 4) sorted by relevance

/third_party/mesa3d/src/gallium/drivers/svga/
Dsvga_state_uav.c52 for (unsigned i = 0; i < ARRAY_SIZE(cache->uaViews); i++) { in svga_uav_cache_init()
53 cache->uaViews[i].uaViewId = SVGA3D_INVALID_ID; in svga_uav_cache_init()
54 cache->uaViews[i].next_uaView = i + 1; in svga_uav_cache_init()
142 if ((cache->uaViews[i].type == uav_type) && in svga_uav_cache_find_uav()
143 (cache->uaViews[i].uaViewId != SVGA3D_INVALID_ID) && in svga_uav_cache_find_uav()
144 uav_desc_identical(uav_type, desc, &cache->uaViews[i].desc)) { in svga_uav_cache_find_uav()
145 return &cache->uaViews[i]; in svga_uav_cache_find_uav()
168 if (i > ARRAY_SIZE(cache->uaViews)) { in svga_uav_cache_add_uav()
173 uav = &cache->uaViews[i]; in svga_uav_cache_add_uav()
214 struct svga_uav *uav = &cache->uaViews[0]; in svga_uav_cache_purge()
[all …]
Dsvga_cmd.h757 struct svga_winsys_surface **uaViews);
763 struct svga_winsys_surface **uaViews);
Dsvga_context.h509 struct svga_winsys_surface *uaViews[SVGA_MAX_UAVIEWS]; member
571 struct svga_uav uaViews[SVGA3D_DX11_1_MAX_UAVIEWS]; member
Dsvga_cmd_vgpu10.c1636 struct svga_winsys_surface **uaViews) in SVGA3D_sm5_SetUAViews() argument
1655 uaViews[i], in SVGA3D_sm5_SetUAViews()
1714 struct svga_winsys_surface **uaViews) in SVGA3D_sm5_SetCSUAViews() argument
1733 uaViews[i], in SVGA3D_sm5_SetCSUAViews()