Searched refs:byte_x (Results 1 – 2 of 2) sorted by relevance
1342 uint32_t byte_x = x % tile_width; in s8_offset() local1347 + 512 * (byte_x / 8) in s8_offset()1350 + 16 * ((byte_x / 4) % 2) in s8_offset()1352 + 4 * ((byte_x / 2) % 2) in s8_offset()1354 + 1 * (byte_x % 2); in s8_offset()1358 if (((byte_x / 8) % 2) == 1) { in s8_offset()
2093 uint32_t byte_x = x % tile_width; in s8_offset() local2098 + 512 * (byte_x / 8) in s8_offset()2101 + 16 * ((byte_x / 4) % 2) in s8_offset()2103 + 4 * ((byte_x / 2) % 2) in s8_offset()2105 + 1 * (byte_x % 2); in s8_offset()