HomeSort by: relevance | last modified time | path
    Searched defs:depth_tile_format (Results 1 - 2 of 2) sorted by relevancy

  /src/sys/external/bsd/drm/dist/shared-core/
savage_bci.c 826 unsigned int depth_tile_format; local in function:savage_do_init_bci
831 depth_tile_format = dev_priv->depth_bpp == 16 ?
835 depth_tile_format = SAVAGE_BD_TILE_DEST;
852 (depth_tile_format << SAVAGE_BD_TILE_SHIFT);
  /src/sys/external/bsd/drm2/dist/drm/savage/
savage_bci.c 826 unsigned int depth_tile_format; local in function:savage_do_init_bci
831 depth_tile_format = dev_priv->depth_bpp == 16 ?
835 depth_tile_format = SAVAGE_BD_TILE_DEST;
852 (depth_tile_format << SAVAGE_BD_TILE_SHIFT);

Completed in 17 milliseconds