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

  /external/mesa3d/src/mesa/drivers/dri/i915/
i915_tex_layout.c 408 GLuint pack_x_pitch, pack_x_nr; local
417 pack_x_nr = 1;
429 for (j = 0; j < pack_x_nr && q < depth; j++, q++) {
442 pack_x_nr <<= 1;
443 assert(pack_x_pitch * pack_x_nr <= mt->total_width);
  /external/mesa3d/src/gallium/drivers/i915/
i915_resource_texture.c 506 unsigned pack_x_pitch, pack_x_nr; local
515 pack_x_nr = 1;
525 for (j = 0; j < pack_x_nr && q < depth; j++, q++) {
538 pack_x_nr <<= 1;
539 assert(pack_x_pitch * pack_x_nr * util_format_get_blocksize(pt->format) <= tex->stride);

Completed in 61 milliseconds