HomeSort by relevance Sort by last modified time
    Searched full:initial_offsets (Results 1 - 2 of 2) sorted by null

  /external/mesa3d/src/mesa/drivers/dri/i915/
i915_tex_layout.c 39 static GLint initial_offsets[6][2] = { variable
138 GLuint x = initial_offsets[face][0] * dim;
139 GLuint y = initial_offsets[face][1] * dim;
346 GLuint x = initial_offsets[face][0] * dim;
347 GLuint y = initial_offsets[face][1] * dim;
  /external/mesa3d/src/gallium/drivers/i915/
i915_resource_texture.c 59 static const int initial_offsets[6][2] = { variable
313 unsigned x = initial_offsets[face][0] * nblocks;
314 unsigned y = initial_offsets[face][1] * nblocks;
594 unsigned x = initial_offsets[face][0] * dim;
595 unsigned y = initial_offsets[face][1] * dim;

Completed in 1388 milliseconds