Searched refs:ArrLen (Results 1 – 1 of 1) sorted by relevance
104 int ArrLen; field in DebugContext.SetupAllocationCopyTests124 ArrLen = Width; in SetupAllocationCopyTests()126 ArrLen = Width * Height; in SetupAllocationCopyTests()141 byte[] inArray = new byte[ArrLen]; in SetupAllocationCopyTests()143 byte[] outArray = new byte[ArrLen]; in SetupAllocationCopyTests()149 short[] inArray = new short[ArrLen]; in SetupAllocationCopyTests()150 for (int i = 0; i < ArrLen; i++) in SetupAllocationCopyTests()152 short[] outArray = new short[ArrLen]; in SetupAllocationCopyTests()199 byte[] inArray = new byte[AC.ArrLen]; in testDebugContextRsAllocationCopy1D_Byte_Normal()200 byte[] outArray = new byte[AC.ArrLen]; in testDebugContextRsAllocationCopy1D_Byte_Normal()[all …]