Home | History | Annotate | Download | only in tests

Lines Matching refs:bufferRowLength

1923     region.bufferRowLength = 128;
2482 copy_region.bufferRowLength = 128;
2689 region.bufferRowLength = 3;
2700 // Introduce failure by setting bufferRowLength to a bad granularity value
2701 region.bufferRowLength = 3;
2706 region.bufferRowLength = 128;
4457 region.bufferRowLength = 128;
13821 region.bufferRowLength = 128;
13851 // BufferRowLength must be 0, or greater than or equal to the width member of imageExtent
13855 // Introduce failure by setting bufferRowLength > 0 but less than width
13856 region.bufferRowLength = 64;
13864 region.bufferRowLength = 128;