HomeSort by relevance Sort by last modified time
    Searched refs:blk_h (Results 1 - 4 of 4) sorted by null

  /external/libdrm/radeon/
radeon_surface.h 115 uint32_t blk_h; member in struct:radeon_surface
radeon_surface.c 172 surflevel->nblk_y = (surflevel->npix_y + surf->blk_h - 1) / surf->blk_h;
581 surflevel->nblk_y = (surflevel->npix_y + surf->blk_h - 1) / surf->blk_h;
    [all...]
  /external/mesa3d/src/gallium/drivers/radeonsi/
r600_texture.c 84 surface->blk_h = util_format_get_blockheight(ptex->format);
  /external/mesa3d/src/gallium/drivers/r600/
r600_texture.c 85 surface->blk_h = util_format_get_blockheight(ptex->format);
    [all...]

Completed in 2533 milliseconds