Home
last modified time | relevance | path

Searched refs:TILE_SIZE (Results 126 – 150 of 714) sorted by relevance

12345678910>>...29

/dports/games/libretro-2048/libretro-2048-35a299c/
H A Dgame.h10 #define TILE_SIZE (FONT_SIZE * 4) macro
17 #define BOARD_WIDTH (SPACING + TILE_SIZE * GRID_WIDTH + SPACING * (GRID_WIDTH - 1) + SPACING)
18 #define BOARD_HEIGHT (SPACING + TILE_SIZE * GRID_HEIGHT + SPACING * (GRID_HEIGHT - 1) + SPACING)
20 #define BOARD_OFFSET_Y SPACING + TILE_SIZE + SPACING
/dports/games/aquaria/Aquaria-OSE-v1.002-22-g84366ad/Aquaria/
H A DGridRender.cpp44 const int drawx1 = x*TILE_SIZE; in doRenderGrid()
45 const int drawx2 = (x+1)*TILE_SIZE; in doRenderGrid()
46 const int drawy1 = startCol*TILE_SIZE; in doRenderGrid()
47 const int drawy2 = (endCol+1)*TILE_SIZE; in doRenderGrid()
74 const int width = int((core->getVirtualWidth() * (core->invGlobalScale))/TILE_SIZE) + 1; in onRender()
75 const int height = int((600 * (core->invGlobalScale))/TILE_SIZE) + 1; in onRender()
/dports/games/libretro-mame2000/mame2000-libretro-e364a15/src/vidhrdw/
H A Dcischeat.c345 #define TILE_SIZE (64) macro
395 code = code * (X_SIZE/TILE_SIZE); in cischeat_mark_road_colors()
397 for (i = 0; i < (X_SIZE/TILE_SIZE); i++) in cischeat_mark_road_colors()
447 code = code * (X_SIZE/TILE_SIZE); in cischeat_draw_road()
450 curr_code = code + xscroll/TILE_SIZE; in cischeat_draw_road()
452 for (sx = -(xscroll%TILE_SIZE) ; sx <= max_x ; sx +=TILE_SIZE) in cischeat_draw_road()
532 code = code * (X_SIZE/TILE_SIZE); in f1gpstar_mark_road_colors()
534 for (i = 0; i < (X_SIZE/TILE_SIZE); i++) in f1gpstar_mark_road_colors()
590 code = code * (X_SIZE/TILE_SIZE); in f1gpstar_draw_road()
593 xdim = TILE_SIZE * xscale; in f1gpstar_draw_road()
[all …]
/dports/math/suitesparse-klu/SuiteSparse-5.10.1/GraphBLAS/CUDA/local_cub/block/specializations/
H A Dblock_histogram_sort.cuh166 enum { TILE_SIZE = BLOCK_THREADS * ITEMS_PER_THREAD }; in Composite() enumerator
179 temp_storage.run_begin[histo_offset + linear_tid] = TILE_SIZE; in Composite()
180 temp_storage.run_end[histo_offset + linear_tid] = TILE_SIZE; in Composite()
185 temp_storage.run_begin[histo_offset + linear_tid] = TILE_SIZE; in Composite()
186 temp_storage.run_end[histo_offset + linear_tid] = TILE_SIZE; in Composite()
/dports/math/suitesparse-btf/SuiteSparse-5.10.1/GraphBLAS/CUDA/local_cub/block/specializations/
H A Dblock_histogram_sort.cuh166 enum { TILE_SIZE = BLOCK_THREADS * ITEMS_PER_THREAD }; in Composite() enumerator
179 temp_storage.run_begin[histo_offset + linear_tid] = TILE_SIZE; in Composite()
180 temp_storage.run_end[histo_offset + linear_tid] = TILE_SIZE; in Composite()
185 temp_storage.run_begin[histo_offset + linear_tid] = TILE_SIZE; in Composite()
186 temp_storage.run_end[histo_offset + linear_tid] = TILE_SIZE; in Composite()
/dports/math/suitesparse-amd/SuiteSparse-5.10.1/GraphBLAS/CUDA/local_cub/block/specializations/
H A Dblock_histogram_sort.cuh166 enum { TILE_SIZE = BLOCK_THREADS * ITEMS_PER_THREAD }; in Composite() enumerator
179 temp_storage.run_begin[histo_offset + linear_tid] = TILE_SIZE; in Composite()
180 temp_storage.run_end[histo_offset + linear_tid] = TILE_SIZE; in Composite()
185 temp_storage.run_begin[histo_offset + linear_tid] = TILE_SIZE; in Composite()
186 temp_storage.run_end[histo_offset + linear_tid] = TILE_SIZE; in Composite()
/dports/math/suitesparse-ldl/SuiteSparse-5.10.1/GraphBLAS/CUDA/local_cub/block/specializations/
H A Dblock_histogram_sort.cuh166 enum { TILE_SIZE = BLOCK_THREADS * ITEMS_PER_THREAD }; in Composite() enumerator
179 temp_storage.run_begin[histo_offset + linear_tid] = TILE_SIZE; in Composite()
180 temp_storage.run_end[histo_offset + linear_tid] = TILE_SIZE; in Composite()
185 temp_storage.run_begin[histo_offset + linear_tid] = TILE_SIZE; in Composite()
186 temp_storage.run_end[histo_offset + linear_tid] = TILE_SIZE; in Composite()
/dports/math/suitesparse-slip_lu/SuiteSparse-5.10.1/GraphBLAS/CUDA/local_cub/block/specializations/
H A Dblock_histogram_sort.cuh166 enum { TILE_SIZE = BLOCK_THREADS * ITEMS_PER_THREAD }; in Composite() enumerator
179 temp_storage.run_begin[histo_offset + linear_tid] = TILE_SIZE; in Composite()
180 temp_storage.run_end[histo_offset + linear_tid] = TILE_SIZE; in Composite()
185 temp_storage.run_begin[histo_offset + linear_tid] = TILE_SIZE; in Composite()
186 temp_storage.run_end[histo_offset + linear_tid] = TILE_SIZE; in Composite()
/dports/math/suitesparse-mongoose/SuiteSparse-5.10.1/GraphBLAS/CUDA/local_cub/block/specializations/
H A Dblock_histogram_sort.cuh166 enum { TILE_SIZE = BLOCK_THREADS * ITEMS_PER_THREAD }; in Composite() enumerator
179 temp_storage.run_begin[histo_offset + linear_tid] = TILE_SIZE; in Composite()
180 temp_storage.run_end[histo_offset + linear_tid] = TILE_SIZE; in Composite()
185 temp_storage.run_begin[histo_offset + linear_tid] = TILE_SIZE; in Composite()
186 temp_storage.run_end[histo_offset + linear_tid] = TILE_SIZE; in Composite()
/dports/math/suitesparse-rbio/SuiteSparse-5.10.1/GraphBLAS/CUDA/local_cub/block/specializations/
H A Dblock_histogram_sort.cuh166 enum { TILE_SIZE = BLOCK_THREADS * ITEMS_PER_THREAD }; in Composite() enumerator
179 temp_storage.run_begin[histo_offset + linear_tid] = TILE_SIZE; in Composite()
180 temp_storage.run_end[histo_offset + linear_tid] = TILE_SIZE; in Composite()
185 temp_storage.run_begin[histo_offset + linear_tid] = TILE_SIZE; in Composite()
186 temp_storage.run_end[histo_offset + linear_tid] = TILE_SIZE; in Composite()
/dports/math/suitesparse-colamd/SuiteSparse-5.10.1/GraphBLAS/CUDA/local_cub/block/specializations/
H A Dblock_histogram_sort.cuh166 enum { TILE_SIZE = BLOCK_THREADS * ITEMS_PER_THREAD }; in Composite() enumerator
179 temp_storage.run_begin[histo_offset + linear_tid] = TILE_SIZE; in Composite()
180 temp_storage.run_end[histo_offset + linear_tid] = TILE_SIZE; in Composite()
185 temp_storage.run_begin[histo_offset + linear_tid] = TILE_SIZE; in Composite()
186 temp_storage.run_end[histo_offset + linear_tid] = TILE_SIZE; in Composite()
/dports/math/suitesparse-config/SuiteSparse-5.10.1/GraphBLAS/CUDA/local_cub/block/specializations/
H A Dblock_histogram_sort.cuh166 enum { TILE_SIZE = BLOCK_THREADS * ITEMS_PER_THREAD }; in Composite() enumerator
179 temp_storage.run_begin[histo_offset + linear_tid] = TILE_SIZE; in Composite()
180 temp_storage.run_end[histo_offset + linear_tid] = TILE_SIZE; in Composite()
185 temp_storage.run_begin[histo_offset + linear_tid] = TILE_SIZE; in Composite()
186 temp_storage.run_end[histo_offset + linear_tid] = TILE_SIZE; in Composite()
/dports/math/suitesparse-ccolamd/SuiteSparse-5.10.1/GraphBLAS/CUDA/local_cub/block/specializations/
H A Dblock_histogram_sort.cuh166 enum { TILE_SIZE = BLOCK_THREADS * ITEMS_PER_THREAD }; in Composite() enumerator
179 temp_storage.run_begin[histo_offset + linear_tid] = TILE_SIZE; in Composite()
180 temp_storage.run_end[histo_offset + linear_tid] = TILE_SIZE; in Composite()
185 temp_storage.run_begin[histo_offset + linear_tid] = TILE_SIZE; in Composite()
186 temp_storage.run_end[histo_offset + linear_tid] = TILE_SIZE; in Composite()
/dports/math/suitesparse-cholmod/SuiteSparse-5.10.1/GraphBLAS/CUDA/local_cub/block/specializations/
H A Dblock_histogram_sort.cuh166 enum { TILE_SIZE = BLOCK_THREADS * ITEMS_PER_THREAD }; in Composite() enumerator
179 temp_storage.run_begin[histo_offset + linear_tid] = TILE_SIZE; in Composite()
180 temp_storage.run_end[histo_offset + linear_tid] = TILE_SIZE; in Composite()
185 temp_storage.run_begin[histo_offset + linear_tid] = TILE_SIZE; in Composite()
186 temp_storage.run_end[histo_offset + linear_tid] = TILE_SIZE; in Composite()
/dports/math/suitesparse-spqr/SuiteSparse-5.10.1/GraphBLAS/CUDA/local_cub/block/specializations/
H A Dblock_histogram_sort.cuh166 enum { TILE_SIZE = BLOCK_THREADS * ITEMS_PER_THREAD }; in Composite() enumerator
179 temp_storage.run_begin[histo_offset + linear_tid] = TILE_SIZE; in Composite()
180 temp_storage.run_end[histo_offset + linear_tid] = TILE_SIZE; in Composite()
185 temp_storage.run_begin[histo_offset + linear_tid] = TILE_SIZE; in Composite()
186 temp_storage.run_end[histo_offset + linear_tid] = TILE_SIZE; in Composite()
/dports/math/suitesparse-umfpack/SuiteSparse-5.10.1/GraphBLAS/CUDA/local_cub/block/specializations/
H A Dblock_histogram_sort.cuh166 enum { TILE_SIZE = BLOCK_THREADS * ITEMS_PER_THREAD }; in Composite() enumerator
179 temp_storage.run_begin[histo_offset + linear_tid] = TILE_SIZE; in Composite()
180 temp_storage.run_end[histo_offset + linear_tid] = TILE_SIZE; in Composite()
185 temp_storage.run_begin[histo_offset + linear_tid] = TILE_SIZE; in Composite()
186 temp_storage.run_end[histo_offset + linear_tid] = TILE_SIZE; in Composite()
/dports/lang/clover/mesa-21.3.6/src/gallium/drivers/softpipe/
H A Dsp_quad_depth_test_tmp.h62 ushort (*depth16)[TILE_SIZE]; in NAME()
87 depth16 = (ushort (*)[TILE_SIZE]) in NAME()
88 &tile->data.depth16[iy % TILE_SIZE][(ix + dx)% TILE_SIZE]; in NAME()
133 depth16 = (ushort (*)[TILE_SIZE]) &depth16[0][2]; in NAME()
/dports/math/suitesparse-camd/SuiteSparse-5.10.1/GraphBLAS/CUDA/local_cub/block/specializations/
H A Dblock_histogram_sort.cuh166 enum { TILE_SIZE = BLOCK_THREADS * ITEMS_PER_THREAD }; in Composite() enumerator
179 temp_storage.run_begin[histo_offset + linear_tid] = TILE_SIZE; in Composite()
180 temp_storage.run_end[histo_offset + linear_tid] = TILE_SIZE; in Composite()
185 temp_storage.run_begin[histo_offset + linear_tid] = TILE_SIZE; in Composite()
186 temp_storage.run_end[histo_offset + linear_tid] = TILE_SIZE; in Composite()
/dports/graphics/libosmesa/mesa-21.3.6/src/gallium/drivers/softpipe/
H A Dsp_quad_depth_test_tmp.h62 ushort (*depth16)[TILE_SIZE]; in NAME()
87 depth16 = (ushort (*)[TILE_SIZE]) in NAME()
88 &tile->data.depth16[iy % TILE_SIZE][(ix + dx)% TILE_SIZE]; in NAME()
133 depth16 = (ushort (*)[TILE_SIZE]) &depth16[0][2]; in NAME()
/dports/graphics/libosmesa-gallium/mesa-21.3.6/src/gallium/drivers/softpipe/
H A Dsp_quad_depth_test_tmp.h62 ushort (*depth16)[TILE_SIZE]; in NAME()
87 depth16 = (ushort (*)[TILE_SIZE]) in NAME()
88 &tile->data.depth16[iy % TILE_SIZE][(ix + dx)% TILE_SIZE]; in NAME()
133 depth16 = (ushort (*)[TILE_SIZE]) &depth16[0][2]; in NAME()
/dports/devel/thrust/thrust-1.9.5/thrust/system/cuda/detail/cub/block/specializations/
H A Dblock_histogram_sort.cuh166 enum { TILE_SIZE = BLOCK_THREADS * ITEMS_PER_THREAD }; in Composite() enumerator
179 temp_storage.run_begin[histo_offset + linear_tid] = TILE_SIZE; in Composite()
180 temp_storage.run_end[histo_offset + linear_tid] = TILE_SIZE; in Composite()
185 temp_storage.run_begin[histo_offset + linear_tid] = TILE_SIZE; in Composite()
186 temp_storage.run_end[histo_offset + linear_tid] = TILE_SIZE; in Composite()
/dports/misc/xgboost/xgboost-1.5.1/cub/cub/block/specializations/
H A Dblock_histogram_sort.cuh166 enum { TILE_SIZE = BLOCK_THREADS * ITEMS_PER_THREAD }; in Composite() enumerator
179 temp_storage.run_begin[histo_offset + linear_tid] = TILE_SIZE; in Composite()
180 temp_storage.run_end[histo_offset + linear_tid] = TILE_SIZE; in Composite()
185 temp_storage.run_begin[histo_offset + linear_tid] = TILE_SIZE; in Composite()
186 temp_storage.run_end[histo_offset + linear_tid] = TILE_SIZE; in Composite()
/dports/graphics/mesa-libs/mesa-21.3.6/src/gallium/drivers/softpipe/
H A Dsp_quad_depth_test_tmp.h62 ushort (*depth16)[TILE_SIZE]; in NAME()
87 depth16 = (ushort (*)[TILE_SIZE]) in NAME()
88 &tile->data.depth16[iy % TILE_SIZE][(ix + dx)% TILE_SIZE]; in NAME()
133 depth16 = (ushort (*)[TILE_SIZE]) &depth16[0][2]; in NAME()
/dports/graphics/mesa-dri-gallium/mesa-21.3.6/src/gallium/drivers/softpipe/
H A Dsp_quad_depth_test_tmp.h62 ushort (*depth16)[TILE_SIZE]; in NAME()
87 depth16 = (ushort (*)[TILE_SIZE]) in NAME()
88 &tile->data.depth16[iy % TILE_SIZE][(ix + dx)% TILE_SIZE]; in NAME()
133 depth16 = (ushort (*)[TILE_SIZE]) &depth16[0][2]; in NAME()
/dports/graphics/mesa-gallium-va/mesa-21.3.6/src/gallium/drivers/softpipe/
H A Dsp_quad_depth_test_tmp.h62 ushort (*depth16)[TILE_SIZE]; in NAME()
87 depth16 = (ushort (*)[TILE_SIZE]) in NAME()
88 &tile->data.depth16[iy % TILE_SIZE][(ix + dx)% TILE_SIZE]; in NAME()
133 depth16 = (ushort (*)[TILE_SIZE]) &depth16[0][2]; in NAME()

12345678910>>...29