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

  /external/mesa3d/src/gallium/drivers/i915/
i915_resource_texture.c 215 tex->total_nblocksy = align_nblocksy(pt->format, pt->height0, 8);
220 tex->total_nblocksy = align_nblocksy(pt->format, pt->height0, 8);
228 tex->stride, tex->total_nblocksy, tex->stride * tex->total_nblocksy);
253 tex->total_nblocksy = align_nblocksy(pt->format, pt->height0, 8);
259 tex->stride, tex->total_nblocksy, tex->stride * tex->total_nblocksy);
306 tex->total_nblocksy = nblocks * 4;
345 tex->total_nblocksy = 0;
349 i915_texture_set_image_offset(tex, level, 0, 0, tex->total_nblocksy);
    [all...]
i915_resource.h 73 unsigned total_nblocksy; member in struct:i915_texture

Completed in 48 milliseconds