Home
last modified time | relevance | path

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

/third_party/mesa3d/src/gallium/drivers/i915/
H A Di915_resource_texture.c66 static const int step_offsets[6][2] = { variable
350 x += step_offsets[face][0] * d; in i9x5_texture_layout_cube()
351 y += step_offsets[face][1] * d; in i9x5_texture_layout_cube()
706 x += step_offsets[face][0] * d; in i945_texture_layout_cube()
707 y += step_offsets[face][1] * d; in i945_texture_layout_cube()
729 x += step_offsets[face][0] * d; in i945_texture_layout_cube()
730 y += step_offsets[face][1] * d; in i945_texture_layout_cube()

Completed in 2 milliseconds