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

1 2 3 4 5 6 7 8 91011

  /external/chromium_org/third_party/mesa/src/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/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/chromium_org/third_party/mesa/src/src/mesa/drivers/dri/i965/
brw_tex_layout.c 62 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/
brw_tex_layout.c 62 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/
st_texture.c 50 * 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) {
st_texture.h 76 * 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,
st_gen_mipmap.c 182 oldTex->depth0,
236 dstDepth = u_minify(pt->depth0, dstLevel);
  /external/mesa3d/src/mesa/state_tracker/
st_texture.c 50 * 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) {
st_texture.h 76 * 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,
st_gen_mipmap.c 182 oldTex->depth0,
236 dstDepth = u_minify(pt->depth0, dstLevel);
  /external/chromium_org/third_party/mesa/src/src/gallium/drivers/galahad/
glhd_screen.c 150 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/
glhd_screen.c 150 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/
u_draw.c 69 assert(buffer->buffer->depth0 == 1);
u_sampler.c 53 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);
  /external/mesa3d/src/gallium/auxiliary/util/
u_draw.c 69 assert(buffer->buffer->depth0 == 1);
u_sampler.c 53 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);
  /external/chromium_org/third_party/mesa/src/src/gallium/drivers/r300/
r300_texture_desc.c 258 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/
r300_texture_desc.c 258 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/
native_wayland_drm_bufmgr_helper.c 45 templ.depth0 = 1;
  /external/chromium_org/third_party/mesa/src/src/gallium/state_trackers/vdpau/
surface.c 231 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/
i915_tex_layout.c 161 GLuint depth = mt->depth0;
181 depth = mt->depth0;
196 mt->total_height = stack_height * mt->depth0;
407 GLuint depth = mt->depth0;
  /external/mesa3d/src/gallium/state_trackers/egl/common/
native_wayland_drm_bufmgr_helper.c 45 templ.depth0 = 1;
  /external/mesa3d/src/gallium/state_trackers/vdpau/
surface.c 231 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,

Completed in 469 milliseconds

1 2 3 4 5 6 7 8 91011