Home
last modified time | relevance | path

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

/third_party/mesa3d/src/panfrost/shared/test/
H A Dtest-tiling.cpp72 linear_offset(unsigned x, unsigned y, unsigned stride, unsigned blocksize)
107 src_offset = linear_offset(linear_x_block, linear_y_block, src_stride, blocksize);
109 dst_offset = linear_offset(linear_x_block, linear_y_block, dst_stride, blocksize);
/third_party/mesa3d/src/gallium/drivers/d3d12/
H A Dd3d12_resource.cpp1230 linear_offset(int x, int y, int z, unsigned stride, unsigned layer_stride) in linear_offset() function
1242 range.Begin = linear_offset(box->x, box->y, box->z, in linear_range()
1244 range.End = linear_offset(box->x + box->width, in linear_range()

Completed in 4 milliseconds