Searched refs:rowstride (Results 1 - 4 of 4) sorted by relevance
/third_party/mesa3d/src/mesa/main/ |
H A D | texcompress_bptc.c | 130 int rowstride; in _mesa_texstore_bptc_rgba_unorm() local 156 rowstride = srcWidth * 4; in _mesa_texstore_bptc_rgba_unorm() 160 rowstride = _mesa_image_row_stride(srcPacking, srcWidth, in _mesa_texstore_bptc_rgba_unorm() 165 pixels, rowstride, in _mesa_texstore_bptc_rgba_unorm() 179 int rowstride; in texstore_bptc_rgb_float() local 201 rowstride = srcWidth * sizeof(float) * 3; in texstore_bptc_rgb_float() 205 rowstride = _mesa_image_row_stride(srcPacking, srcWidth, in texstore_bptc_rgb_float() 210 pixels, rowstride, in texstore_bptc_rgb_float()
|
H A D | texgetimage.c | 141 GLint rowstride; in get_tex_depth_stencil() local 146 GL_MAP_READ_BIT, &srcMap, &rowstride); in get_tex_depth_stencil() 150 const GLubyte *src = srcMap + row * rowstride; in get_tex_depth_stencil() 197 GLint rowstride; in get_tex_stencil() local 203 &srcMap, &rowstride); in get_tex_stencil() 207 const GLubyte *src = srcMap + row * rowstride; in get_tex_stencil() 241 GLint rowstride; in get_tex_ycbcr() local 246 GL_MAP_READ_BIT, &srcMap, &rowstride); in get_tex_ycbcr() 250 const GLubyte *src = srcMap + row * rowstride; in get_tex_ycbcr() 470 GLint rowstride; in get_tex_rgba_uncompressed() local [all...] |
/third_party/ffmpeg/libavcodec/ |
H A D | rpzaenc.c | 82 int rowstride; member 135 return block ? (bi->col * 4) + (bi->row * bi->rowstride * 4) : 0; in get_block_info() 218 block_ptr += bi->rowstride; in get_max_component_diff() 255 block1 += bi->rowstride; in compare_blocks() 256 block2 += bi->rowstride; in compare_blocks() 289 block_ptr += bi->rowstride; in leastsquares() 350 block_ptr += bi->rowstride; in calc_lsq_max_fit_error() 410 block_ptr += bi->rowstride; in encode_four_color_block() 426 dest_pixels += bi->rowstride; in update_block_in_prev_frame() 427 src_pixels += bi->rowstride; in update_block_in_prev_frame() [all...] |
/third_party/mesa3d/src/gallium/drivers/svga/include/ |
H A D | svga3d_surfacedefs.h | 1373 const uint32 rowstride = DIV_ROUND_UP(width, bw) * desc->bytes_per_block; in svga3dsurface_get_pixel_offset() local 1374 const uint32 imgstride = DIV_ROUND_UP(height, bh) * rowstride; in svga3dsurface_get_pixel_offset() 1376 y / bh * rowstride + in svga3dsurface_get_pixel_offset()
|
Completed in 6 milliseconds