Searched refs:uaViewId (Results 1 – 7 of 7) sorted by relevance
/third_party/mesa3d/src/gallium/drivers/svga/ |
D | svga_state_uav.c | 53 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 …]
|
D | svga_shader_buffer.c | 54 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()
|
D | svga_image_view.c | 54 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()
|
D | svga_cmd_vgpu10.c | 1594 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()
|
D | svga_cmd.h | 742 SVGA3dUAViewId uaViewId, 750 SVGA3dUAViewId uaViewId);
|
D | svga_context.h | 563 SVGA3dUAViewId uaViewId; member
|
/third_party/mesa3d/src/gallium/drivers/svga/include/ |
D | svga3d_dx.h | 1348 SVGA3dUAViewId uaViewId; member 1363 SVGA3dUAViewId uaViewId; member 1372 SVGA3dUAViewId uaViewId; member 1382 SVGA3dUAViewId uaViewId; member 1405 SVGA3dUAViewId uaViewId; member
|