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

1 2 3 4 5 6 7

  /external/mesa3d/src/gallium/auxiliary/util/
u_resource.c 42 unsigned depth = res->depth0;
u_sampler.c 54 texture->depth0 - 1 : texture->array_size - 1;
u_debug_describe.c 59 util_sprintf(buf, "pipe_texture3d<%u,%u,%u,%s,%u>", ptr->width0, ptr->height0, ptr->depth0, util_format_short_name(ptr->format), ptr->last_level);
u_draw.c 70 assert(buffer->buffer->depth0 == 1);
  /external/mesa3d/src/mesa/drivers/dri/radeon/
radeon_mipmap_tree.h 76 GLuint depth0; /** Depth of baseLevel image */ member in struct:_radeon_mipmap_tree
105 GLuint width0, GLuint height0, GLuint depth0, GLuint tilebits);
  /external/mesa3d/src/mesa/state_tracker/
st_texture.c 51 * width0, height0, depth0 are the dimensions of the level 0 image
62 GLuint depth0,
73 assert(depth0 > 0);
90 pt.depth0 = depth0;
226 ptDepth != u_minify(pt->depth0, image->Level) ||
356 GLuint depth = u_minify(dst->depth0, dstLevel);
362 u_minify(src->depth0, srcLevel) != depth) {
st_texture.h 197 GLuint depth0,
  /external/mesa3d/src/gallium/drivers/r300/
r300_texture_desc.c 254 size = layer_size * u_minify(tex->tex.depth0, i);
265 u_minify(tex->tex.depth0, i), stride, tex->tex.size_in_bytes,
281 !util_is_power_of_two(tex->b.b.depth0);
534 tex->b.b.width0, tex->b.b.height0, tex->b.b.depth0,
548 tex->b.b.depth0 = base->depth0;
554 tex->tex.depth0 = base->depth0;
595 tex->tex.depth0 = util_next_power_of_two(tex->tex.depth0);
    [all...]
r300_transfer.c 152 base.depth0 = 1;
162 base.depth0 = util_next_power_of_two(box->depth);
  /external/mesa3d/src/gallium/drivers/ilo/core/
ilo_image.h 148 unsigned depth0; member in struct:ilo_image
343 assert(slice < u_minify(img->depth0, level));
ilo_state_zs.c 98 info->z_img->depth0 == info->s_img->depth0);
325 assert(img->depth0 <= max_slice);
326 max_slice = u_minify(img->depth0, info->level);
328 d = img->depth0;
  /external/mesa3d/src/gallium/drivers/ilo/
ilo_blit.h 92 u_minify(res->depth0, lv) : res->array_size;
145 num_slices = u_minify(view->texture->depth0, lv);
ilo_resource.h 150 u_minify(tex->base.depth0, level) : tex->base.array_size));
  /external/mesa3d/src/gallium/drivers/svga/
svga_resource_texture.h 186 assert(face < tex->b.b.depth0);
257 for (i = 0; i < tex->b.b.depth0 * tex->b.b.array_size; i++) {
svga_resource.c 94 base_level_size.depth = res->depth0;
svga_sampler_view.c 130 pt->depth0,
145 pt->depth0,
210 u_minify(tex->b.b.depth0, i));
  /external/mesa3d/src/mesa/drivers/dri/i915/
intel_mipmap_tree.h 231 GLuint depth0,
243 GLuint depth0);
  /external/mesa3d/src/gallium/state_trackers/clover/core/
resource.cpp 129 info.depth0 = img->depth();
133 info.depth0 = 1;
160 box rect { {{ 0, 0, 0 }}, {{ info.width0, info.height0, info.depth0 }} };
  /external/mesa3d/src/gallium/drivers/softpipe/
sp_texture.c 62 unsigned depth = pt->depth0;
170 util_is_power_of_two(templat->depth0));
235 util_is_power_of_two(templat->depth0));
388 assert(box->z + box->depth <= (int) u_minify(resource->depth0, level));
502 spr->base.depth0 = 1;
  /external/mesa3d/src/gallium/state_trackers/nine/
volumetexture9.c 84 info->depth0 = Depth;
223 This->dirty_box.depth = This->base.base.info.depth0;
240 This->base.base.info.depth0 - This->dirty_box.z);
basetexture9.c 356 box.depth = u_minify(This->base.info.depth0, l);
437 templ.depth0 = u_minify(templ.depth0, This->managed.lod);
445 old->depth0 == templ.depth0)
465 box.depth = u_minify(templ.depth0, l);
566 resource->depth0 - 1 : resource->array_size - 1;
619 This->base.info.width0, This->base.info.height0, This->base.info.depth0,
  /external/mesa3d/src/gallium/tests/graw/
graw_util.h 77 resource_temp.depth0 = 1;
109 resource_temp.depth0 = 1;
233 temp.depth0 = 1;
clear.c 73 templat.depth0 = 1;
  /external/mesa3d/src/gallium/drivers/i915/
i915_resource_buffer.c 166 buf->b.b.depth0 = 1;
  /external/mesa3d/src/gallium/drivers/virgl/
virgl_texture.c 72 res->depth0 = 1;
90 res->depth0 = box->depth;
250 unsigned depth = pt->depth0;
344 tex->base.hw_res = vs->vws->resource_create(vs->vws, template->target, template->format, vbind, template->width0, template->height0, template->depth0, template->array_size, template->last_level, template->nr_samples, size);

Completed in 1061 milliseconds

1 2 3 4 5 6 7