Searched refs:uaViewId (Results 1 - 7 of 7) sorted by relevance
/third_party/mesa3d/src/gallium/drivers/svga/ |
H A 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() 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 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() 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 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() 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 D | svga_cmd.h | 742 SVGA3dUAViewId uaViewId, 750 SVGA3dUAViewId uaViewId);
|
H A D | svga_cmd_vgpu10.c | 1594 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 D | svga_context.h | 563 SVGA3dUAViewId uaViewId; member
|
/third_party/mesa3d/src/gallium/drivers/svga/include/ |
H A D | svga3d_dx.h | 1348 SVGA3dUAViewId uaViewId; member 1363 SVGA3dUAViewId uaViewId; member 1372 SVGA3dUAViewId uaViewId; member 1382 SVGA3dUAViewId uaViewId; member 1405 SVGA3dUAViewId uaViewId; member
|
Completed in 12 milliseconds