Searched refs:curOffset (Results 1 - 2 of 2) sorted by relevance
| /xsrc/external/mit/MesaLib.old/dist/src/mesa/drivers/dri/radeon/ |
| H A D | radeon_mipmap_tree.c | 123 * \param curOffset points to the offset at which the image is to be stored 127 GLuint face, GLuint level, GLuint* curOffset) 139 lvl->faces[face].offset = *curOffset; 140 *curOffset += lvl->size; 151 GLuint curOffset, i, face, level; local in function:calculate_miptree_layout 155 curOffset = 0; 163 compute_tex_image_offset(rmesa, mt, face, level, &curOffset); 168 mt->totalsize = (curOffset + RADEON_OFFSET_MASK) & ~RADEON_OFFSET_MASK; 126 compute_tex_image_offset(radeonContextPtr rmesa,radeon_mipmap_tree * mt,GLuint face,GLuint level,GLuint * curOffset) argument
|
| /xsrc/external/mit/MesaLib/dist/src/mesa/drivers/dri/radeon/ |
| H A D | radeon_mipmap_tree.c | 124 * \param curOffset points to the offset at which the image is to be stored 128 GLuint face, GLuint level, GLuint* curOffset) 140 lvl->faces[face].offset = *curOffset; 141 *curOffset += lvl->size; 152 GLuint curOffset, i, face, level; local in function:calculate_miptree_layout 156 curOffset = 0; 164 compute_tex_image_offset(rmesa, mt, face, level, &curOffset); 169 mt->totalsize = (curOffset + RADEON_OFFSET_MASK) & ~RADEON_OFFSET_MASK; 127 compute_tex_image_offset(radeonContextPtr rmesa,radeon_mipmap_tree * mt,GLuint face,GLuint level,GLuint * curOffset) argument
|
Completed in 5 milliseconds