Home
last modified time | relevance | path

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

/dports/games/libretro-pcsx_rearmed/pcsx_rearmed-c2d67cd/plugins/gpu_neon/psx_gpu/
H A Dpsx_gpu_standard.c515 u32 height_reciprocal = ((1ULL << 50) + (height_normalized - 1)) / \
521 ((((s64)x_start * height) + (height - 1)) * height_reciprocal) << shift; \
522 span->edge##_dx_dy = ((s64)width * height_reciprocal) << shift; \
H A Dpsx_gpu.c4997 u32 height_reciprocal; in initialize_reciprocal_table() local
5005 height_reciprocal = ((1ULL << 51) + (height_normalized - 1)) / in initialize_reciprocal_table()
5010 reciprocal_table[height] = (height_reciprocal << 10) | shift; in initialize_reciprocal_table()
/dports/games/kodi-addon-game.libretro.pcsx-rearmed/game.libretro.pcsx-rearmed-22.0.0.19-Matrix/depends/common/pcsx-rearmed/plugins/gpu_neon/psx_gpu/
H A Dpsx_gpu_standard.c515 u32 height_reciprocal = ((1ULL << 50) + (height_normalized - 1)) / \
521 ((((s64)x_start * height) + (height - 1)) * height_reciprocal) << shift; \
522 span->edge##_dx_dy = ((s64)width * height_reciprocal) << shift; \
H A Dpsx_gpu.c4997 u32 height_reciprocal; in initialize_reciprocal_table() local
5005 height_reciprocal = ((1ULL << 51) + (height_normalized - 1)) / in initialize_reciprocal_table()
5010 reciprocal_table[height] = (height_reciprocal << 10) | shift; in initialize_reciprocal_table()