HomeSort by relevance Sort by last modified time
    Searched refs:depth0 (Results 26 - 50 of 155) sorted by null

12 3 4 5 6 7

  /external/mesa3d/src/gallium/state_trackers/nine/
nine_buffer_upload.c 87 resource.depth0 = 1;
215 resource.depth0 = 1;
  /external/libmojo/third_party/jinja2/
runtime.py 283 def __init__(self, iterable, recurse=None, depth0=0):
288 self.depth0 = depth0
310 depth = property(lambda x: x.depth0 + 1)
329 return self._recurse(iterable, self._recurse, self.depth0 + 1)
  /external/mesa3d/src/gallium/drivers/llvmpipe/
lp_texture.c 76 unsigned depth = pt->depth0;
274 assert(templat->depth0 == 1);
359 assert(layer < (u_minify(resource->depth0, level) + resource->array_size - 1));
706 buffer->base.depth0 = 1;
779 lpr->base.width0, lpr->base.height0, lpr->base.depth0,
  /external/mesa3d/src/gallium/winsys/amdgpu/drm/
amdgpu_surface.c 43 if (!tex->width0 || !tex->height0 || !tex->depth0 ||
65 if (tex->depth0 > 1 || tex->array_size > 1)
79 if (tex->depth0 > 1)
165 AddrSurfInfoIn->numSlices = u_minify(tex->depth0, level);
420 ((tex->array_size == 1 && tex->depth0 == 1) ||
  /external/mesa3d/src/mesa/drivers/dri/i915/
intel_mipmap_tree.c 71 GLuint depth0)
88 mt->logical_depth0 = depth0;
102 assert(depth0 == 1);
103 depth0 = 6;
108 mt->physical_depth0 = depth0;
168 GLuint depth0,
178 height0, depth0);
  /external/mesa3d/src/gallium/drivers/etnaviv/
etnaviv_resource.c 112 unsigned depth = prsc->depth0;
149 templat->height0, templat->depth0, templat->array_size,
315 tmpl->height0, tmpl->depth0, tmpl->array_size, tmpl->last_level,
  /external/mesa3d/src/gallium/tests/graw/
gs-test.c 158 templat.depth0 = 1;
392 templat.depth0 = 1;
502 templat.depth0 = 1;
vs-test.c 90 templat.depth0 = 1;
290 templat.depth0 = 1;
400 templat.depth0 = 1;
quad-sample.c 217 templat.depth0 = 1;
326 templat.depth0 = 1;
fs-test.c 301 templat.depth0 = 1;
411 templat.depth0 = 1;
  /external/mesa3d/src/gallium/drivers/ilo/
ilo_resource.c 192 info->depth = templ->depth0;
267 depth += u_minify(templ->depth0, lv);
283 u_minify(templ->depth0, lv - 1) * templ->array_size;
368 u_minify(templ->depth0, lv) : templ->array_size;
  /external/mesa3d/src/gallium/drivers/nouveau/nv50/
nv50_miptree.c 248 if ((pt->last_level > 0) || (pt->depth0 > 1) || (pt->array_size > 1))
278 mt->total_size = align(pt->height0, 16) * mt->level[0].pitch * (mt->layout_3d ? pt->depth0 : 1);
301 d = mt->layout_3d ? pt->depth0 : 1;
412 templ->depth0 != 1 ||
  /external/mesa3d/src/gallium/state_trackers/vdpau/
bitmap.c 77 res_tmpl.depth0 = 1;
output.c 89 res_tmpl.depth0 = 1;
335 res_tmpl.depth0 = 1;
352 box.depth = res->depth0;
373 res_tmpl.depth0 = 1;
385 box.depth = res->depth0;
  /external/mesa3d/src/mesa/drivers/dri/radeon/
radeon_mipmap_tree.c 162 mt->levels[level].depth = minify(mt->depth0, i);
180 GLuint width0, GLuint height0, GLuint depth0, GLuint tilebits)
196 mt->depth0 = depth0;
331 fprintf(stderr, "depth0 %d vs %d\n", mtBaseLevel->depth, firstImage->Depth);
  /external/mesa3d/src/gallium/drivers/nouveau/nv30/
nv30_texture.c 289 so->npot_size1 = (pt->depth0 << 20) | mt->uniform_pitch;
300 so->fmt |= util_logbase2(pt->depth0) << 28;
  /external/mesa3d/src/gallium/drivers/nouveau/nvc0/
nvc0_miptree.c 179 mt->total_size = align(pt->height0, 16) * mt->level[0].pitch * (mt->layout_3d ? pt->depth0 : 1);
202 d = mt->layout_3d ? pt->depth0 : 1;
  /external/mesa3d/src/gallium/tests/trivial/
quad-tex.c 146 tmplt.depth0 = 1;
167 t_tmplt.depth0 = 1;
  /external/mesa3d/src/gallium/drivers/svga/
svga_resource_texture.c 500 baseLevelSize.depth = tex->b.b.depth0;
919 tex->defined = CALLOC(template->depth0 * template->array_size,
926 tex->rendered_to = CALLOC(template->depth0 * template->array_size,
932 tex->dirty = CALLOC(template->depth0 * template->array_size,
946 tex->key.size.depth = template->depth0;
    [all...]
  /external/mesa3d/src/gallium/auxiliary/util/
u_inlines.h 252 buffer.depth0 = 1;
624 return u_minify(r->depth0, level) - 1;
u_pstipple.c 115 templat.depth0 = 1;
u_upload_mgr.c 154 buffer.depth0 = 1;
  /external/mesa3d/src/gallium/drivers/radeon/
r600_test_dma.c 228 tsrc.depth0 = tdst.depth0 = 1;
  /external/mesa3d/src/gallium/drivers/freedreno/a3xx/
fd3_texture.c 272 A3XX_TEX_CONST_3_DEPTH(u_minify(prsc->depth0, lvl)) |
  /external/mesa3d/src/gallium/drivers/i915/
i915_resource_texture.c 368 unsigned depth = util_next_power_of_two(pt->depth0);
402 tex->total_nblocksy = stack_nblocksy * util_next_power_of_two(pt->depth0);
504 unsigned depth = util_next_power_of_two(pt->depth0);
997 template->depth0 != 1) {

Completed in 1014 milliseconds

12 3 4 5 6 7