Searched refs:depth0 (Results 1 - 25 of 265) sorted by relevance

1234567891011

/external/chromium_org/third_party/mesa/src/src/mesa/drivers/dri/r200/
H A Dradeon_mipmap_tree.h76 GLuint depth0; /** Depth of baseLevel image */ member in struct:_radeon_mipmap_tree
105 GLuint width0, GLuint height0, GLuint depth0, GLuint tilebits);
/external/chromium_org/third_party/mesa/src/src/mesa/drivers/dri/radeon/
H A Dradeon_mipmap_tree.h76 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/drivers/dri/r200/
H A Dradeon_mipmap_tree.h76 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/drivers/dri/radeon/
H A Dradeon_mipmap_tree.h76 GLuint depth0; /** Depth of baseLevel image */ member in struct:_radeon_mipmap_tree
105 GLuint width0, GLuint height0, GLuint depth0, GLuint tilebits);
/external/chromium_org/third_party/mesa/src/src/mesa/drivers/dri/i965/
H A Dbrw_tex_layout.c62 for (q = 0; q < mt->depth0; q++) {
66 mt->total_height = qpitch * mt->depth0;
83 assert(mt->depth0 == 6);
89 GLuint depth = mt->depth0;
/external/mesa3d/src/mesa/drivers/dri/i965/
H A Dbrw_tex_layout.c62 for (q = 0; q < mt->depth0; q++) {
66 mt->total_height = qpitch * mt->depth0;
83 assert(mt->depth0 == 6);
89 GLuint depth = mt->depth0;
/external/chromium_org/third_party/mesa/src/src/mesa/state_tracker/
H A Dst_texture.c50 * width0, height0, depth0 are the dimensions of the level 0 image
61 GLuint depth0,
71 assert(depth0 > 0);
88 pt.depth0 = depth0;
197 ptDepth != u_minify(pt->depth0, image->Level) ||
310 layers = u_minify(dst->depth0, level);
376 GLuint depth = u_minify(dst->depth0, dstLevel);
382 u_minify(src->depth0, srcLevel) != depth) {
55 st_texture_create(struct st_context *st, enum pipe_texture_target target, enum pipe_format format, GLuint last_level, GLuint width0, GLuint height0, GLuint depth0, GLuint layers, GLuint bind ) argument
H A Dst_texture.h76 * number of 2D array layers will be in depth0, as in GL.
78 GLuint width0, height0, depth0; member in struct:st_texture_object
154 GLuint depth0,
H A Dst_gen_mipmap.c182 oldTex->depth0,
236 dstDepth = u_minify(pt->depth0, dstLevel);
/external/mesa3d/src/mesa/state_tracker/
H A Dst_texture.c50 * width0, height0, depth0 are the dimensions of the level 0 image
61 GLuint depth0,
71 assert(depth0 > 0);
88 pt.depth0 = depth0;
197 ptDepth != u_minify(pt->depth0, image->Level) ||
310 layers = u_minify(dst->depth0, level);
376 GLuint depth = u_minify(dst->depth0, dstLevel);
382 u_minify(src->depth0, srcLevel) != depth) {
55 st_texture_create(struct st_context *st, enum pipe_texture_target target, enum pipe_format format, GLuint last_level, GLuint width0, GLuint height0, GLuint depth0, GLuint layers, GLuint bind ) argument
H A Dst_texture.h76 * number of 2D array layers will be in depth0, as in GL.
78 GLuint width0, height0, depth0; member in struct:st_texture_object
154 GLuint depth0,
H A Dst_gen_mipmap.c182 oldTex->depth0,
236 dstDepth = u_minify(pt->depth0, dstLevel);
/external/chromium_org/third_party/mesa/src/src/gallium/drivers/galahad/
H A Dglhd_screen.c150 glhd_check("%u", templat->depth0, >= 1);
156 glhd_check("%u", templat->depth0, == 1);
163 glhd_check("%u", templat->depth0, == 1);
170 glhd_check("%u", templat->depth0, == 1);
177 glhd_check("%u", templat->depth0, == 1);
184 glhd_check("%u", templat->depth0, == 1);
191 glhd_check("%u", templat->depth0, <= (1 << (max_texture_3d_levels - 1)));
198 glhd_check("%u", templat->depth0, == 1);
205 glhd_check("%u", templat->depth0, == 1);
/external/mesa3d/src/gallium/drivers/galahad/
H A Dglhd_screen.c150 glhd_check("%u", templat->depth0, >= 1);
156 glhd_check("%u", templat->depth0, == 1);
163 glhd_check("%u", templat->depth0, == 1);
170 glhd_check("%u", templat->depth0, == 1);
177 glhd_check("%u", templat->depth0, == 1);
184 glhd_check("%u", templat->depth0, == 1);
191 glhd_check("%u", templat->depth0, <= (1 << (max_texture_3d_levels - 1)));
198 glhd_check("%u", templat->depth0, == 1);
205 glhd_check("%u", templat->depth0, == 1);
/external/chromium_org/third_party/mesa/src/src/gallium/auxiliary/util/
H A Du_draw.c69 assert(buffer->buffer->depth0 == 1);
H A Du_sampler.c53 texture->depth0 - 1 : texture->array_size - 1;
H A Du_debug_describe.c59 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);
/external/mesa3d/src/gallium/auxiliary/util/
H A Du_draw.c69 assert(buffer->buffer->depth0 == 1);
H A Du_sampler.c53 texture->depth0 - 1 : texture->array_size - 1;
H A Du_debug_describe.c59 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);
/external/chromium_org/third_party/mesa/src/src/gallium/drivers/r300/
H A Dr300_texture_desc.c258 size = layer_size * u_minify(tex->tex.depth0, i);
269 u_minify(tex->tex.depth0, i), stride, tex->tex.size_in_bytes,
285 !util_is_power_of_two(tex->b.b.depth0);
472 tex->b.b.width0, tex->b.b.height0, tex->b.b.depth0,
485 tex->b.b.depth0 = base->depth0;
491 tex->tex.depth0 = base->depth0;
499 tex->tex.depth0 = util_next_power_of_two(tex->tex.depth0);
[all...]
/external/mesa3d/src/gallium/drivers/r300/
H A Dr300_texture_desc.c258 size = layer_size * u_minify(tex->tex.depth0, i);
269 u_minify(tex->tex.depth0, i), stride, tex->tex.size_in_bytes,
285 !util_is_power_of_two(tex->b.b.depth0);
472 tex->b.b.width0, tex->b.b.height0, tex->b.b.depth0,
485 tex->b.b.depth0 = base->depth0;
491 tex->tex.depth0 = base->depth0;
499 tex->tex.depth0 = util_next_power_of_two(tex->tex.depth0);
[all...]
/external/chromium_org/third_party/mesa/src/src/gallium/state_trackers/egl/common/
H A Dnative_wayland_drm_bufmgr_helper.c45 templ.depth0 = 1;
/external/chromium_org/third_party/mesa/src/src/gallium/state_trackers/vdpau/
H A Dsurface.c231 for (j = 0; j < sv->texture->depth0; ++j) {
253 destination_pitches[i] * sv->texture->depth0, 0, 0,
325 for (j = 0; j < sv->texture->depth0; ++j) {
334 source_pitches[i] * sv->texture->depth0,
/external/chromium_org/third_party/mesa/src/src/mesa/drivers/dri/i915/
H A Di915_tex_layout.c161 GLuint depth = mt->depth0;
181 depth = mt->depth0;
196 mt->total_height = stack_height * mt->depth0;
407 GLuint depth = mt->depth0;

Completed in 528 milliseconds

1234567891011