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

/xsrc/external/mit/MesaLib.old/dist/src/intel/isl/
H A Disl_tiled_memcpy.c305 * (x / column_width) * bytes_per_column // column number * bytes per column
312 const uint32_t bytes_per_column = column_width * ytile_height; local in function:linear_to_ytiled
317 uint32_t xo0 = (x0 % ytile_span) + (x0 / ytile_span) * bytes_per_column;
318 uint32_t xo1 = (x1 % ytile_span) + (x1 / ytile_span) * bytes_per_column;
344 xo += bytes_per_column;
373 xo += bytes_per_column;
399 xo += bytes_per_column;
469 * (x / column_width) * bytes_per_column // column number * bytes per column
476 const uint32_t bytes_per_column = column_width * ytile_height; local in function:ytiled_to_linear
481 uint32_t xo0 = (x0 % ytile_span) + (x0 / ytile_span) * bytes_per_column;
[all...]
/xsrc/external/mit/MesaLib/dist/src/intel/isl/
H A Disl_tiled_memcpy.c303 * (x / column_width) * bytes_per_column // column number * bytes per column
310 const uint32_t bytes_per_column = column_width * ytile_height; local in function:linear_to_ytiled
315 uint32_t xo0 = (x0 % ytile_span) + (x0 / ytile_span) * bytes_per_column;
316 uint32_t xo1 = (x1 % ytile_span) + (x1 / ytile_span) * bytes_per_column;
342 xo += bytes_per_column;
371 xo += bytes_per_column;
397 xo += bytes_per_column;
467 * (x / column_width) * bytes_per_column // column number * bytes per column
474 const uint32_t bytes_per_column = column_width * ytile_height; local in function:ytiled_to_linear
479 uint32_t xo0 = (x0 % ytile_span) + (x0 / ytile_span) * bytes_per_column;
[all...]

Completed in 6 milliseconds