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

/xsrc/external/mit/MesaLib.old/dist/src/gallium/drivers/iris/
H A Diris_resource.c1085 uint32_t byte_y = y % tile_height; local in function:s8_offset
1090 + 64 * (byte_y / 8)
1091 + 32 * ((byte_y / 4) % 2)
1093 + 8 * ((byte_y / 2) % 2)
1095 + 2 * (byte_y % 2)
1101 if (((byte_y / 8) % 2) == 0) {
/xsrc/external/mit/MesaLib/dist/src/gallium/drivers/crocus/
H A Dcrocus_resource.c1330 uint32_t byte_y = y % tile_height; local in function:s8_offset
1335 + 64 * (byte_y / 8)
1336 + 32 * ((byte_y / 4) % 2)
1338 + 8 * ((byte_y / 2) % 2)
1340 + 2 * (byte_y % 2)
1346 if (((byte_y / 8) % 2) == 0) {
/xsrc/external/mit/MesaLib/dist/src/gallium/drivers/iris/
H A Diris_resource.c1943 uint32_t byte_y = y % tile_height; local in function:s8_offset
1948 + 64 * (byte_y / 8)
1949 + 32 * ((byte_y / 4) % 2)
1951 + 8 * ((byte_y / 2) % 2)
1953 + 2 * (byte_y % 2)
/xsrc/external/mit/MesaLib.old/dist/src/mesa/drivers/dri/i965/
H A Dintel_mipmap_tree.c2867 uint32_t byte_y = y % tile_height; local in function:intel_offset_S8
2872 + 64 * (byte_y / 8)
2873 + 32 * ((byte_y / 4) % 2)
2875 + 8 * ((byte_y / 2) % 2)
2877 + 2 * (byte_y % 2)
2883 if (((byte_y / 8) % 2) == 0) {
/xsrc/external/mit/MesaLib/dist/src/mesa/drivers/dri/i965/
H A Dbrw_mipmap_tree.c2225 uint32_t byte_y = y % tile_height; local in function:brw_offset_S8
2230 + 64 * (byte_y / 8)
2231 + 32 * ((byte_y / 4) % 2)
2233 + 8 * ((byte_y / 2) % 2)
2235 + 2 * (byte_y % 2)
2241 if (((byte_y / 8) % 2) == 0) {

Completed in 32 milliseconds