Lines Matching refs:ArrayIndex
148 uint32_t ArrayIndex = 0; in GetMipTailGeometryOffset() local
163 ArrayIndex = 0; in GetMipTailGeometryOffset()
166 ArrayIndex = 1; in GetMipTailGeometryOffset()
169 ArrayIndex = 2; in GetMipTailGeometryOffset()
172 ArrayIndex = 3; in GetMipTailGeometryOffset()
175 ArrayIndex = 4; in GetMipTailGeometryOffset()
187 *OffsetX = Gen10MipTailSlotOffset1DSurface[Slot][ArrayIndex].X * pTexInfo->BitsPerPixel / 8; in GetMipTailGeometryOffset()
188 *OffsetY = Gen10MipTailSlotOffset1DSurface[Slot][ArrayIndex].Y; in GetMipTailGeometryOffset()
189 *OffsetZ = Gen10MipTailSlotOffset1DSurface[Slot][ArrayIndex].Z; in GetMipTailGeometryOffset()
209 *OffsetX = Gen10MipTailSlotOffset2DSurface[Slot][ArrayIndex].X * pTexInfo->BitsPerPixel / 8; in GetMipTailGeometryOffset()
210 *OffsetY = Gen10MipTailSlotOffset2DSurface[Slot][ArrayIndex].Y; in GetMipTailGeometryOffset()
211 *OffsetZ = Gen10MipTailSlotOffset2DSurface[Slot][ArrayIndex].Z; in GetMipTailGeometryOffset()