Home
last modified time | relevance | path

Searched refs:uaViewId (Results 1 - 7 of 7) sorted by relevance

/third_party/mesa3d/src/gallium/drivers/svga/
H A Dsvga_state_uav.c53 cache->uaViews[i].uaViewId = SVGA3D_INVALID_ID; in svga_uav_cache_init()
143 (cache->uaViews[i].uaViewId != SVGA3D_INVALID_ID) && in svga_uav_cache_find_uav()
162 SVGA3dUAViewId uaViewId) in svga_uav_cache_add_uav()
181 uav->uaViewId = uaViewId; in svga_uav_cache_add_uav()
199 assert(uav->uaViewId != SVGA3D_INVALID_ID); in svga_uav_cache_use_uav()
218 if (uav->uaViewId != SVGA3D_INVALID_ID) { in svga_uav_cache_purge()
240 util_bitmask_set(svga->uav_to_free_id_bm, uav->uaViewId); in svga_uav_cache_purge()
244 uav->uaViewId = SVGA3D_INVALID_ID; in svga_uav_cache_purge()
264 SVGA3dUAViewId uaViewId; in svga_create_uav() local
157 svga_uav_cache_add_uav(struct svga_context *svga, enum svga_uav_type uav_type, void *desc, unsigned desc_len, struct pipe_resource *res, SVGA3dUAViewId uaViewId) svga_uav_cache_add_uav() argument
335 svga_find_uav_from_list(struct svga_context *svga, SVGA3dUAViewId uaViewId, unsigned num_uavs, SVGA3dUAViewId *uaViewsId) svga_find_uav_from_list() argument
389 SVGA3dUAViewId uaViewId; svga_create_uav_list() local
450 SVGA3dUAViewId uaViewId; svga_create_uav_list() local
522 SVGA3dUAViewId uaViewId; svga_create_uav_list() local
[all...]
H A Dsvga_shader_buffer.c54 unsigned uaViewId; in svga_create_uav_buffer() local
64 uaViewId = svga_create_uav(svga, &desc, format, in svga_create_uav_buffer()
68 if (uaViewId == SVGA3D_INVALID_ID) in svga_create_uav_buffer()
69 return uaViewId; in svga_create_uav_buffer()
71 SVGA_DBG(DEBUG_UAV, "%s: resource=0x%x uaViewId=%d\n", in svga_create_uav_buffer()
72 __FUNCTION__, buf->buffer, uaViewId); in svga_create_uav_buffer()
78 return uaViewId; in svga_create_uav_buffer()
263 /* Initialize uaViewId to SVGA3D_INVALID_ID for current shader buffers in svga_init_shader_buffer_functions()
265 * shader buffers with uaViewId 0. in svga_init_shader_buffer_functions()
281 /* Initialize uaViewId t in svga_init_shader_buffer_functions()
[all...]
H A Dsvga_image_view.c54 SVGA3dUAViewId uaViewId; in svga_create_uav_image() local
105 uaViewId = svga_create_uav(svga, &desc, svga_format, resourceDim, surf); in svga_create_uav_image()
106 if (uaViewId == SVGA3D_INVALID_ID) in svga_create_uav_image()
107 return uaViewId; in svga_create_uav_image()
109 SVGA_DBG(DEBUG_IMAGE, "%s: resource=0x%x dim=%d format=%d uaViewId=%d\n", in svga_create_uav_image()
110 __FUNCTION__, res, resourceDim, svga_format, uaViewId); in svga_create_uav_image()
112 return uaViewId; in svga_create_uav_image()
H A Dsvga_cmd.h742 SVGA3dUAViewId uaViewId,
750 SVGA3dUAViewId uaViewId);
H A Dsvga_cmd_vgpu10.c1594 SVGA3dUAViewId uaViewId, in SVGA3D_sm5_DefineUAView()
1608 SVGA3D_COPY_BASIC_3(uaViewId, format, resourceDimension); in SVGA3D_sm5_DefineUAView()
1622 SVGA3dUAViewId uaViewId) in SVGA3D_sm5_DestroyUAView()
1625 cmd->uaViewId = uaViewId; in SVGA3D_sm5_DestroyUAView()
1593 SVGA3D_sm5_DefineUAView(struct svga_winsys_context *swc, SVGA3dUAViewId uaViewId, struct svga_winsys_surface *surface, SVGA3dSurfaceFormat format, SVGA3dResourceType resourceDimension, const SVGA3dUAViewDesc *desc) SVGA3D_sm5_DefineUAView() argument
1621 SVGA3D_sm5_DestroyUAView(struct svga_winsys_context *swc, SVGA3dUAViewId uaViewId) SVGA3D_sm5_DestroyUAView() argument
H A Dsvga_context.h563 SVGA3dUAViewId uaViewId; member
/third_party/mesa3d/src/gallium/drivers/svga/include/
H A Dsvga3d_dx.h1348 SVGA3dUAViewId uaViewId; member
1363 SVGA3dUAViewId uaViewId; member
1372 SVGA3dUAViewId uaViewId; member
1382 SVGA3dUAViewId uaViewId; member
1405 SVGA3dUAViewId uaViewId; member

Completed in 12 milliseconds