Searched refs:sliceIndex (Results 1 – 6 of 6) sorted by relevance
12 function fn<T extends { x: Map<T['x']> }>(sliceIndex: T): AllArg<T['x']> {13 >fn : <T extends { x: Map<T['x']>; }>(sliceIndex: T) => AllArg<T['x']>15 >sliceIndex : T23 >{ fn } : { fn: <T extends { x: Map<T["x"]>; }>(sliceIndex: T) => AllArg<T["x"]>; }24 >fn : <T extends { x: Map<T["x"]>; }>(sliceIndex: T) => AllArg<T["x"]>28 >test : { fn: <T extends { x: { [K in keyof T["x"]]: T["x"][K]; }; }>(sliceIndex: T) => { [K in key…31 >{ test } : { test: { fn: <T extends { x: { [K in keyof T["x"]]: T["x"][K]; }; }>(sliceIndex: T) =>…32 >test : { fn: <T extends { x: { [K in keyof T["x"]]: T["x"][K]; }; }>(sliceIndex: T) => { [K in key…
10 function fn<T extends { x: Map<T['x']> }>(sliceIndex: T): AllArg<T['x']> {23 function fn(sliceIndex) { argument44 }>(sliceIndex: T): AllArg<T['x']>;56 }>(sliceIndex: T_1) => T_1["x"] extends infer T_2 extends {
26 function fn<T extends { x: Map<T['x']> }>(sliceIndex: T): AllArg<T['x']> {32 >sliceIndex : Symbol(sliceIndex, Decl(types.ts, 6, 42))
9 function fn<T extends { x: Map<T['x']> }>(sliceIndex: T): AllArg<T['x']> {
2661 UINT_32 sliceIndex; in ComputeSurfaceCoordFromAddrMicroTiled() local2700 sliceIndex = static_cast<UINT_32>(bitAddr / sliceBits); in ComputeSurfaceCoordFromAddrMicroTiled()2701 bitAddr -= sliceIndex * sliceBits; in ComputeSurfaceCoordFromAddrMicroTiled()2740 *pSlice = (sliceIndex * microTileThickness) + pixelCoordZ; in ComputeSurfaceCoordFromAddrMicroTiled()
1754 int sliceIndex = slice + area.z;1756 ANGLE_TRY(setPerSliceSubImage(context, sliceIndex, mtlRegion, formatInfo, type,