Home
last modified time | relevance | path

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

/third_party/mesa3d/src/gallium/drivers/svga/
H A 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[ in svga_uav_cache_purge()
350 svga_create_uav_list(struct svga_context *svga, enum svga_pipe_type pipe_type, unsigned num_free_uavs, unsigned *num_uavs, SVGA3dUAViewId *uaViewIds, struct svga_winsys_surface **uaViews) svga_create_uav_list() argument
592 svga_save_uav_state(struct svga_context *svga, enum svga_pipe_type pipe_type, unsigned num_uavs, SVGA3dUAViewId *uaViewIds, struct svga_winsys_surface **uaViews) svga_save_uav_state() argument
687 need_to_set_uav(struct svga_context *svga, int uavSpliceIndex, unsigned num_uavs, SVGA3dUAViewId *uaViewIds, struct svga_winsys_surface **uaViews) need_to_set_uav() argument
750 struct svga_winsys_surface *uaViews[SVGA_MAX_UAVIEWS]; update_uav() local
815 need_to_set_cs_uav(struct svga_context *svga, unsigned num_uavs, SVGA3dUAViewId *uaViewIds, struct svga_winsys_surface **uaViews) need_to_set_cs_uav() argument
861 struct svga_winsys_surface *uaViews[SVGA_MAX_UAVIEWS]; update_cs_uav() local
[all...]
H A Dsvga_cmd.h757 struct svga_winsys_surface **uaViews);
763 struct svga_winsys_surface **uaViews);
H A Dsvga_context.h509 struct svga_winsys_surface *uaViews[SVGA_MAX_UAVIEWS]; member
571 struct svga_uav uaViews[SVGA3D_DX11_1_MAX_UAVIEWS]; member
H A Dsvga_cmd_vgpu10.c1636 struct svga_winsys_surface **uaViews) in SVGA3D_sm5_SetUAViews()
1655 uaViews[i], in SVGA3D_sm5_SetUAViews()
1714 struct svga_winsys_surface **uaViews) in SVGA3D_sm5_SetCSUAViews()
1733 uaViews[i], in SVGA3D_sm5_SetCSUAViews()
1632 SVGA3D_sm5_SetUAViews(struct svga_winsys_context *swc, uint32 uavSpliceIndex, unsigned count, const SVGA3dUAViewId ids[], struct svga_winsys_surface **uaViews) SVGA3D_sm5_SetUAViews() argument
1711 SVGA3D_sm5_SetCSUAViews(struct svga_winsys_context *swc, unsigned count, const SVGA3dUAViewId ids[], struct svga_winsys_surface **uaViews) SVGA3D_sm5_SetCSUAViews() argument

Completed in 7 milliseconds