HomeSort by relevance Sort by last modified time
    Searched refs:depth0 (Results 51 - 75 of 254) sorted by null

1 23 4 5 6 7 8 91011

  /external/chromium_org/third_party/mesa/src/src/gallium/tests/graw/
fs-test.c 121 templat.depth0 = 1;
343 templat.depth0 = 1;
456 templat.depth0 = 1;
gs-test.c 158 templat.depth0 = 1;
407 templat.depth0 = 1;
520 templat.depth0 = 1;
vs-test.c 89 templat.depth0 = 1;
294 templat.depth0 = 1;
407 templat.depth0 = 1;
quad-sample.c 217 templat.depth0 = 1;
329 templat.depth0 = 1;
  /external/mesa3d/src/gallium/drivers/nv50/
nv50_miptree.c 194 if ((pt->last_level > 0) || (pt->depth0 > 1) || (pt->array_size > 1))
221 d = mt->layout_3d ? pt->depth0 : 1;
316 templ->depth0 != 1 ||
  /external/mesa3d/src/gallium/tests/graw/
fs-test.c 121 templat.depth0 = 1;
343 templat.depth0 = 1;
456 templat.depth0 = 1;
gs-test.c 158 templat.depth0 = 1;
407 templat.depth0 = 1;
520 templat.depth0 = 1;
vs-test.c 89 templat.depth0 = 1;
294 templat.depth0 = 1;
407 templat.depth0 = 1;
  /external/chromium_org/third_party/mesa/src/src/gallium/auxiliary/util/
u_staging.c 43 template->depth0 = depth;
  /external/chromium_org/third_party/mesa/src/src/gallium/auxiliary/vl/
vl_winsys_xsp.c 88 templat.depth0 = 1;
  /external/chromium_org/third_party/mesa/src/src/gallium/drivers/i915/
i915_resource_buffer.c 184 buf->b.b.depth0 = 1;
  /external/chromium_org/third_party/mesa/src/src/gallium/drivers/nv30/
nv30_miptree.c 103 rect->d = u_minify(pt->depth0, level);
305 d = (pt->target == PIPE_TEXTURE_3D) ? pt->depth0 : 1;
311 !util_is_power_of_two(pt->depth0) ||
369 tmpl->depth0 != 1 ||
nv30_texture.c 271 so->npot_size1 = (pt->depth0 << 20) | mt->uniform_pitch;
282 so->fmt |= util_logbase2(pt->depth0) << 28;
  /external/chromium_org/third_party/mesa/src/src/gallium/include/pipe/
p_state.h 409 unsigned depth0; member in struct:pipe_resource
  /external/chromium_org/third_party/mesa/src/src/gallium/state_trackers/dri/drm/
dri2.c 230 templ.depth0 = 1;
345 templ.depth0 = 1;
477 templ.depth0 = 1;
565 templ.depth0 = 1;
  /external/chromium_org/third_party/mesa/src/src/gallium/state_trackers/vdpau/
bitmap.c 76 res_tmpl.depth0 = 1;
  /external/chromium_org/third_party/mesa/src/src/mesa/drivers/dri/radeon/
radeon_mipmap_tree.c 172 mt->levels[level].depth = minify(mt->depth0, i);
190 GLuint width0, GLuint height0, GLuint depth0, GLuint tilebits)
206 mt->depth0 = depth0;
341 fprintf(stderr, "depth0 %d vs %d\n", mtBaseLevel->depth, firstImage->Depth);
  /external/mesa3d/src/gallium/auxiliary/util/
u_staging.c 43 template->depth0 = depth;
  /external/mesa3d/src/gallium/auxiliary/vl/
vl_winsys_xsp.c 88 templat.depth0 = 1;
  /external/mesa3d/src/gallium/drivers/i915/
i915_resource_buffer.c 184 buf->b.b.depth0 = 1;
  /external/mesa3d/src/gallium/drivers/nv30/
nv30_miptree.c 103 rect->d = u_minify(pt->depth0, level);
305 d = (pt->target == PIPE_TEXTURE_3D) ? pt->depth0 : 1;
311 !util_is_power_of_two(pt->depth0) ||
369 tmpl->depth0 != 1 ||
  /external/mesa3d/src/gallium/include/pipe/
p_state.h 409 unsigned depth0; member in struct:pipe_resource
  /external/mesa3d/src/gallium/state_trackers/dri/drm/
dri2.c 230 templ.depth0 = 1;
345 templ.depth0 = 1;
477 templ.depth0 = 1;
565 templ.depth0 = 1;
  /external/mesa3d/src/gallium/state_trackers/vdpau/
bitmap.c 76 res_tmpl.depth0 = 1;
  /external/mesa3d/src/mesa/drivers/dri/radeon/
radeon_mipmap_tree.c 172 mt->levels[level].depth = minify(mt->depth0, i);
190 GLuint width0, GLuint height0, GLuint depth0, GLuint tilebits)
206 mt->depth0 = depth0;
341 fprintf(stderr, "depth0 %d vs %d\n", mtBaseLevel->depth, firstImage->Depth);

Completed in 2390 milliseconds

1 23 4 5 6 7 8 91011