Home
last modified time | relevance | path

Searched refs:byte_y (Results 1 - 2 of 2) sorted by relevance

/third_party/mesa3d/src/gallium/drivers/crocus/
H A Dcrocus_resource.c1343 uint32_t byte_y = y % tile_height; in s8_offset() local
1348 + 64 * (byte_y / 8) in s8_offset()
1349 + 32 * ((byte_y / 4) % 2) in s8_offset()
1351 + 8 * ((byte_y / 2) % 2) in s8_offset()
1353 + 2 * (byte_y % 2) in s8_offset()
1359 if (((byte_y / 8) % 2) == 0) { in s8_offset()
/third_party/mesa3d/src/gallium/drivers/iris/
H A Diris_resource.c2094 uint32_t byte_y = y % tile_height; in s8_offset() local
2099 + 64 * (byte_y / 8) in s8_offset()
2100 + 32 * ((byte_y / 4) % 2) in s8_offset()
2102 + 8 * ((byte_y / 2) % 2) in s8_offset()
2104 + 2 * (byte_y % 2) in s8_offset()

Completed in 7 milliseconds