/external/mesa3d/src/gallium/drivers/galahad/ |
D | glhd_screen.c | 150 glhd_check("%u", templat->depth0, >= 1); in galahad_screen_resource_create() 156 glhd_check("%u", templat->depth0, == 1); in galahad_screen_resource_create() 163 glhd_check("%u", templat->depth0, == 1); in galahad_screen_resource_create() 170 glhd_check("%u", templat->depth0, == 1); in galahad_screen_resource_create() 177 glhd_check("%u", templat->depth0, == 1); in galahad_screen_resource_create() 184 glhd_check("%u", templat->depth0, == 1); in galahad_screen_resource_create() 191 glhd_check("%u", templat->depth0, <= (1 << (max_texture_3d_levels - 1))); in galahad_screen_resource_create() 198 glhd_check("%u", templat->depth0, == 1); in galahad_screen_resource_create() 205 glhd_check("%u", templat->depth0, == 1); in galahad_screen_resource_create()
|
/external/mesa3d/src/mesa/state_tracker/ |
D | st_texture.c | 61 GLuint depth0, in st_texture_create() argument 71 assert(depth0 > 0); in st_texture_create() 88 pt.depth0 = depth0; in st_texture_create() 197 ptDepth != u_minify(pt->depth0, image->Level) || in st_texture_match_image() 310 layers = u_minify(dst->depth0, level); in st_texture_image_data() 376 GLuint depth = u_minify(dst->depth0, dstLevel); in st_texture_image_copy() 382 u_minify(src->depth0, srcLevel) != depth) { in st_texture_image_copy()
|
D | st_texture.h | 78 GLuint width0, height0, depth0; member 154 GLuint depth0,
|
D | st_cb_texture.c | 252 GLuint *width0, GLuint *height0, GLuint *depth0) in guess_base_level_size() argument 308 *depth0 = depth; in guess_base_level_size() 343 stObj->width0 = stObj->height0 = stObj->depth0 = 0; in guess_and_alloc_texture() 376 stObj->depth0 = depth; in guess_and_alloc_texture() 1136 u_minify(stImage->pt->depth0, src_level) == stImage->base.Depth); in copy_image_data_to_texture() 1227 depth = stObj->depth0; in st_finalize_texture() 1243 stObj->pt->depth0 != ptDepth || in st_finalize_texture() 1290 stImage->base.Depth == u_minify(stObj->depth0, level))) { in st_finalize_texture() 1324 stObj->depth0 = depth; in st_AllocTextureStorage()
|
D | st_gen_mipmap.c | 182 oldTex->depth0, in st_generate_mipmap() 236 dstDepth = u_minify(pt->depth0, dstLevel); in st_generate_mipmap()
|
/external/mesa3d/src/mesa/drivers/dri/i965/ |
D | brw_tex_layout.c | 62 for (q = 0; q < mt->depth0; q++) { in brw_miptree_layout_texture_array() 66 mt->total_height = qpitch * mt->depth0; in brw_miptree_layout_texture_array() 83 assert(mt->depth0 == 6); in brw_miptree_layout() 89 GLuint depth = mt->depth0; in brw_miptree_layout()
|
D | intel_mipmap_tree.c | 82 GLuint depth0, in intel_miptree_create_internal() argument 125 assert(depth0 == 1); in intel_miptree_create_internal() 126 mt->depth0 = 6; in intel_miptree_create_internal() 128 mt->depth0 = depth0; in intel_miptree_create_internal() 146 mt->depth0, in intel_miptree_create_internal() 194 GLuint depth0, in intel_miptree_create() argument 237 height0, depth0, in intel_miptree_create() 807 mt->depth0, in intel_miptree_alloc_mcs() 843 mt->depth0, in intel_miptree_alloc_hiz()
|
/external/mesa3d/src/gallium/drivers/r300/ |
D | r300_texture_desc.c | 258 size = layer_size * u_minify(tex->tex.depth0, i); in r300_setup_miptree() 269 u_minify(tex->tex.depth0, i), stride, tex->tex.size_in_bytes, in r300_setup_miptree() 285 !util_is_power_of_two(tex->b.b.depth0); in r300_setup_flags() 472 tex->b.b.width0, tex->b.b.height0, tex->b.b.depth0, in r300_tex_print_info() 485 tex->b.b.depth0 = base->depth0; in r300_texture_desc_init() 491 tex->tex.depth0 = base->depth0; in r300_texture_desc_init() 499 tex->tex.depth0 = util_next_power_of_two(tex->tex.depth0); in r300_texture_desc_init()
|
/external/mesa3d/src/mesa/drivers/dri/radeon/ |
D | radeon_mipmap_tree.h | 76 GLuint depth0; /** Depth of baseLevel image */ member 105 GLuint width0, GLuint height0, GLuint depth0, GLuint tilebits);
|
/external/mesa3d/src/mesa/drivers/dri/r200/ |
D | radeon_mipmap_tree.h | 76 GLuint depth0; /** Depth of baseLevel image */ member 105 GLuint width0, GLuint height0, GLuint depth0, GLuint tilebits);
|
/external/mesa3d/src/gallium/drivers/svga/ |
D | svga_sampler_view.c | 125 pt->depth0, in svga_get_tex_sampler_view() 140 pt->depth0, in svga_get_tex_sampler_view() 197 u_minify(tex->b.b.depth0, i)); in svga_validate_sampler_view()
|
/external/mesa3d/src/mesa/drivers/dri/i915/ |
D | i915_tex_layout.c | 161 GLuint depth = mt->depth0; in i915_miptree_layout_3d() 181 depth = mt->depth0; in i915_miptree_layout_3d() 196 mt->total_height = stack_height * mt->depth0; in i915_miptree_layout_3d() 407 GLuint depth = mt->depth0; in i945_miptree_layout_3d()
|
D | intel_mipmap_tree.c | 82 GLuint depth0, in intel_miptree_create_internal() argument 125 assert(depth0 == 1); in intel_miptree_create_internal() 126 mt->depth0 = 6; in intel_miptree_create_internal() 128 mt->depth0 = depth0; in intel_miptree_create_internal() 146 mt->depth0, in intel_miptree_create_internal() 194 GLuint depth0, in intel_miptree_create() argument 237 height0, depth0, in intel_miptree_create() 807 mt->depth0, in intel_miptree_alloc_mcs() 843 mt->depth0, in intel_miptree_alloc_hiz()
|
/external/mesa3d/src/gallium/drivers/softpipe/ |
D | sp_texture.c | 61 unsigned depth = pt->depth0; in softpipe_resource_layout() 134 util_is_power_of_two(templat->depth0)); in softpipe_resource_create() 192 util_is_power_of_two(templat->depth0)); in softpipe_resource_from_handle() 338 assert(box->z + box->depth <= (u_minify(resource->depth0, level))); in softpipe_get_transfer() 477 spr->base.depth0 = 1; in softpipe_user_buffer_create()
|
/external/mesa3d/src/gallium/state_trackers/vdpau/ |
D | surface.c | 231 for (j = 0; j < sv->texture->depth0; ++j) { in vlVdpVideoSurfaceGetBitsYCbCr() 253 destination_pitches[i] * sv->texture->depth0, 0, 0, in vlVdpVideoSurfaceGetBitsYCbCr() 325 for (j = 0; j < sv->texture->depth0; ++j) { in vlVdpVideoSurfacePutBitsYCbCr() 334 source_pitches[i] * sv->texture->depth0, in vlVdpVideoSurfacePutBitsYCbCr()
|
D | output.c | 79 res_tmpl.depth0 = 1; in vlVdpOutputSurfaceCreate() 328 res_tmpl.depth0 = 1; in vlVdpOutputSurfacePutBitsIndexed() 343 box.depth = res->depth0; in vlVdpOutputSurfacePutBitsIndexed() 364 res_tmpl.depth0 = 1; in vlVdpOutputSurfacePutBitsIndexed() 376 box.depth = res->depth0; in vlVdpOutputSurfacePutBitsIndexed()
|
/external/mesa3d/src/gallium/state_trackers/clover/core/ |
D | resource.cpp | 127 info.depth0 = img->depth(); in root_resource() 131 info.depth0 = 1; in root_resource() 146 box rect { { 0, 0, 0 }, { info.width0, info.height0, info.depth0 } }; in root_resource()
|
/external/opencv3/3rdparty/jinja2/ |
D | runtime.py | 283 def __init__(self, iterable, recurse=None, depth0=0): argument 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/docs/source/ |
D | resources.rst | 54 - depth0 must be 1 79 - depth0 must be 1 93 - depth0 must be 1 112 - depth0 must be 1
|
/external/opencv3/modules/core/src/ |
D | copy.cpp | 478 int cn = channels(), depth0 = depth(); in setTo() local 481 …(/*depth0 == CV_8U ||*/ depth0 == CV_16U || depth0 == CV_16S || depth0 == CV_32S || depth0 == CV_3… in setTo() 502 else*/ if (depth0 == CV_16U) in setTo() 504 else if (depth0 == CV_16S) in setTo() 506 else if (depth0 == CV_32S) in setTo() 508 else if (depth0 == CV_32F) in setTo() 528 else*/ if (depth0 == CV_16U) \ in setTo() 530 else if (depth0 == CV_16S) \ in setTo() 532 else if (depth0 == CV_32S) \ in setTo() 534 else if (depth0 == CV_32F) \ in setTo()
|
/external/mesa3d/src/gallium/state_trackers/egl/common/ |
D | egl_g3d_image.c | 111 templ.depth0 = 1; in egl_g3d_create_drm_buffer() 172 nbuf.u.drm.templ.depth0 = 1; in egl_g3d_reference_drm_buffer() 282 if (layer >= (u_minify(ptex->depth0, level) + ptex->array_size - 1)) { in egl_g3d_create_image()
|
/external/mesa3d/src/gallium/tests/graw/ |
D | graw_util.h | 75 resource_temp.depth0 = 1; in graw_util_create_window() 108 resource_temp.depth0 = 1; in graw_util_create_window() 233 temp.depth0 = 1; in graw_util_create_tex2d()
|
/external/mesa3d/src/mesa/drivers/dri/intel/ |
D | intel_mipmap_tree.c | 82 GLuint depth0, in intel_miptree_create_internal() argument 125 assert(depth0 == 1); in intel_miptree_create_internal() 126 mt->depth0 = 6; in intel_miptree_create_internal() 128 mt->depth0 = depth0; in intel_miptree_create_internal() 146 mt->depth0, in intel_miptree_create_internal() 194 GLuint depth0, in intel_miptree_create() argument 237 height0, depth0, in intel_miptree_create() 807 mt->depth0, in intel_miptree_alloc_mcs() 843 mt->depth0, in intel_miptree_alloc_hiz()
|
D | intel_mipmap_tree.h | 215 GLuint width0, height0, depth0; /**< Level zero image dimensions */ member 379 GLuint depth0,
|
/external/mesa3d/src/gallium/drivers/radeonsi/ |
D | r600_texture.c | 82 surface->npix_z = ptex->depth0; in r600_init_surface() 335 resource.depth0 = 1; in si_texture_get_transfer() 599 templ->depth0 != 1 || templ->last_level != 0) in si_texture_from_handle() 640 resource.depth0 = texture->depth0; in r600_texture_depth_flush()
|