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

  /external/mesa3d/src/mesa/drivers/dri/i915/
i915_tex_layout.c 161 GLuint depth = mt->physical_depth0;
181 depth = mt->physical_depth0;
196 mt->total_height = stack_height * mt->physical_depth0;
407 GLuint depth = mt->physical_depth0;
intel_tex_layout.c 131 GLuint depth = mt->physical_depth0; /* number of array layers. */
intel_mipmap_tree.h 172 GLuint physical_width0, physical_height0, physical_depth0; member in struct:intel_mipmap_tree
intel_mipmap_tree.c 108 mt->physical_depth0 = depth0;
  /external/mesa3d/src/mesa/drivers/dri/i965/
brw_tex_layout.c 266 unsigned depth = mt->physical_depth0; /* number of array layers. */
298 unsigned depth = mt->physical_depth0; /* number of array layers. */
505 mt->total_height = physical_qpitch * mt->physical_depth0;
525 unsigned DL = MAX2(mt->physical_depth0 >> level, 1);
660 assert(mt->physical_depth0 == 6);
brw_meta_util.c 297 rb->Height = (mt->total_height / mt->physical_depth0) / 2;
intel_mipmap_tree.h 453 GLuint physical_width0, physical_height0, physical_depth0; member in struct:intel_mipmap_tree
    [all...]
intel_fbo.c 686 depth_mt->physical_depth0 != stencil_mt->physical_depth0 ||
    [all...]
intel_mipmap_tree.c 171 const bool arrayed = mt->physical_depth0 != 1;
175 * yet still have physical_depth0 > 1. Assert that we don't
458 mt->physical_depth0 = depth0;
    [all...]

Completed in 518 milliseconds