| /xsrc/external/mit/MesaLib/dist/src/gallium/auxiliary/pipebuffer/ |
| H A D | pb_bufmgr_cache.c | 235 assert(pb_check_alignment(desc->alignment, 1u << buf->buffer->alignment_log2)); 239 buf->base.alignment_log2 = buf->buffer->alignment_log2;
|
| H A D | pb_buffer.h | 121 * alignment_log2 = util_logbase2(alignment); 122 * alignment = 1 << alignment_log2; 124 uint8_t alignment_log2; member in struct:pb_buffer
|
| H A D | pb_bufmgr_debug.c | 402 assert(pb_check_alignment(real_desc.alignment, 1u << buf->buffer->alignment_log2)); 407 buf->base.alignment_log2 = util_logbase2(desc->alignment);
|
| H A D | pb_bufmgr_slab.c | 342 buf->base.alignment_log2 = 0; 419 buf->base.alignment_log2 = util_logbase2(desc->alignment);
|
| H A D | pb_bufmgr_mm.c | 196 mm_buf->base.alignment_log2 = util_logbase2(desc->alignment);
|
| H A D | pb_cache.c | 136 if (!pb_check_alignment(alignment, 1u << buf->alignment_log2))
|
| H A D | pb_buffer_fenced.c | 911 fenced_buf->base.alignment_log2 = util_logbase2(desc->alignment);
|
| /xsrc/external/mit/MesaLib/dist/src/gallium/drivers/r600/ |
| H A D | radeon_video.c | 192 size = align(size, 1 << (*buffers[i])->alignment_log2); 194 alignment = MAX2(alignment, 1 << (*buffers[i])->alignment_log2);
|
| H A D | r600_state.c | 990 (1 << rctx->dummy_cmask->buf->alignment_log2) % cmask.alignment != 0) { 1015 (1 << rctx->dummy_fmask->buf->alignment_log2) % fmask.alignment != 0) {
|
| H A D | r600_texture.c | 980 resource->bo_alignment = 1 << buf->alignment_log2;
|
| /xsrc/external/mit/MesaLib/dist/src/gallium/drivers/d3d12/ |
| H A D | d3d12_bufmgr.cpp | 289 buf->base.alignment_log2 = util_logbase2(pb_desc->alignment);
|
| /xsrc/external/mit/MesaLib/dist/src/gallium/drivers/zink/ |
| H A D | zink_bo.c | 280 bo->base.alignment_log2 = util_logbase2(alignment); 504 bo->base.alignment_log2 = util_logbase2(ZINK_SPARSE_BUFFER_PAGE_SIZE); 585 assert(alignment <= 1 << bo->base.alignment_log2); 892 bo->base.alignment_log2 = util_logbase2(get_slab_entry_alignment(screen, entry_size));
|
| /xsrc/external/mit/MesaLib/dist/src/gallium/winsys/svga/drm/ |
| H A D | vmw_buffer.c | 225 buf->base.alignment_log2 = util_logbase2(pb_desc->alignment);
|
| H A D | pb_buffer_simple_fenced.c | 734 fenced_buf->base.alignment_log2 = util_logbase2(desc->alignment);
|
| /xsrc/external/mit/MesaLib/dist/src/gallium/winsys/amdgpu/drm/ |
| H A D | amdgpu_bo.c | 588 bo->base.alignment_log2 = util_logbase2(alignment); 652 assert(bo->base.size < (1 << bo->base.alignment_log2) || 780 bo->base.alignment_log2 = util_logbase2(get_slab_entry_alignment(ws, entry_size)); 1141 bo->base.alignment_log2 = util_logbase2(RADEON_SPARSE_PAGE_SIZE); 1427 assert(alignment <= 1 << bo->base.alignment_log2); 1583 bo->base.alignment_log2 = util_logbase2(info.phys_alignment); 1727 bo->base.alignment_log2 = 0;
|
| /xsrc/external/mit/MesaLib/dist/src/amd/common/ |
| H A D | ac_surface.h | 355 uint8_t alignment_log2; member in struct:radeon_surf
|
| H A D | ac_surface.c | 2400 surf->alignment_log2 = surf->surf_alignment_log2; 2409 surf->alignment_log2 = MAX2(surf->alignment_log2, surf->fmask_alignment_log2); 2416 surf->alignment_log2 = MAX2(surf->alignment_log2, surf->cmask_alignment_log2); 2438 surf->alignment_log2 = MAX2(surf->alignment_log2, surf->meta_alignment_log2); 2454 surf->alignment_log2 = surf->surf_alignment_log2; 2828 if (offset & ((1 << surf->alignment_log2) - 1) ||
|
| /xsrc/external/mit/MesaLib/dist/src/gallium/winsys/radeon/drm/ |
| H A D | radeon_drm_bo.c | 672 bo->base.alignment_log2 = util_logbase2(alignment); 807 bo->base.alignment_log2 = util_logbase2(entry_size); 1133 bo->base.alignment_log2 = 0; 1262 bo->base.alignment_log2 = 0;
|
| /xsrc/external/mit/MesaLib/dist/src/amd/vulkan/ |
| H A D | radv_image.c | 1320 surf->alignment_log2 = MAX2(surf->alignment_log2, surf->cmask_alignment_log2); 1573 offset = align64(image->size, 1 << image->planes[plane].surface.alignment_log2); 1597 image->alignment = MAX2(image->alignment, 1 << image->planes[plane].surface.alignment_log2);
|
| /xsrc/external/mit/MesaLib/dist/src/gallium/drivers/radeonsi/ |
| H A D | si_texture.c | 1013 resource->bo_alignment_log2 = imported_buf->alignment_log2; 1556 buf->alignment_log2 < tex->surface.alignment_log2) {
|
| H A D | si_buffer.c | 669 res->bo_alignment_log2 = imported_buf->alignment_log2;
|
| /xsrc/external/mit/MesaLib/dist/docs/relnotes/ |
| H A D | 21.1.0.rst | 3587 - gallium/pb: change pb_buffer::alignment to alignment_log2
|
| H A D | 21.2.0.rst | 3478 - radeonsi: change si_resource::alignment to alignment_log2 for better packing
|