Home | History | Annotate | Download | only in state_tracker

Lines Matching refs:firstImage

1180    struct st_texture_image *firstImage;
1198 firstImage = st_texture_image(stObj->base.Image[0][stObj->base.BaseLevel]);
1199 assert(firstImage);
1201 /* If both firstImage and stObj point to a texture which can contain
1202 * all active images, favour firstImage. Note that because of the
1206 if (firstImage->pt &&
1207 firstImage->pt != stObj->pt &&
1208 (!stObj->pt || firstImage->pt->last_level >= stObj->pt->last_level)) {
1209 pipe_resource_reference(&stObj->pt, firstImage->pt);
1214 firstImageFormat = st_mesa_format_to_pipe_format(firstImage->base.TexFormat);
1220 firstImage->base.Width2,
1221 firstImage->base.Height2,
1222 firstImage->base.Depth2,
1223 firstImage->base.Level,