Lines Matching refs:ArrayIndex
1087 uint32_t ArrayIndex = 0; in GetMipTailGeometryOffset() local
1095 ArrayIndex = 0; in GetMipTailGeometryOffset()
1098 ArrayIndex = 1; in GetMipTailGeometryOffset()
1101 ArrayIndex = 2; in GetMipTailGeometryOffset()
1104 ArrayIndex = 3; in GetMipTailGeometryOffset()
1107 ArrayIndex = 4; in GetMipTailGeometryOffset()
1119 *OffsetX = Gen9MipTailSlotOffset1DSurface[Slot][ArrayIndex].X * pTexInfo->BitsPerPixel / 8; in GetMipTailGeometryOffset()
1120 *OffsetY = Gen9MipTailSlotOffset1DSurface[Slot][ArrayIndex].Y; in GetMipTailGeometryOffset()
1121 *OffsetZ = Gen9MipTailSlotOffset1DSurface[Slot][ArrayIndex].Z; in GetMipTailGeometryOffset()
1137 *OffsetX = Gen9MipTailSlotOffset2DSurface[Slot][ArrayIndex].X * pTexInfo->BitsPerPixel / 8; in GetMipTailGeometryOffset()
1138 *OffsetY = Gen9MipTailSlotOffset2DSurface[Slot][ArrayIndex].Y; in GetMipTailGeometryOffset()
1139 *OffsetZ = Gen9MipTailSlotOffset2DSurface[Slot][ArrayIndex].Z; in GetMipTailGeometryOffset()
1146 *OffsetX = Gen9MipTailSlotOffset3DSurface[Slot][ArrayIndex].X * pTexInfo->BitsPerPixel / 8; in GetMipTailGeometryOffset()
1147 *OffsetY = Gen9MipTailSlotOffset3DSurface[Slot][ArrayIndex].Y; in GetMipTailGeometryOffset()
1148 *OffsetZ = Gen9MipTailSlotOffset3DSurface[Slot][ArrayIndex].Z; in GetMipTailGeometryOffset()