Home
last modified time | relevance | path

Searched refs:slicePitch (Results 1 – 25 of 55) sorted by relevance

123

/external/OpenCL-CTS/test_conformance/images/clGetInfo/
Dtest_3D.cpp65 imageInfo.slicePitch = imageInfo.rowPitch * imageInfo.height; in test_get_image_info_3D()
71 …pth, j, (unsigned long)all_host_ptr_flags[j], (int)imageInfo.rowPitch, (int)imageInfo.slicePitch ); in test_get_image_info_3D()
75 …gle( context, &imageInfo, seed, all_host_ptr_flags[j], imageInfo.rowPitch, imageInfo.slicePitch ) ) in test_get_image_info_3D()
97 imageInfo.slicePitch = imageInfo.height * imageInfo.rowPitch; in test_get_image_info_3D()
103 …2 ], j, (unsigned long)all_host_ptr_flags[j], (int)imageInfo.rowPitch, (int)imageInfo.slicePitch ); in test_get_image_info_3D()
107 …gle( context, &imageInfo, seed, all_host_ptr_flags[j], imageInfo.rowPitch, imageInfo.slicePitch ) ) in test_get_image_info_3D()
127 imageInfo.slicePitch = imageInfo.rowPitch * imageInfo.height; in test_get_image_info_3D()
138 imageInfo.slicePitch = imageInfo.rowPitch * (imageInfo.height + extraHeight); in test_get_image_info_3D()
140 size = (cl_ulong)imageInfo.slicePitch * (cl_ulong)imageInfo.depth * 4 * 4; in test_get_image_info_3D()
146 …d long) all_host_ptr_flags[i], (int)imageInfo.rowPitch, (int)imageInfo.slicePitch, (int)maxWidth, … in test_get_image_info_3D()
[all …]
Dtest_1D_2D_array.cpp59 imageInfo.slicePitch = imageInfo.rowPitch; in test_get_image_info_1D_array()
90 imageInfo.slicePitch = imageInfo.rowPitch; in test_get_image_info_1D_array()
123 imageInfo.slicePitch = imageInfo.rowPitch; in test_get_image_info_1D_array()
125 size = (cl_ulong)imageInfo.slicePitch * (cl_ulong)imageInfo.arraySize * 4 * 4; in test_get_image_info_1D_array()
186 imageInfo.slicePitch = imageInfo.rowPitch * imageInfo.height; in test_get_image_info_2D_array()
218 imageInfo.slicePitch = imageInfo.height * imageInfo.rowPitch; in test_get_image_info_2D_array()
248 imageInfo.slicePitch = imageInfo.rowPitch * imageInfo.height; in test_get_image_info_2D_array()
259 imageInfo.slicePitch = imageInfo.rowPitch * (imageInfo.height + extraHeight); in test_get_image_info_2D_array()
261 size = (cl_ulong)imageInfo.slicePitch * (cl_ulong)imageInfo.arraySize * 4 * 4; in test_get_image_info_2D_array()
/external/OpenCL-CTS/test_conformance/images/clReadWriteImage/
Dtest_read_3D.cpp63 …ight, (int)imageInfo->depth, (int)imageInfo->rowPitch, (int)imageInfo->slicePitch, IGetErrorString… in test_read_image_3D()
80 fullImageSize = imageInfo->depth * imageInfo->slicePitch; in test_read_image_3D()
96 slice_pitch_lod = gTestMipmaps ? (row_pitch_lod * height_lod): imageInfo->slicePitch; in test_read_image_3D()
105 …, region, ( gEnablePitch ? imageInfo->rowPitch : 0 ), ( gEnablePitch ? imageInfo->slicePitch : 0 ), in test_read_image_3D()
188 imageInfo.slicePitch = imageInfo.rowPitch * imageInfo.height; in test_read_image_set_3D()
218 imageInfo.slicePitch = imageInfo.height * imageInfo.rowPitch; in test_read_image_set_3D()
244 imageInfo.slicePitch = imageInfo.rowPitch * imageInfo.height; in test_read_image_set_3D()
250 imageInfo.slicePitch = imageInfo.rowPitch * imageInfo.height; in test_read_image_set_3D()
258 … imageInfo.slicePitch = imageInfo.rowPitch * (imageInfo.height + extraHeight); in test_read_image_set_3D()
261 size = (cl_ulong)imageInfo.slicePitch * (cl_ulong)imageInfo.depth * 4 * 4; in test_read_image_set_3D()
[all …]
Dtest_read_2D_array.cpp64 …ight, (int)imageInfo->depth, (int)imageInfo->rowPitch, (int)imageInfo->slicePitch, IGetErrorString… in test_read_image_2D_array()
81 fullImageSize = imageInfo->arraySize * imageInfo->slicePitch; in test_read_image_2D_array()
95 slice_pitch_lod = gTestMipmaps ? (row_pitch_lod * height_lod): imageInfo->slicePitch; in test_read_image_2D_array()
183 imageInfo.slicePitch = imageInfo.rowPitch * imageInfo.height; in test_read_image_set_2D_array()
213 imageInfo.slicePitch = imageInfo.height * imageInfo.rowPitch; in test_read_image_set_2D_array()
240 imageInfo.slicePitch = imageInfo.rowPitch * imageInfo.height; in test_read_image_set_2D_array()
246 imageInfo.slicePitch = imageInfo.rowPitch * imageInfo.height; in test_read_image_set_2D_array()
254 … imageInfo.slicePitch = imageInfo.rowPitch * (imageInfo.height + extraHeight); in test_read_image_set_2D_array()
257 size = (cl_ulong)imageInfo.slicePitch * (cl_ulong)imageInfo.arraySize * 4 * 4; in test_read_image_set_2D_array()
262 …ght, (int)imageInfo.arraySize, (int)imageInfo.rowPitch, (int)imageInfo.slicePitch, (int)maxWidth, … in test_read_image_set_2D_array()
Dtest_read_1D_array.cpp81 fullImageSize = imageInfo->arraySize * imageInfo->slicePitch; in test_read_image_1D_array()
204 imageInfo.slicePitch = imageInfo.rowPitch; in test_read_image_set_1D_array()
232 imageInfo.slicePitch = imageInfo.rowPitch; in test_read_image_set_1D_array()
259 imageInfo.slicePitch = imageInfo.rowPitch; in test_read_image_set_1D_array()
270 imageInfo.slicePitch = imageInfo.rowPitch; in test_read_image_set_1D_array()
/external/OpenCL-CTS/test_conformance/images/clFillImage/
Dtest_fill_2D_array.cpp116 imageInfo.slicePitch = imageInfo.rowPitch * (imageInfo.height + slicePadding); in test_fill_image_set_2D_array()
151 imageInfo.slicePitch = imageInfo.rowPitch * (imageInfo.height + slicePadding); in test_fill_image_set_2D_array()
155 cl_ulong size = (cl_ulong)imageInfo.slicePitch * (cl_ulong)imageInfo.arraySize * 4 * 4; in test_fill_image_set_2D_array()
163 size = (cl_ulong)imageInfo.slicePitch * (cl_ulong)imageInfo.arraySize * 4 * 4; in test_fill_image_set_2D_array()
168 imageInfo.slicePitch = imageInfo.height * imageInfo.rowPitch; in test_fill_image_set_2D_array()
169 size = (cl_ulong)imageInfo.slicePitch * (cl_ulong)imageInfo.arraySize * 4 * 4; in test_fill_image_set_2D_array()
202 imageInfo.slicePitch = imageInfo.rowPitch * (imageInfo.height + slicePadding); in test_fill_image_set_2D_array()
204 size = (cl_ulong)imageInfo.slicePitch * (cl_ulong)imageInfo.arraySize * 4 * 4; in test_fill_image_set_2D_array()
208 …ght, (int)imageInfo.arraySize, (int)imageInfo.rowPitch, (int)imageInfo.slicePitch, (int)maxWidth, … in test_fill_image_set_2D_array()
Dtest_fill_generic.cpp49 imageDesc.image_slice_pitch = gEnablePitch ? imageInfo->slicePitch : 0; in create_image()
69 host_ptr = malloc( imageInfo->depth * imageInfo->slicePitch ); in create_image()
75 host_ptr = malloc( imageInfo->arraySize * imageInfo->slicePitch ); in create_image()
81 host_ptr = malloc( imageInfo->arraySize * imageInfo->slicePitch ); in create_image()
89 …eate backing store for pitched 3D image. %ld bytes\n", imageInfo->depth * imageInfo->slicePitch ); in create_image()
164 imageSize = imageInfo->slicePitch * imageInfo->arraySize; in create_image()
169 imageSize = imageInfo->slicePitch * imageInfo->depth; in create_image()
186 size_t sliceSize = imageInfo->slicePitch - scanlineSize * height; in create_image()
191 …if ((mappedRow == scanlineSize) && ((mappedSlice == imageInfo->slicePitch) || (imageInfo->depth==0… in create_image()
243 char *destPtr = (char *)imageValues + origin[ 2 ] * imageInfo->slicePitch in fill_region_with_value()
[all …]
Dtest_fill_3D.cpp116 imageInfo.slicePitch = imageInfo.rowPitch * (imageInfo.height + slicePadding); in test_fill_image_set_3D()
152 imageInfo.slicePitch = imageInfo.rowPitch * (imageInfo.height + slicePadding); in test_fill_image_set_3D()
184 imageInfo.slicePitch = imageInfo.rowPitch * (imageInfo.height + slicePadding); in test_fill_image_set_3D()
186 size = (cl_ulong)imageInfo.slicePitch * (cl_ulong)imageInfo.depth * 4 * 4; in test_fill_image_set_3D()
190 ….height, (int)imageInfo.depth, (int)imageInfo.rowPitch, (int)imageInfo.slicePitch, (int)maxWidth, … in test_fill_image_set_3D()
/external/OpenCL-CTS/test_conformance/images/kernel_image_methods/
Dtest_3D.cpp56 imageInfo.slicePitch = imageInfo.rowPitch * imageInfo.height; in test_get_image_info_3D()
82 imageInfo.slicePitch = imageInfo.height * imageInfo.rowPitch; in test_get_image_info_3D()
105 imageInfo.slicePitch = imageInfo.rowPitch * imageInfo.height; in test_get_image_info_3D()
116 imageInfo.slicePitch = imageInfo.rowPitch * (imageInfo.height + extraHeight); in test_get_image_info_3D()
118 size = (cl_ulong)imageInfo.slicePitch * (cl_ulong)imageInfo.depth * 4 * 4; in test_get_image_info_3D()
122 ….height, (int)imageInfo.depth, (int)imageInfo.rowPitch, (int)imageInfo.slicePitch, (int)maxWidth, … in test_get_image_info_3D()
Dtest_2D_array.cpp195 imageInfo.slicePitch = imageInfo.rowPitch * imageInfo.height; in test_get_image_info_2D_array()
221 imageInfo.slicePitch = imageInfo.height * imageInfo.rowPitch; in test_get_image_info_2D_array()
244 imageInfo.slicePitch = imageInfo.rowPitch * imageInfo.height; in test_get_image_info_2D_array()
255 imageInfo.slicePitch = imageInfo.rowPitch * (imageInfo.height + extraHeight); in test_get_image_info_2D_array()
257 size = (cl_ulong)imageInfo.slicePitch * (cl_ulong)imageInfo.arraySize * 4 * 4; in test_get_image_info_2D_array()
261 …ght, (int)imageInfo.arraySize, (int)imageInfo.rowPitch, (int)imageInfo.slicePitch, (int)maxWidth, … in test_get_image_info_2D_array()
Dtest_1D_array.cpp165 imageInfo.height = imageInfo.depth = imageInfo.slicePitch = 0; in test_get_image_info_1D_array()
183 imageInfo.slicePitch = imageInfo.rowPitch; in test_get_image_info_1D_array()
208 imageInfo.slicePitch = imageInfo.rowPitch; in test_get_image_info_1D_array()
238 imageInfo.slicePitch = imageInfo.rowPitch; in test_get_image_info_1D_array()
/external/OpenCL-CTS/test_conformance/images/samplerlessReads/
Dtest_read_2D_array.cpp75 image_desc.image_slice_pitch = ( gEnablePitch ? imageInfo->slicePitch : 0 ); in test_read_image_2D_array()
81 …, (int)imageInfo->arraySize, (int)imageInfo->rowPitch, (int)imageInfo->slicePitch, IGetErrorString… in test_read_image_2D_array()
95 …, (int)imageInfo->arraySize, (int)imageInfo->rowPitch, (int)imageInfo->slicePitch, IGetErrorString… in test_read_image_2D_array()
255 imageInfo.slicePitch = imageInfo.rowPitch * imageInfo.height; in test_read_image_set_2D_array()
281 imageInfo.slicePitch = imageInfo.height * imageInfo.rowPitch; in test_read_image_set_2D_array()
304 imageInfo.slicePitch = imageInfo.rowPitch * imageInfo.height; in test_read_image_set_2D_array()
312 imageInfo.slicePitch = imageInfo.rowPitch * (imageInfo.height + extraHeight); in test_read_image_set_2D_array()
315 size = (cl_ulong)imageInfo.slicePitch * (cl_ulong)imageInfo.arraySize * 4 * 4; in test_read_image_set_2D_array()
319 …ght, (int)imageInfo.arraySize, (int)imageInfo.rowPitch, (int)imageInfo.slicePitch, (int)maxWidth, … in test_read_image_set_2D_array()
Dtest_read_3D.cpp74 image_desc.image_slice_pitch = ( gEnablePitch ? imageInfo->slicePitch : 0 ); in test_read_image_3D()
80 …ight, (int)imageInfo->depth, (int)imageInfo->rowPitch, (int)imageInfo->slicePitch, IGetErrorString… in test_read_image_3D()
94 …ight, (int)imageInfo->depth, (int)imageInfo->rowPitch, (int)imageInfo->slicePitch, IGetErrorString… in test_read_image_3D()
258 imageInfo.slicePitch = imageInfo.rowPitch * imageInfo.height; in test_read_image_set_3D()
284 imageInfo.slicePitch = imageInfo.height * imageInfo.rowPitch; in test_read_image_set_3D()
307 imageInfo.slicePitch = imageInfo.rowPitch * imageInfo.height; in test_read_image_set_3D()
315 imageInfo.slicePitch = imageInfo.rowPitch * (imageInfo.height + extraHeight); in test_read_image_set_3D()
318 size = (cl_ulong)imageInfo.slicePitch * (cl_ulong)imageInfo.depth * 4 * 4; in test_read_image_set_3D()
322 ….height, (int)imageInfo.depth, (int)imageInfo.rowPitch, (int)imageInfo.slicePitch, (int)maxWidth, … in test_read_image_set_3D()
/external/OpenCL-CTS/test_conformance/images/clCopyImage/
Dtest_copy_generic.cpp45 imageDesc.image_slice_pitch = gEnablePitch ? imageInfo->slicePitch : 0; in create_image()
66 host_ptr = malloc( imageInfo->depth * imageInfo->slicePitch ); in create_image()
72 host_ptr = malloc( imageInfo->arraySize * imageInfo->slicePitch ); in create_image()
78 host_ptr = malloc( imageInfo->arraySize * imageInfo->slicePitch ); in create_image()
89 …eate backing store for pitched 3D image. %ld bytes\n", imageInfo->depth * imageInfo->slicePitch ); in create_image()
146 slice_pitch_lod = imageInfo->slicePitch; in create_image()
311 srcBytes = srcImageInfo->depth * srcImageInfo->slicePitch; in test_copy_image_generic()
314 srcBytes = srcImageInfo->arraySize * srcImageInfo->slicePitch; in test_copy_image_generic()
317 srcBytes = srcImageInfo->arraySize * srcImageInfo->slicePitch; in test_copy_image_generic()
364 destImageSize = dstImageInfo->depth * dstImageInfo->slicePitch; in test_copy_image_generic()
[all …]
Dtest_copy_3D.cpp91 imageInfo.slicePitch = imageInfo.rowPitch * (imageInfo.height + slicePadding); in test_copy_image_set_3D()
131 imageInfo.slicePitch = imageInfo.rowPitch * (imageInfo.height + slicePadding); in test_copy_image_set_3D()
159 imageInfo.slicePitch = imageInfo.height * imageInfo.rowPitch; in test_copy_image_set_3D()
175 imageInfo.slicePitch = imageInfo.rowPitch * (imageInfo.height + slicePadding); in test_copy_image_set_3D()
177 size = (cl_ulong)imageInfo.slicePitch * (cl_ulong)imageInfo.depth * 4 * 4; in test_copy_image_set_3D()
182 ….height, (int)imageInfo.depth, (int)imageInfo.rowPitch, (int)imageInfo.slicePitch, (int)maxWidth, … in test_copy_image_set_3D()
Dtest_copy_2D_array.cpp105 imageInfo.slicePitch = imageInfo.rowPitch * (imageInfo.height + slicePadding); in test_copy_image_set_2D_array()
146 imageInfo.slicePitch = imageInfo.rowPitch * (imageInfo.height + slicePadding); in test_copy_image_set_2D_array()
173 imageInfo.slicePitch = imageInfo.rowPitch * imageInfo.height; in test_copy_image_set_2D_array()
188 imageInfo.slicePitch = imageInfo.rowPitch * (imageInfo.height + slicePadding); in test_copy_image_set_2D_array()
190 size = (cl_ulong)imageInfo.slicePitch * (cl_ulong)imageInfo.arraySize * 4 * 4; in test_copy_image_set_2D_array()
195 …ght, (int)imageInfo.arraySize, (int)imageInfo.rowPitch, (int)imageInfo.slicePitch, (int)maxWidth, … in test_copy_image_set_2D_array()
Dtest_copy_3D_2D_array.cpp48 imageInfo->slicePitch = imageInfo->rowPitch * (imageInfo->height + slicePadding); in set_image_dimensions()
282 srcImageInfo.slicePitch = srcImageInfo.rowPitch * srcImageInfo.height; in test_copy_image_set_3D_2D_array()
284 dstImageInfo.slicePitch = dstImageInfo.rowPitch * dstImageInfo.height; in test_copy_image_set_3D_2D_array()
321 cl_ulong dstSize = (cl_ulong)dstImageInfo.slicePitch * (cl_ulong)dstImageInfo.arraySize; in test_copy_image_set_3D_2D_array()
322 cl_ulong srcSize = (cl_ulong)srcImageInfo.slicePitch * (cl_ulong)srcImageInfo.depth; in test_copy_image_set_3D_2D_array()
331 srcImageInfo.slicePitch = srcImageInfo.rowPitch * srcImageInfo.height; in test_copy_image_set_3D_2D_array()
333 dstImageInfo.slicePitch = dstImageInfo.rowPitch * dstImageInfo.height; in test_copy_image_set_3D_2D_array()
396 srcImageInfo.slicePitch = srcImageInfo.rowPitch * srcImageInfo.height; in test_copy_image_set_3D_2D_array()
398 dstImageInfo.slicePitch = dstImageInfo.rowPitch * dstImageInfo.height; in test_copy_image_set_3D_2D_array()
407 srcSize = (cl_ulong)srcImageInfo.slicePitch * (cl_ulong)srcImageInfo.depth * 4; in test_copy_image_set_3D_2D_array()
[all …]
Dtest_copy_2D_2D_array.cpp50 imageInfo->slicePitch = 0; in set_image_dimensions()
55 imageInfo->slicePitch = imageInfo->rowPitch * (imageInfo->height + slicePadding); in set_image_dimensions()
258 srcImageInfo.slicePitch = 0; in test_copy_image_set_2D_2D_array()
260 dstImageInfo.slicePitch = dstImageInfo.rowPitch * dstImageInfo.height; in test_copy_image_set_2D_2D_array()
311 srcImageInfo.slicePitch = 0; in test_copy_image_set_2D_2D_array()
313 dstImageInfo.slicePitch = dstImageInfo.rowPitch * dstImageInfo.height; in test_copy_image_set_2D_2D_array()
377 srcImageInfo.slicePitch = 0; in test_copy_image_set_2D_2D_array()
379 dstImageInfo.slicePitch = dstImageInfo.rowPitch * dstImageInfo.height; in test_copy_image_set_2D_2D_array()
389 … dstSize = (cl_ulong)dstImageInfo.slicePitch * (cl_ulong)dstImageInfo.arraySize * 4; in test_copy_image_set_2D_2D_array()
Dtest_copy_2D_3D.cpp47 imageInfo->slicePitch = imageInfo->rowPitch * (imageInfo->height + slicePadding); in set_image_dimensions()
264 srcImageInfo.slicePitch = 0; in test_copy_image_set_2D_3D()
266 dstImageInfo.slicePitch = dstImageInfo.rowPitch * dstImageInfo.height; in test_copy_image_set_2D_3D()
311 srcImageInfo.slicePitch = 0; in test_copy_image_set_2D_3D()
313 dstImageInfo.slicePitch = dstImageInfo.rowPitch * dstImageInfo.height; in test_copy_image_set_2D_3D()
364 srcImageInfo.slicePitch = 0; in test_copy_image_set_2D_3D()
366 dstImageInfo.slicePitch = dstImageInfo.rowPitch * dstImageInfo.height; in test_copy_image_set_2D_3D()
376 dstSize = (cl_ulong)dstImageInfo.slicePitch * (cl_ulong)dstImageInfo.depth * 4; in test_copy_image_set_2D_3D()
Dtest_copy_1D_array.cpp150 imageInfo.slicePitch = imageInfo.rowPitch; in test_copy_image_set_1D_array()
189 imageInfo.slicePitch = imageInfo.rowPitch; in test_copy_image_set_1D_array()
215 imageInfo.slicePitch = imageInfo.rowPitch; in test_copy_image_set_1D_array()
231 imageInfo.slicePitch = imageInfo.rowPitch; in test_copy_image_set_1D_array()
/external/OpenCL-CTS/test_conformance/images/kernel_read_write/
Dtest_write_2D_array.cpp323 resultSize = imageInfo->slicePitch *imageInfo->arraySize; in test_write_image_2D_array()
334 …ion, gEnablePitch ? imageInfo->rowPitch : 0, gEnablePitch ? imageInfo->slicePitch : 0, resultValue… in test_write_image_2D_array()
350 … resultPtr = (char*)resultValues + y * imageInfo->rowPitch + z * imageInfo->slicePitch; in test_write_image_2D_array()
579 imageInfo.slicePitch = 0; in test_write_image_2D_array_set()
632 imageInfo.slicePitch = imageInfo.height * imageInfo.rowPitch; in test_write_image_2D_array_set()
661 imageInfo.slicePitch = imageInfo.height * imageInfo.rowPitch; in test_write_image_2D_array_set()
678 imageInfo.slicePitch = imageInfo.height * imageInfo.rowPitch; in test_write_image_2D_array_set()
710 imageInfo.slicePitch = imageInfo.height * imageInfo.rowPitch; in test_write_image_2D_array_set()
716 imageInfo.slicePitch = imageInfo.height * imageInfo.rowPitch; in test_write_image_2D_array_set()
718 imageInfo.slicePitch += extraWidth * imageInfo.rowPitch; in test_write_image_2D_array_set()
[all …]
Dtest_write_3D.cpp330 resultSize = imageInfo->slicePitch *imageInfo->depth; in test_write_image_3D()
341 …ion, gEnablePitch ? imageInfo->rowPitch : 0, gEnablePitch ? imageInfo->slicePitch : 0, resultValue… in test_write_image_3D()
357 … resultPtr = (char *)resultValues + y * imageInfo->rowPitch + z * imageInfo->slicePitch; in test_write_image_3D()
638 imageInfo.slicePitch = imageInfo.height * imageInfo.rowPitch; in test_write_image_3D_set()
667 imageInfo.slicePitch = imageInfo.height * imageInfo.rowPitch; in test_write_image_3D_set()
684 imageInfo.slicePitch = imageInfo.height * imageInfo.rowPitch; in test_write_image_3D_set()
711 imageInfo.slicePitch = imageInfo.height * imageInfo.rowPitch; in test_write_image_3D_set()
717 imageInfo.slicePitch = imageInfo.height * imageInfo.rowPitch; in test_write_image_3D_set()
719 imageInfo.slicePitch += extraWidth * imageInfo.rowPitch; in test_write_image_3D_set()
722 size = (size_t)imageInfo.slicePitch * (size_t)imageInfo.depth * 4; in test_write_image_3D_set()
[all …]
Dtest_read_2D_array.cpp362 ( gEnablePitch ? imageInfo->slicePitch : 0 ), in test_read_image_2D_array()
371 …, (int)imageInfo->arraySize, (int)imageInfo->rowPitch, (int)imageInfo->slicePitch, IGetErrorString… in test_read_image_2D_array()
389 ( gEnablePitch ? imageInfo->slicePitch : 0 ), in test_read_image_2D_array()
393 …, (int)imageInfo->arraySize, (int)imageInfo->rowPitch, (int)imageInfo->slicePitch, IGetErrorString… in test_read_image_2D_array()
416 …, (int)imageInfo->arraySize, (int)imageInfo->rowPitch, (int)imageInfo->slicePitch, IGetErrorString… in test_read_image_2D_array()
429 ( gEnablePitch ? imageInfo->slicePitch : 0 ), in test_read_image_2D_array()
433 …, (int)imageInfo->arraySize, (int)imageInfo->rowPitch, (int)imageInfo->slicePitch, IGetErrorString… in test_read_image_2D_array()
471 … origin, region, gEnablePitch ? imageInfo->rowPitch : 0, gEnablePitch ? imageInfo->slicePitch : 0, in test_read_image_2D_array()
1410 imageInfo.slicePitch = imageInfo.rowPitch * imageInfo.height; in test_read_image_set_2D_array()
1439 imageInfo.slicePitch = imageInfo.height * imageInfo.rowPitch; in test_read_image_set_2D_array()
[all …]
Dtest_read_3D.cpp369 … ( gEnablePitch ? imageInfo->slicePitch : 0 ), maxImageUseHostPtrBackingStore, &error ); in test_read_image_3D()
377 …ight, (int)imageInfo->depth, (int)imageInfo->rowPitch, (int)imageInfo->slicePitch, IGetErrorString… in test_read_image_3D()
395 ( gEnablePitch ? imageInfo->slicePitch : 0 ), in test_read_image_3D()
399 …ight, (int)imageInfo->depth, (int)imageInfo->rowPitch, (int)imageInfo->slicePitch, IGetErrorString… in test_read_image_3D()
415 ( gEnablePitch ? imageInfo->slicePitch : 0 ), in test_read_image_3D()
419 …ight, (int)imageInfo->depth, (int)imageInfo->rowPitch, (int)imageInfo->slicePitch, IGetErrorString… in test_read_image_3D()
439 …ight, (int)imageInfo->depth, (int)imageInfo->rowPitch, (int)imageInfo->slicePitch, IGetErrorString… in test_read_image_3D()
458 … origin, region, gEnablePitch ? imageInfo->rowPitch : 0, gEnablePitch ? imageInfo->slicePitch : 0, in test_read_image_3D()
1249 imageInfo.slicePitch = imageInfo.rowPitch * imageInfo.height; in test_read_image_set_3D()
1278 imageInfo.slicePitch = imageInfo.height * imageInfo.rowPitch; in test_read_image_set_3D()
[all …]
/external/deqp/modules/gles31/functional/
Des31fTextureSpecificationTests.cpp434 int slicePitch = imageHeight*rowPitch; in createTexture() local
442 data.resize(slicePitch*(m_depth+m_skipImages) + m_offset); in createTexture()
449 …cess(m_texFormat, m_size, m_size, m_depth, rowPitch, slicePitch, &data[0] + m_skipImages*slicePitc… in createTexture()
536 int slicePitch = rowPitch*m_size; in createTexture() local
538 data.resize(slicePitch*m_depth); in createTexture()
539 …tcu::PixelBufferAccess(m_texFormat, m_size, m_size, m_depth, rowPitch, slicePitch, &data[0]), m_te… in createTexture()
549 int slicePitch = imageHeight*rowPitch; in createTexture() local
555 data.resize(slicePitch*(m_depth+m_skipImages) + m_offset); in createTexture()
556 …ccess(m_texFormat, m_subW, m_subH, m_subD, rowPitch, slicePitch, &data[0] + m_skipImages*slicePitc… in createTexture()
728 int slicePitch = imageHeight*rowPitch; in createTexture() local
[all …]

123