Lines Matching refs:Width
79 const GLint width = texImage->Width; in get_tex_depth()
129 const GLint width = texImage->Width; in get_tex_depth_stencil()
174 const GLint width = texImage->Width; in get_tex_ycbcr()
234 const GLuint width = texImage->Width; in get_tex_rgba_compressed()
325 const GLuint width = texImage->Width; in get_tex_rgba_uncompressed()
487 const GLuint bytesPerRow = texImage->Width * bpp; in get_tex_memcpy()
489 _mesa_image_address2d(&ctx->Pack, pixels, texImage->Width, in get_tex_memcpy()
492 _mesa_image_row_stride(&ctx->Pack, texImage->Width, format, type); in get_tex_memcpy()
498 0, 0, texImage->Width, texImage->Height, in get_tex_memcpy()
605 _mesa_format_row_stride(texImage->TexFormat, texImage->Width); in _mesa_get_compressed_teximage()
626 0, 0, texImage->Width, texImage->Height, in _mesa_get_compressed_teximage()
634 texImage->Width, in _mesa_get_compressed_teximage()
769 if (!_mesa_validate_pbo_access(dimensions, &ctx->Pack, texImage->Width, in getteximage_error_check()
837 texImage->Width, texImage->Height, in _mesa_GetnTexImageARB()
905 texImage->Width, in getcompressedteximage_error_check()
967 texImage->Width, texImage->Height); in _mesa_GetnCompressedTexImageARB()