Home
last modified time | relevance | path

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

/external/mesa3d/src/mesa/drivers/dri/i965/
Dintel_tiled_memcpy.c58 static const uint32_t ytile_height = 32; variable
307 const uint32_t bytes_per_column = column_width * ytile_height; in linear_to_ytiled()
411 const uint32_t bytes_per_column = column_width * ytile_height; in ytiled_to_linear()
510 if (x0 == 0 && x3 == ytile_width && y0 == 0 && y1 == ytile_height) { in linear_to_ytiled_faster()
512 return linear_to_ytiled(0, 0, ytile_width, ytile_width, 0, ytile_height, in linear_to_ytiled_faster()
515 return linear_to_ytiled(0, 0, ytile_width, ytile_width, 0, ytile_height, in linear_to_ytiled_faster()
594 if (x0 == 0 && x3 == ytile_width && y0 == 0 && y1 == ytile_height) { in ytiled_to_linear_faster()
596 return ytiled_to_linear(0, 0, ytile_width, ytile_width, 0, ytile_height, in ytiled_to_linear_faster()
599 return ytiled_to_linear(0, 0, ytile_width, ytile_width, 0, ytile_height, in ytiled_to_linear_faster()
653 th = ytile_height; in linear_to_tiled()
[all …]