Home
last modified time | relevance | path

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

/external/mesa3d/src/mesa/drivers/dri/i965/
Dintel_span.c80 uint32_t byte_y = y % tile_height; in intel_offset_S8() local
85 + 64 * (byte_y / 8) in intel_offset_S8()
86 + 32 * ((byte_y / 4) % 2) in intel_offset_S8()
88 + 8 * ((byte_y / 2) % 2) in intel_offset_S8()
90 + 2 * (byte_y % 2) in intel_offset_S8()
96 if (((byte_y / 8) % 2) == 0) { in intel_offset_S8()
/external/mesa3d/src/mesa/drivers/dri/intel/
Dintel_span.c80 uint32_t byte_y = y % tile_height; in intel_offset_S8() local
85 + 64 * (byte_y / 8) in intel_offset_S8()
86 + 32 * ((byte_y / 4) % 2) in intel_offset_S8()
88 + 8 * ((byte_y / 2) % 2) in intel_offset_S8()
90 + 2 * (byte_y % 2) in intel_offset_S8()
96 if (((byte_y / 8) % 2) == 0) { in intel_offset_S8()
/external/mesa3d/src/mesa/drivers/dri/i915/
Dintel_span.c80 uint32_t byte_y = y % tile_height; in intel_offset_S8() local
85 + 64 * (byte_y / 8) in intel_offset_S8()
86 + 32 * ((byte_y / 4) % 2) in intel_offset_S8()
88 + 8 * ((byte_y / 2) % 2) in intel_offset_S8()
90 + 2 * (byte_y % 2) in intel_offset_S8()
96 if (((byte_y / 8) % 2) == 0) { in intel_offset_S8()