Lines Matching refs:ArrayIndex
1336 uint32_t ArrayIndex = 0; in GetMipTailGeometryOffset() local
1354 ArrayIndex = 0; in GetMipTailGeometryOffset()
1357 ArrayIndex = 1; in GetMipTailGeometryOffset()
1360 ArrayIndex = 2; in GetMipTailGeometryOffset()
1363 ArrayIndex = 3; in GetMipTailGeometryOffset()
1366 ArrayIndex = 4; in GetMipTailGeometryOffset()
1379 *OffsetX = MipTailSlotOffset1DSurface[Slot][ArrayIndex].X * pTexInfo->BitsPerPixel / 8; in GetMipTailGeometryOffset()
1380 *OffsetY = MipTailSlotOffset1DSurface[Slot][ArrayIndex].Y; in GetMipTailGeometryOffset()
1381 *OffsetZ = MipTailSlotOffset1DSurface[Slot][ArrayIndex].Z; in GetMipTailGeometryOffset()
1388 *OffsetX = MipTailSlotOffset2DSurface[Slot][ArrayIndex].X * pTexInfo->BitsPerPixel / 8; in GetMipTailGeometryOffset()
1389 *OffsetY = MipTailSlotOffset2DSurface[Slot][ArrayIndex].Y; in GetMipTailGeometryOffset()
1390 *OffsetZ = MipTailSlotOffset2DSurface[Slot][ArrayIndex].Z; in GetMipTailGeometryOffset()
1396 *OffsetX = MipTailSlotOffset3DSurface[Slot][ArrayIndex].X * pTexInfo->BitsPerPixel / 8; in GetMipTailGeometryOffset()
1397 *OffsetY = MipTailSlotOffset3DSurface[Slot][ArrayIndex].Y; in GetMipTailGeometryOffset()
1398 *OffsetZ = MipTailSlotOffset3DSurface[Slot][ArrayIndex].Z; in GetMipTailGeometryOffset()