Home
last modified time | relevance | path

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

123456789

/third_party/mesa3d/src/freedreno/fdl/
Dfd_layout_test.c53 MAX2(testcase->layout.depth0, 1), mip_levels, in fdl_test_layout()
60 MAX2(testcase->layout.depth0, 1), mip_levels, in fdl_test_layout()
79 layout.height0, layout.depth0, layout.nr_samples, l, in fdl_test_layout()
86 layout.height0, layout.depth0, layout.nr_samples, l, in fdl_test_layout()
98 layout.height0, layout.depth0, layout.nr_samples, l, in fdl_test_layout()
108 layout.height0, layout.depth0, layout.nr_samples, l, in fdl_test_layout()
116 layout.height0, layout.depth0, layout.nr_samples, l, in fdl_test_layout()
Dfd5_layout.c35 uint32_t depth0, uint32_t mip_levels, uint32_t array_size, in fdl5_layout() argument
41 layout->depth0 = depth0; in fdl5_layout()
64 uint32_t depth = u_minify(depth0, level); in fdl5_layout()
Dfd6_layout.c106 uint32_t depth0, uint32_t mip_levels, uint32_t array_size, in fdl6_layout() argument
115 layout->depth0 = depth0; in fdl6_layout()
128 if (depth0 > 1 || ubwc_blockwidth == 0) in fdl6_layout()
196 uint32_t depth = u_minify(depth0, level); in fdl6_layout()
Dfd6_layout_test.c697 .depth0 = 32,
720 .depth0 = 32,
745 .depth0 = 32,
770 .depth0 = 32,
801 .depth0 = 16,
826 .depth0 = 16,
854 .depth0 = 128,
882 .depth0 = 17,
908 .depth0 = 8,
Dfd5_layout_test.c69 .depth0 = 11,
90 .depth0 = 11,
Dfreedreno_layout.c37 layout->depth0 = 1; in fdl_layout_buffer()
70 u_minify(layout->height0, level), u_minify(layout->depth0, level), in fdl_dump_layout()
Dfreedreno_layout.h126 uint32_t width0, height0, depth0; member
238 uint32_t depth0, uint32_t mip_levels, uint32_t array_size,
243 uint32_t depth0, uint32_t mip_levels, uint32_t array_size,
/third_party/mesa3d/src/gallium/drivers/r300/
Dr300_texture_desc.c254 size = layer_size * u_minify(tex->tex.depth0, i); in r300_setup_miptree()
265 u_minify(tex->tex.depth0, i), stride, tex->tex.size_in_bytes, in r300_setup_miptree()
281 !util_is_power_of_two_or_zero(tex->b.depth0); in r300_setup_flags()
534 tex->b.width0, tex->b.height0, tex->b.depth0, in r300_tex_print_info()
548 tex->b.depth0 = base->depth0; in r300_texture_desc_init()
554 tex->tex.depth0 = base->depth0; in r300_texture_desc_init()
595 tex->tex.depth0 = util_next_power_of_two(tex->tex.depth0); in r300_texture_desc_init()
/third_party/mesa3d/src/gallium/winsys/amdgpu/drm/
Damdgpu_surface.c40 if (tex->depth0 > 1 || tex->array_size > 1) in amdgpu_surface_sanity()
54 if (tex->depth0 > 1) in amdgpu_surface_sanity()
85 config.info.depth = tex->depth0; in amdgpu_surface_init()
/third_party/mesa3d/src/mesa/state_tracker/
Dst_texture.c62 GLuint depth0, in st_texture_create() argument
74 assert(depth0 > 0); in st_texture_create()
91 pt.depth0 = depth0; in st_texture_create()
231 ptDepth != u_minify(pt->depth0, image->Level) || in st_texture_match_image()
360 GLuint depth = u_minify(dst->depth0, dstLevel); in st_texture_image_copy()
366 u_minify(src->depth0, srcLevel) != depth) { in st_texture_image_copy()
/third_party/node/tools/inspector_protocol/jinja2/
Dasyncsupport.py193 depth0=0): argument
194 LoopContextBase.__init__(self, undefined, recurse, depth0)
233 async def make_async_loop_context(iterable, undefined, recurse=None, depth0=0): argument
256 depth0)
Druntime.py359 def __init__(self, undefined, recurse=None, depth0=0): argument
363 self.depth0 = depth0
384 depth = property(lambda x: x.depth0 + 1)
406 return self._recurse(iterable, self._recurse, self.depth0 + 1)
423 def __init__(self, iterable, undefined, recurse=None, depth0=0): argument
424 LoopContextBase.__init__(self, undefined, recurse, depth0)
/third_party/vk-gl-cts/external/vulkancts/data/vulkan/amber/rasterization/depth_bias/
Dd16_unorm.amber154 float depth0 = imageLoad(texture, ivec2(0, 0)).r;
155 if (distance(ref0_0, depth0) < 0.003 || distance(ref0_1, depth0) < 0.003)
Dd24_unorm.amber154 float depth0 = imageLoad(texture, ivec2(0, 0)).r;
155 if (distance(ref0_0, depth0) < 0.003 || distance(ref0_1, depth0) < 0.003)
/third_party/mesa3d/src/freedreno/decode/scripts/
Dtexturator-to-unit-test-5xx.lua110 local depth0 = pkt[5].DEPTH
118 width0, height0, depth0, pkt[0].FMT, pkt[0].TILE_MODE, tostring(pkt[3].FLAG))
157 printf(" .width0 = %d, .height0 = %d, .depth0 = %d,\n", width0, height0, depth0)
Dtexturator-to-unit-test.lua103 local depth0 = pkt[5].DEPTH
111 …width0, height0, depth0, pkt[0].FMT, pkt[0].TILE_MODE, pkt[3].MIN_LAYERSZ, tostring(pkt[3].TILE_AL…
168 printf(" .depth0 = %d,\n", depth0)
Dtex3d-layout.lua72 local depth0 = pkt[5].DEPTH
75 width0, height0, depth0, pkt[3].MIN_LAYERSZ)
/third_party/mesa3d/src/gallium/drivers/svga/
Dsvga_sampler_view.c130 pt->depth0, in svga_get_tex_sampler_view()
145 pt->depth0, in svga_get_tex_sampler_view()
210 u_minify(tex->b.depth0, i)); in svga_validate_sampler_view()
/third_party/mesa3d/src/gallium/drivers/freedreno/a6xx/
Dfd6_resource.c101 if ((prsc->depth0 != 1) || (prsc->array_size != 1) || in can_do_ubwc()
238 prsc->width0, prsc->height0, prsc->depth0, prsc->last_level + 1, in fd6_setup_slices()
260 prsc->width0, prsc->height0, prsc->depth0, in fill_ubwc_buffer_sizes()
/third_party/mesa3d/src/gallium/frontends/nine/
Dbasetexture9.c351 box.depth = u_minify(This->base.info.depth0, l); in NineBaseTexture9_UploadSelf()
432 templ.depth0 = u_minify(templ.depth0, This->managed.lod); in NineBaseTexture9_CreatePipeResource()
440 old->depth0 == templ.depth0) in NineBaseTexture9_CreatePipeResource()
460 box.depth = u_minify(templ.depth0, l); in NineBaseTexture9_CreatePipeResource()
617 This->base.info.width0, This->base.info.height0, This->base.info.depth0, in NineBaseTexture9_Dump()
/third_party/mesa3d/src/gallium/drivers/softpipe/
Dsp_texture.c63 unsigned depth = pt->depth0; in softpipe_resource_layout()
171 util_is_power_of_two_or_zero(templat->depth0)); in softpipe_resource_create_front()
236 util_is_power_of_two_or_zero(templat->depth0)); in softpipe_resource_from_handle()
389 assert(box->z + box->depth <= (int) u_minify(resource->depth0, level)); in softpipe_transfer_map()
503 spr->base.depth0 = 1; in softpipe_user_buffer_create()
/third_party/mesa3d/src/gallium/frontends/d3d10umd/
DResource.cpp168 depth = u_minify(resource->depth0, *pLevel); in subResourceBox()
285 templat.depth0 = pCreateResource->pMipInfoList[0].TexelDepth; in CreateResource()
674 assert(dst_resource->depth0 == src_resource->depth0); in ResourceCopy()
689 box.depth = u_minify(dst_resource->depth0, level); in ResourceCopy()
763 src_box.depth = u_minify(src_resource->depth0, src_level); in ResourceCopyRegion()
/third_party/mesa3d/docs/gallium/
Dresources.rst52 set appropriately (depth0/height0/array_size must be 1, last_level 0).
89 - depth0 must be 1
104 - depth0 must be 1
123 - depth0 must be 1
170 - depth0 must be 1
/third_party/mesa3d/src/gallium/frontends/clover/core/
Dresource.cpp166 info.depth0 = img->depth(); in root_resource()
171 info.depth0 = 1; in root_resource()
197 box rect { {{ 0, 0, 0 }}, {{ info.width0, info.height0, info.depth0 }} }; in root_resource()
/third_party/mesa3d/src/gallium/tests/graw/
Dgraw_util.h77 resource_temp.depth0 = 1; in graw_util_create_window()
108 resource_temp.depth0 = 1; in graw_util_create_window()
236 temp.depth0 = 1; in graw_util_create_tex2d()

123456789