Searched refs:sliceIndex (Results 1 – 4 of 4) sorted by relevance
176 sliceIndex struct { struct220 func (si sliceIndex) String() string { argument241 func (si sliceIndex) Key() int { argument247 func (si sliceIndex) SplitKeys() (x, y int) { return si.xkey, si.ykey } argument255 func (sliceIndex) isSliceIndex() {} argument263 _ SliceIndex = sliceIndex{}270 _ PathStep = sliceIndex{}
376 step := &sliceIndex{pathStep{t.Elem()}, 0, 0}
65 var sliceIndex int116 sliceIndex = l.m[p.Name]117 l.m[p.Name] = sliceIndex + 1118 for v.Len() <= sliceIndex {121 structValue = v.Index(sliceIndex)169 slice.Index(sliceIndex).Set(v)
2653 UINT_32 sliceIndex; in ComputeSurfaceCoordFromAddrMicroTiled() local2692 sliceIndex = static_cast<UINT_32>(bitAddr / sliceBits); in ComputeSurfaceCoordFromAddrMicroTiled()2693 bitAddr -= sliceIndex * sliceBits; in ComputeSurfaceCoordFromAddrMicroTiled()2732 *pSlice = (sliceIndex * microTileThickness) + pixelCoordZ; in ComputeSurfaceCoordFromAddrMicroTiled()