Lines Matching defs:pTl
388 CRTextureLevel *pTl = NULL;
412 pTl = &pTobj->level[0][hwTexLevel];
427 Assert(width == pTl->width);
428 Assert(height == pTl->height);
429 Assert(depth == pTl->depth);
1395 CRTextureLevel *pTl = &pTobj->level[0][0 /* level */];
1397 Tex.width = pTl->width;
1398 Tex.height = pTl->height;
1488 CRTextureLevel *pTl = &pTobj->level[0][0 /* level */];
1496 Assert(width == pTl->width);
1497 Assert(height == pTl->height);
1498 Assert(depth == pTl->depth);
1543 CRTextureLevel *pTl = &pTobj->level[0][0 /* level */];
1551 Assert(width == pTl->width);
1552 Assert(height == pTl->height);
1553 Assert(depth == pTl->depth);