Lines Matching refs:stride
671 // Load with a stride of 0
950 string dumpWholeMatrix (void* data, VkComponentTypeKHR dt, bool colMajor, deUint32 matrixElemCount, deUint32 stride)
952 const deUint32 rowsCount = colMajor ? stride : matrixElemCount / stride;
953 const deUint32 colsCount = colMajor ? matrixElemCount / stride : stride;
1149 // Load with a stride of 0
1504 // When loading with stride 0, ij for matrix D is different from matrix C
1647 // When loading with stride 0, ij for matrix D is different from matrix C
1766 // OpCooperativeMatrixMulAdd w/stride==0