Home
last modified time | relevance | path

Searched refs:depth0 (Results 1 – 25 of 138) sorted by relevance

123456

/external/mesa3d/src/gallium/drivers/galahad/
Dglhd_screen.c150 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/
Dst_texture.c61 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()
Dst_texture.h78 GLuint width0, height0, depth0; member
154 GLuint depth0,
Dst_cb_texture.c252 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()
Dst_gen_mipmap.c182 oldTex->depth0, in st_generate_mipmap()
236 dstDepth = u_minify(pt->depth0, dstLevel); in st_generate_mipmap()
/external/mesa3d/src/mesa/drivers/dri/i965/
Dbrw_tex_layout.c62 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()
Dintel_mipmap_tree.c82 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/
Dr300_texture_desc.c258 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/
Dradeon_mipmap_tree.h76 GLuint depth0; /** Depth of baseLevel image */ member
105 GLuint width0, GLuint height0, GLuint depth0, GLuint tilebits);
/external/mesa3d/src/mesa/drivers/dri/r200/
Dradeon_mipmap_tree.h76 GLuint depth0; /** Depth of baseLevel image */ member
105 GLuint width0, GLuint height0, GLuint depth0, GLuint tilebits);
/external/mesa3d/src/gallium/drivers/svga/
Dsvga_sampler_view.c125 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/
Di915_tex_layout.c161 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()
Dintel_mipmap_tree.c82 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/
Dsp_texture.c61 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/
Dsurface.c231 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()
Doutput.c79 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/
Dresource.cpp127 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/
Druntime.py283 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/
Dresources.rst54 - depth0 must be 1
79 - depth0 must be 1
93 - depth0 must be 1
112 - depth0 must be 1
/external/opencv3/modules/core/src/
Dcopy.cpp478 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/
Degl_g3d_image.c111 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/
Dgraw_util.h75 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/
Dintel_mipmap_tree.c82 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()
Dintel_mipmap_tree.h215 GLuint width0, height0, depth0; /**< Level zero image dimensions */ member
379 GLuint depth0,
/external/mesa3d/src/gallium/drivers/radeonsi/
Dr600_texture.c82 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()

123456