Searched refs:byte_x (Results 1 – 6 of 6) sorted by relevance
79 uint32_t byte_x = x % tile_width; in intel_offset_S8() local84 + 512 * (byte_x / 8) in intel_offset_S8()87 + 16 * ((byte_x / 4) % 2) in intel_offset_S8()89 + 4 * ((byte_x / 2) % 2) in intel_offset_S8()91 + 1 * (byte_x % 2); in intel_offset_S8()95 if (((byte_x / 8) % 2) == 1) { in intel_offset_S8()