Searched refs:bo_height (Results 1 – 3 of 3) sorted by relevance
/external/mesa3d/src/gallium/drivers/ilo/ |
D | ilo_resource.c | 298 tex->image.bo_stride * tex->image.bo_height, cpu_init); in tex_create_bo() 351 const uint32_t size = tex->image.aux.bo_stride * tex->image.aux.bo_height; in tex_create_hiz() 383 const uint32_t size = tex->image.aux.bo_stride * tex->image.aux.bo_height; in tex_create_mcs() 447 tex->image.bo_height, &tiling, &pitch); in tex_import_handle() 520 if (img->bo_height > ilo_max_resource_size / img->bo_stride || in tex_init_image() 521 !ilo_vma_init(&tex->vma, &is->dev, img->bo_stride * img->bo_height, in tex_init_image() 589 tex->image.bo_stride, tex->image.bo_height, handle); in tex_get_handle() 701 return (img.bo_height <= ilo_max_resource_size / img.bo_stride); in ilo_can_create_resource()
|
/external/mesa3d/src/gallium/drivers/ilo/core/ |
D | ilo_image.h | 178 unsigned bo_height; member 193 unsigned bo_height; member 358 img->bo_height * img->block_height); in ilo_image_get_slice_pos()
|
D | ilo_image.c | 1086 img->bo_height = align(height, align_h); in image_set_gen6_bo_size() 1256 img->aux.bo_height = align(hz_height, 32); in image_set_gen6_hiz() 1388 img->aux.bo_height = align(mcs_height, 32); in image_set_gen7_mcs()
|