Home
last modified time | relevance | path

Searched refs:tiles_high (Results 1 – 4 of 4) sorted by relevance

/dports/graphics/gliv/gliv-1.9.7/src/
H A Dtiling.c132 struct tiles *tiles_low, *tiles_high; in make_tiles_rec() local
156 tiles_high = make_tiles_rec(dim - high + 1, FALSE); in make_tiles_rec()
158 if (MORE_WASTE_THAN(tiles_high->waste, tiles_low->waste)) in make_tiles_rec()
164 destroy_tiles(tiles_high); in make_tiles_rec()
/dports/graphics/ossim/ossim-OrchidIsland-2.11.1/src/base/
H A DossimRectanglePartitioner.cpp112 ossim_int32 tiles_high = (input_height % tile_height) ?
118 for (ossim_int32 y = 0; y < tiles_high; ++y)
/dports/graphics/openrm/rm160/rm/
H A Drmframe.c1659 int dwidth, dheight, tiles_across, tiles_high, i, j, dx, dy; in private_setBackgroundTile() local
1682 tiles_high = dheight / dy; in private_setBackgroundTile()
1685 tiles_high++; in private_setBackgroundTile()
1731 for (j = 0; j < tiles_high; j++) in private_setBackgroundTile()
1815 int dwidth, dheight, tiles_across, tiles_high, i, j, dx, dy; in private_setBackgroundDepthImage() local
1855 tiles_high = dheight / dy; in private_setBackgroundDepthImage()
1858 tiles_high++; in private_setBackgroundDepthImage()
1881 for (j = 0; j < tiles_high; j++) in private_setBackgroundDepthImage()
/dports/emulators/dolphin-emu/dolphin-3152428/Source/Core/VideoCommon/
H A DFramebufferManager.cpp563 const u32 tiles_high = ((EFB_HEIGHT + (m_efb_cache_tile_size - 1)) / m_efb_cache_tile_size); in CreateReadbackFramebuffer() local
564 const u32 total_tiles = tiles_wide * tiles_high; in CreateReadbackFramebuffer()