Home
last modified time | relevance | path

Searched refs:nblocksx (Results 1 – 11 of 11) sorted by relevance

/external/mesa3d/src/gallium/drivers/nvc0/
Dnvc0_transfer.c11 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 …]
Dnvc0_context.h85 uint32_t nblocksx, uint32_t nblocksy);
/external/mesa3d/src/gallium/drivers/nv50/
Dnv50_transfer.c11 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()
Dnv50_context.h245 uint32_t nblocksx, uint32_t nblocksy);
/external/mesa3d/src/gallium/drivers/i915/
Di915_resource_texture.c142 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()
Di915_resource.h62 unsigned short nblocksx; member
Di915_state_static.c114 x = tex->image_offset[cbuf_surface->u.tex.level][layer].nblocksx; in update_framebuffer()
/external/opencv3/modules/photo/src/
Dfast_nlmeans_denoising_opencl.hpp99 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/
Dnv30_miptree.c77 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/
Dlp_texture.c124 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/
Dsvga_resource_texture.c250 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()