Home
last modified time | relevance | path

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

/external/mesa3d/src/mesa/drivers/dri/i965/
Dintel_mipmap_tree.c2892 uint32_t byte_y = y % tile_height; in intel_offset_S8() local
2897 + 64 * (byte_y / 8) in intel_offset_S8()
2898 + 32 * ((byte_y / 4) % 2) in intel_offset_S8()
2900 + 8 * ((byte_y / 2) % 2) in intel_offset_S8()
2902 + 2 * (byte_y % 2) in intel_offset_S8()
2908 if (((byte_y / 8) % 2) == 0) { in intel_offset_S8()