Home
last modified time | relevance | path

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

/external/mesa3d/src/mesa/drivers/dri/i915/
Di915_tex_layout.c39 static GLint initial_offsets[6][2] = { variable
138 GLuint x = initial_offsets[face][0] * dim; in i915_miptree_layout_cube()
139 GLuint y = initial_offsets[face][1] * dim; in i915_miptree_layout_cube()
346 GLuint x = initial_offsets[face][0] * dim; in i945_miptree_layout_cube()
347 GLuint y = initial_offsets[face][1] * dim; in i945_miptree_layout_cube()
/external/mesa3d/src/gallium/drivers/i915/
Di915_resource_texture.c59 static const int initial_offsets[6][2] = { variable
313 unsigned x = initial_offsets[face][0] * nblocks; in i9x5_texture_layout_cube()
314 unsigned y = initial_offsets[face][1] * nblocks; in i9x5_texture_layout_cube()
594 unsigned x = initial_offsets[face][0] * dim; in i945_texture_layout_cube()
595 unsigned y = initial_offsets[face][1] * dim; in i945_texture_layout_cube()