Searched refs:byte_x (Results 1 – 1 of 1) sorted by relevance
2380 uint32_t byte_x = x % tile_width; in intel_offset_S8() local2385 + 512 * (byte_x / 8) in intel_offset_S8()2388 + 16 * ((byte_x / 4) % 2) in intel_offset_S8()2390 + 4 * ((byte_x / 2) % 2) in intel_offset_S8()2392 + 1 * (byte_x % 2); in intel_offset_S8()2396 if (((byte_x / 8) % 2) == 1) { in intel_offset_S8()