/external/mesa3d/src/gallium/drivers/nvc0/ |
D | nvc0_transfer.c | 11 uint32_t nblocksx; member 20 uint32_t nblocksx, uint32_t nblocksy) in nvc0_m2mf_transfer_rect() argument 98 PUSH_DATA (push, nblocksx * cpp); in nvc0_m2mf_transfer_rect() 115 uint32_t nblocksx, uint32_t nblocksy) in nve4_m2mf_transfer_rect() argument 167 PUSH_DATA (push, nblocksx * cpp); in nve4_m2mf_transfer_rect() 357 tx->nblocksx = box->width << mt->ms_x; in nvc0_miptree_transfer_new() 360 tx->nblocksx = util_format_get_nblocksx(res->format, box->width); in nvc0_miptree_transfer_new() 365 tx->base.stride = tx->nblocksx * util_format_get_blocksize(res->format); in nvc0_miptree_transfer_new() 380 tx->rect[1].width = tx->nblocksx; in nvc0_miptree_transfer_new() 392 tx->nblocksx, tx->nblocksy); in nvc0_miptree_transfer_new() [all …]
|
D | nvc0_context.h | 85 uint32_t nblocksx, uint32_t nblocksy);
|
/external/mesa3d/src/gallium/drivers/nv50/ |
D | nv50_transfer.c | 11 uint32_t nblocksx; member 56 uint32_t nblocksx, uint32_t nblocksy) in nv50_m2mf_transfer_rect() argument 133 PUSH_DATA (push, nblocksx * cpp); in nv50_m2mf_transfer_rect() 277 tx->nblocksx = box->width << mt->ms_x; in nv50_miptree_transfer_new() 280 tx->nblocksx = util_format_get_nblocksx(res->format, box->width); in nv50_miptree_transfer_new() 284 tx->base.stride = tx->nblocksx * util_format_get_blocksize(res->format); in nv50_miptree_transfer_new() 299 tx->rect[1].width = tx->nblocksx; in nv50_miptree_transfer_new() 311 tx->nblocksx, tx->nblocksy); in nv50_miptree_transfer_new() 338 tx->nblocksx, tx->nblocksy); in nv50_miptree_transfer_del()
|
D | nv50_context.h | 245 uint32_t nblocksx, uint32_t nblocksy);
|
/external/mesa3d/src/gallium/drivers/i915/ |
D | i915_resource_texture.c | 142 tex->image_offset[level][0].nblocksx = 0; in i915_texture_set_level_info() 150 x = tex->image_offset[level][layer].nblocksx in i915_texture_offset() 160 unsigned nblocksx, unsigned nblocksy) in i915_texture_set_image_offset() argument 163 assert(!(img == 0 && level == 0) || (nblocksx == 0 && nblocksy == 0)); in i915_texture_set_image_offset() 166 tex->image_offset[level][img].nblocksx = nblocksx; in i915_texture_set_image_offset() 444 unsigned nblocksx = util_format_get_nblocksx(pt->format, pt->width0); in i945_texture_layout_2d() local 464 if (mip1_nblocksx > nblocksx) in i945_texture_layout_2d() 485 x += nblocksx; in i945_texture_layout_2d() 492 nblocksx = align_nblocksx(pt->format, width, align_x); in i945_texture_layout_2d()
|
D | i915_resource.h | 62 unsigned short nblocksx; member
|
D | i915_state_static.c | 114 x = tex->image_offset[cbuf_surface->u.tex.level][layer].nblocksx; in update_framebuffer()
|
/external/opencv3/modules/photo/src/ |
D | fast_nlmeans_denoising_opencl.hpp | 99 int nblocksx = divUp(size.width, BLOCK_COLS), nblocksy = divUp(size.height, BLOCK_ROWS); in ocl_fastNlMeansDenoising() local 167 Size colSumSize(nblocksx * templateWindowSize, searchWindowSizeSq * nblocksy); in ocl_fastNlMeansDenoising() 175 size_t globalsize[2] = { nblocksx * ctaSize, nblocksy }, localsize[2] = { ctaSize, 1 }; in ocl_fastNlMeansDenoising()
|
/external/mesa3d/src/gallium/drivers/nv30/ |
D | nv30_miptree.c | 77 unsigned nblocksx; member 183 tx->nblocksx = util_format_get_nblocksx(pt->format, box->width); in nv30_miptree_transfer_new() 187 tx->nblocksx, tx->nblocksy, &tx->img); in nv30_miptree_transfer_new() 201 tx->tmp.w = tx->nblocksx; in nv30_miptree_transfer_new()
|
/external/mesa3d/src/gallium/drivers/llvmpipe/ |
D | lp_texture.c | 124 unsigned alignment, nblocksx, nblocksy, block_size; in llvmpipe_texture_layout() local 134 nblocksx = util_format_get_nblocksx(pt->format, in llvmpipe_texture_layout() 140 lpr->row_stride[level] = align(nblocksx * block_size, 16); in llvmpipe_texture_layout() 806 const unsigned nblocksx = in tex_image_face_size() local 808 const unsigned buffer_size = block_size * nblocksy * nblocksx; in tex_image_face_size()
|
/external/mesa3d/src/gallium/drivers/svga/ |
D | svga_resource_texture.c | 250 unsigned nblocksx = util_format_get_nblocksx(texture->format, box->width); in svga_texture_get_transfer() local 266 st->base.stride = nblocksx*util_format_get_blocksize(texture->format); in svga_texture_get_transfer()
|