Home | History | Annotate | Download | only in main

Lines Matching refs:Depth2

1114    img->Depth2 = 0;
1172 img->Depth2 = 0;
1174 img->Depth2 = 1;
1182 img->Depth2 = 0;
1184 img->Depth2 = 1;
1203 img->Depth2 = 0;
1205 img->Depth2 = 1;
1212 img->Depth2 = depth; /* no border */
1219 img->Depth2 = depth - 2 * border; /* == 1 << img->DepthLog2; */
1220 img->DepthLog2 = _mesa_logbase2(img->Depth2);
1229 img->Width2, img->Height2, img->Depth2);