Home
last modified time | relevance | path

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

/external/mesa3d/src/mesa/drivers/dri/i915/
Di915_tex_layout.c49 static GLint step_offsets[6][2] = { variable
150 x += step_offsets[face][0] * d; in i915_miptree_layout_cube()
151 y += step_offsets[face][1] * d; in i915_miptree_layout_cube()
368 x += step_offsets[face][0] * d; in i945_miptree_layout_cube()
369 y += step_offsets[face][1] * d; in i945_miptree_layout_cube()
394 x += step_offsets[face][0] * d; in i945_miptree_layout_cube()
395 y += step_offsets[face][1] * d; in i945_miptree_layout_cube()
/external/mesa3d/src/gallium/drivers/i915/
Di915_resource_texture.c71 static const int step_offsets[6][2] = { variable
320 x += step_offsets[face][0] * d; in i9x5_texture_layout_cube()
321 y += step_offsets[face][1] * d; in i9x5_texture_layout_cube()
618 x += step_offsets[face][0] * d; in i945_texture_layout_cube()
619 y += step_offsets[face][1] * d; in i945_texture_layout_cube()
641 x += step_offsets[face][0] * d; in i945_texture_layout_cube()
642 y += step_offsets[face][1] * d; in i945_texture_layout_cube()