Home
last modified time | relevance | path

Searched refs:byte_x (Results 1 – 2 of 2) sorted by relevance

/third_party/mesa3d/src/gallium/drivers/crocus/
Dcrocus_resource.c1342 uint32_t byte_x = x % tile_width; in s8_offset() local
1347 + 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()
/third_party/mesa3d/src/gallium/drivers/iris/
Diris_resource.c2093 uint32_t byte_x = x % tile_width; in s8_offset() local
2098 + 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()