Home
last modified time | relevance | path

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

/third_party/mesa3d/src/gallium/drivers/svga/
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() argument
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
268 uaViewId = util_bitmask_add(svga->uav_id_bm); in svga_create_uav()
[all …]
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()
72 __FUNCTION__, buf->buffer, uaViewId); in svga_create_uav_buffer()
78 return uaViewId; in svga_create_uav_buffer()
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()
110 __FUNCTION__, res, resourceDim, svga_format, uaViewId); in svga_create_uav_image()
112 return uaViewId; in svga_create_uav_image()
Dsvga_cmd_vgpu10.c1594 SVGA3dUAViewId uaViewId, in SVGA3D_sm5_DefineUAView() argument
1608 SVGA3D_COPY_BASIC_3(uaViewId, format, resourceDimension); in SVGA3D_sm5_DefineUAView()
1622 SVGA3dUAViewId uaViewId) in SVGA3D_sm5_DestroyUAView() argument
1625 cmd->uaViewId = uaViewId; in SVGA3D_sm5_DestroyUAView()
Dsvga_cmd.h742 SVGA3dUAViewId uaViewId,
750 SVGA3dUAViewId uaViewId);
Dsvga_context.h563 SVGA3dUAViewId uaViewId; member
/third_party/mesa3d/src/gallium/drivers/svga/include/
Dsvga3d_dx.h1348 SVGA3dUAViewId uaViewId; member
1363 SVGA3dUAViewId uaViewId; member
1372 SVGA3dUAViewId uaViewId; member
1382 SVGA3dUAViewId uaViewId; member
1405 SVGA3dUAViewId uaViewId; member