Searched refs:_mesa_image_row_stride (Results 1 – 11 of 11) sorted by relevance
/third_party/mesa3d/src/mesa/main/ |
D | texcompress_s3tc.c | 62 …_mesa_image_row_stride(srcPacking, srcWidth, srcFormat, srcType) != srccomps * srcWidth * sizeof(G… in _mesa_texstore_rgb_dxt1() 116 _mesa_image_row_stride(srcPacking, srcWidth, srcFormat, srcType) != rgbaRowStride || in _mesa_texstore_rgba_dxt1() 171 _mesa_image_row_stride(srcPacking, srcWidth, srcFormat, srcType) != rgbaRowStride || in _mesa_texstore_rgba_dxt3() 225 _mesa_image_row_stride(srcPacking, srcWidth, srcFormat, srcType) != rgbaRowStride || in _mesa_texstore_rgba_dxt5()
|
D | texcompress_bptc.c | 160 rowstride = _mesa_image_row_stride(srcPacking, srcWidth, in _mesa_texstore_bptc_rgba_unorm() 205 rowstride = _mesa_image_row_stride(srcPacking, srcWidth, in texstore_bptc_rgb_float()
|
D | texstore.c | 110 const GLint srcRowStride = _mesa_image_row_stride(srcPacking, srcWidth, in _mesa_memcpy_texture() 329 = _mesa_image_row_stride(srcPacking, srcWidth, srcFormat, srcType); in _mesa_texstore_z24_s8() 408 = _mesa_image_row_stride(srcPacking, srcWidth, srcFormat, srcType); in _mesa_texstore_s8_z24() 497 = _mesa_image_row_stride(srcPacking, srcWidth, srcFormat, srcType); in _mesa_texstore_s8() 541 = _mesa_image_row_stride(srcPacking, srcWidth, srcFormat, srcType) in _mesa_texstore_z32f_x24s8() 753 _mesa_image_row_stride(srcPacking, srcWidth, srcFormat, srcType); in texstore_rgba() 1036 srcImageStride = _mesa_image_row_stride(packing, width, format, type); in store_texsubimage()
|
D | texcompress_fxt1.c | 83 srcRowStride = _mesa_image_row_stride(srcPacking, srcWidth, srcFormat, in _mesa_texstore_fxt1()
|
D | readpix.c | 243 dstStride = _mesa_image_row_stride(packing, width, format, type); in readpixels_memcpy() 306 dstStride = _mesa_image_row_stride(packing, width, GL_DEPTH_COMPONENT, type); in read_uint_depth_pixels() 352 dstStride = _mesa_image_row_stride(packing, width, GL_DEPTH_COMPONENT, type); in read_depth_pixels() 467 dst_stride = _mesa_image_row_stride(packing, width, format, type); in read_rgba_pixels() 845 dstStride = _mesa_image_row_stride(packing, width, in read_depth_stencil_pixels()
|
D | image.c | 295 _mesa_image_row_stride( const struct gl_pixelstore_attrib *packing, in _mesa_image_row_stride() function 408 const GLint srcStride = _mesa_image_row_stride(unpack, width, in _mesa_expand_bitmap() 876 int stride = _mesa_image_row_stride(packing, width, format, type); in _mesa_swap_bytes_2d_image()
|
D | image.h | 81 _mesa_image_row_stride( const struct gl_pixelstore_attrib *packing,
|
D | texgetimage.c | 370 dstStride = _mesa_image_row_stride(&ctx->Pack, width, format, type); in get_tex_rgba_compressed() 458 dst_stride = _mesa_image_row_stride(&ctx->Pack, width, format, type); in get_tex_rgba_uncompressed() 656 _mesa_image_row_stride(&ctx->Pack, width, format, type); in get_tex_memcpy()
|
/third_party/mesa3d/src/mesa/state_tracker/ |
D | st_cb_readpixels.c | 542 const int destStride = _mesa_image_row_stride(pack, width, format, type); in st_ReadPixels()
|
D | st_pbo_compute.c | 953 _mesa_image_row_stride(pack, width, format, type) * height; in download_texture_compute()
|
D | st_cb_texture.c | 252 dstStride = _mesa_image_row_stride(&ctx->Pack, width, format, type); in copy_to_staging_dest() 1927 stride = _mesa_image_row_stride(unpack, width, format, type); in st_TexSubImage()
|