Lines Matching refs:ArrayIndex
538 uint32_t ArrayIndex = 0; in GetMipTailGeometryOffset() local
546 ArrayIndex = 0; in GetMipTailGeometryOffset()
549 ArrayIndex = 1; in GetMipTailGeometryOffset()
552 ArrayIndex = 2; in GetMipTailGeometryOffset()
555 ArrayIndex = 3; in GetMipTailGeometryOffset()
558 ArrayIndex = 4; in GetMipTailGeometryOffset()
569 *OffsetX = Gen11MipTailSlotOffset1DSurface[Slot][ArrayIndex].X * pTexInfo->BitsPerPixel / 8; in GetMipTailGeometryOffset()
570 *OffsetY = Gen11MipTailSlotOffset1DSurface[Slot][ArrayIndex].Y; in GetMipTailGeometryOffset()
571 *OffsetZ = Gen11MipTailSlotOffset1DSurface[Slot][ArrayIndex].Z; in GetMipTailGeometryOffset()
591 *OffsetX = Gen11MipTailSlotOffset2DSurface[Slot][ArrayIndex].X * pTexInfo->BitsPerPixel / 8; in GetMipTailGeometryOffset()
592 *OffsetY = Gen11MipTailSlotOffset2DSurface[Slot][ArrayIndex].Y; in GetMipTailGeometryOffset()
593 *OffsetZ = Gen11MipTailSlotOffset2DSurface[Slot][ArrayIndex].Z; in GetMipTailGeometryOffset()
599 *OffsetX = Gen11MipTailSlotOffset3DSurface[Slot][ArrayIndex].X * pTexInfo->BitsPerPixel / 8; in GetMipTailGeometryOffset()
600 *OffsetY = Gen11MipTailSlotOffset3DSurface[Slot][ArrayIndex].Y; in GetMipTailGeometryOffset()
601 *OffsetZ = Gen11MipTailSlotOffset3DSurface[Slot][ArrayIndex].Z; in GetMipTailGeometryOffset()