| /xsrc/external/mit/MesaLib.old/dist/src/gallium/winsys/svga/drm/ |
| H A D | vmw_shader.h | 43 int32_t validated; member in struct:vmw_svga_winsys_shader
|
| H A D | vmw_shader.c | 57 assert(p_atomic_read(&dst->validated) == 0);
|
| H A D | vmw_surface.c | 87 p_atomic_read(&vsrf->validated)) { 101 if (!p_atomic_read(&vsrf->validated)) { 141 p_atomic_read(&vsrf->validated)) { 214 assert(p_atomic_read(&dst->validated) == 0);
|
| H A D | vmw_surface.h | 50 int32_t validated; /* atomic */ member in struct:vmw_svga_winsys_surface
|
| H A D | vmw_screen_dri.c | 185 p_atomic_set(&vsrf->validated, 0); 301 p_atomic_set(&vsrf->validated, 0);
|
| H A D | vmw_context.c | 194 * pb_validate_validate releases validated buffers in its error path. 259 p_atomic_dec(&isurf->vsurf->validated); 270 p_atomic_dec(&ishader->vshader->validated); 496 p_atomic_dec(&vsurf->validated); 533 p_atomic_inc(&vsurf->validated); 615 p_atomic_inc(&vshader->validated); 675 p_atomic_dec(&isurf->vsurf->validated); 682 p_atomic_dec(&ishader->vshader->validated);
|
| H A D | vmw_screen_svga.c | 197 p_atomic_set(&surface->validated, 0); 354 return (p_atomic_read(&vsurf->validated) == 0); 423 p_atomic_set(&shader->validated, 0);
|
| /xsrc/external/mit/MesaLib/dist/src/gallium/winsys/svga/drm/ |
| H A D | vmw_shader.h | 43 int32_t validated; member in struct:vmw_svga_winsys_shader
|
| H A D | vmw_surface.h | 50 int32_t validated; /* atomic */ member in struct:vmw_svga_winsys_surface
|
| H A D | vmw_shader.c | 59 assert(p_atomic_read(&dst->validated) == 0); 90 p_atomic_set(&shader->validated, 0);
|
| H A D | vmw_surface.c | 146 p_atomic_read(&vsrf->validated)) { 161 if (!p_atomic_read(&vsrf->validated)) { 207 p_atomic_read(&vsrf->validated)) { 267 assert(p_atomic_read(&dst->validated) == 0);
|
| H A D | vmw_screen_dri.c | 185 p_atomic_set(&vsrf->validated, 0); 301 p_atomic_set(&vsrf->validated, 0);
|
| H A D | vmw_context.c | 195 * pb_validate_validate releases validated buffers in its error path. 260 p_atomic_dec(&isurf->vsurf->validated); 271 p_atomic_dec(&ishader->vshader->validated); 488 p_atomic_dec(&vsurf->validated); 521 p_atomic_inc(&vsurf->validated); 607 p_atomic_inc(&vshader->validated); 667 p_atomic_dec(&isurf->vsurf->validated); 674 p_atomic_dec(&ishader->vshader->validated);
|
| /xsrc/external/mit/MesaLib.old/dist/src/gallium/drivers/svga/ |
| H A D | svga_screen_cache.h | 119 struct list_head validated; member in struct:svga_host_surface_cache 150 boolean *validated,
|
| H A D | svga_resource_texture.h | 81 * Whether the host side surface is validated, either through the 85 boolean validated; member in struct:svga_texture 216 tex->validated = TRUE; 235 tex->validated = TRUE;
|
| H A D | svga_screen_cache.c | 294 LIST_ADD(&entry->head, &cache->validated); 352 curr = cache->validated.next; 354 while (curr != &cache->validated) { 360 /* remove entry from the validated list */ 437 LIST_INITHEAD(&cache->validated); 455 * \param validated return True if the surface is a reused surface 460 boolean *validated, 535 *validated = TRUE; 564 *validated = FALSE; 458 svga_screen_surface_create(struct svga_screen * svgascreen,unsigned bind_flags,enum pipe_resource_usage usage,boolean * validated,struct svga_host_surface_cache_key * key) argument
|
| /xsrc/external/mit/MesaLib/dist/src/gallium/drivers/svga/ |
| H A D | svga_screen_cache.h | 120 struct list_head validated; member in struct:svga_host_surface_cache 151 boolean *validated,
|
| H A D | svga_resource_texture.h | 77 * Whether the host side surface is validated, either through the 81 boolean validated; member in struct:svga_texture 212 tex->validated = TRUE; 231 tex->validated = TRUE;
|
| H A D | svga_screen_cache.c | 297 list_add(&entry->head, &cache->validated); 361 curr = cache->validated.next; 363 while (curr != &cache->validated) { 370 /* remove entry from the validated list */ 463 list_inithead(&cache->validated); 481 * \param validated return True if the surface is a reused surface 486 boolean *validated, 561 *validated = TRUE; 592 *validated = FALSE; 484 svga_screen_surface_create(struct svga_screen * svgascreen,unsigned bind_flags,enum pipe_resource_usage usage,boolean * validated,struct svga_host_surface_cache_key * key) argument
|
| /xsrc/external/mit/MesaLib.old/dist/src/gallium/drivers/vc4/kernel/ |
| H A D | vc4_drv.h | 52 /* This is the BO where we store the validated command lists, shader 99 * themselves are validated. 135 * struct vc4_validated_shader_info - information about validated shaders that 160 void *validated,
|
| H A D | vc4_validate.c | 47 void *validated, \ 276 *(uint32_t *)(validated + 5) = ib->paddr + offset; 326 *(uint32_t *)validated = (exec->shader_rec_p + 375 *(uint8_t *)(validated + 14) = 407 *(uint32_t *)(validated + 0) = (exec->tile_bo->paddr + 410 *(uint32_t *)(validated + 4) = tile_alloc_size; 412 *(uint32_t *)(validated + 8) = exec->tile_bo->paddr; 430 int (*func)(struct vc4_exec_info *exec, void *validated, 473 void *validated, 482 void *dst_pkt = validated 472 vc4_validate_bin_cl(struct drm_device * dev,void * validated,void * unvalidated,struct vc4_exec_info * exec) argument [all...] |
| /xsrc/external/mit/MesaLib/dist/src/gallium/drivers/vc4/kernel/ |
| H A D | vc4_drv.h | 52 /* This is the BO where we store the validated command lists, shader 99 * themselves are validated. 135 * struct vc4_validated_shader_info - information about validated shaders that 160 void *validated,
|
| H A D | vc4_validate.c | 47 void *validated, \ 276 *(uint32_t *)(validated + 5) = ib->paddr + offset; 326 *(uint32_t *)validated = (exec->shader_rec_p + 375 *(uint8_t *)(validated + 14) = 407 *(uint32_t *)(validated + 0) = (exec->tile_bo->paddr + 410 *(uint32_t *)(validated + 4) = tile_alloc_size; 412 *(uint32_t *)(validated + 8) = exec->tile_bo->paddr; 430 int (*func)(struct vc4_exec_info *exec, void *validated, 473 void *validated, 482 void *dst_pkt = validated 472 vc4_validate_bin_cl(struct drm_device * dev,void * validated,void * unvalidated,struct vc4_exec_info * exec) argument [all...] |
| /xsrc/external/mit/MesaLib.old/dist/src/mesa/drivers/dri/radeon/ |
| H A D | radeon_tex.c | 171 t->validated = GL_FALSE; 344 t->validated = GL_FALSE;
|
| /xsrc/external/mit/libdrm/dist/intel/ |
| H A D | intel_bufmgr_fake.c | 205 int is_static, validated; member in struct:_drm_intel_bo_fake 1148 bo_fake->validated = 0; 1166 /* Sanity check: Buffers should be unmapped before being validated. 1221 bo_fake->validated = 1; 1345 if (!target_fake->validated) { 1397 if (target_fake->validated) 1407 bo_fake->validated = 0;
|