Searched defs:depth_lod (Results 1 – 8 of 8) sorted by relevance
/external/OpenCL-CTS/test_conformance/images/clReadWriteImage/ |
D | test_read_3D.cpp | 90 size_t width_lod, height_lod, depth_lod, row_pitch_lod, slice_pitch_lod; in test_read_image_3D() local
|
D | test_read_2D_array.cpp | 90 size_t width_lod, height_lod, depth_lod, row_pitch_lod, slice_pitch_lod; in test_read_image_2D_array() local
|
/external/OpenCL-CTS/test_conformance/images/clCopyImage/ |
D | test_copy_3D_2D_array.cpp | 78 size_t width_lod = 0, height_lod = 0, depth_lod = 0; in test_copy_image_size_3D_2D_array() local
|
D | test_copy_2D_3D.cpp | 77 size_t threeImage_height_lod = threeImage->height, depth_lod = threeImage->depth; in test_copy_image_size_2D_3D() local
|
/external/OpenCL-CTS/test_conformance/images/kernel_read_write/ |
D | test_read_3D.cpp | 290 size_t width_lod, height_lod, depth_lod; in InitFloatCoords() local 544 … size_t width_lod = imageInfo->width, height_lod = imageInfo->height, depth_lod = imageInfo->depth; in test_read_image_3D() local
|
D | test_write_3D.cpp | 294 size_t depth_lod = imageInfo->depth; in test_write_image_3D() local
|
/external/OpenCL-CTS/test_common/harness/ |
D | imageHelpers.h | 158 …size_t width_lod = imageInfo->width, height_lod = imageInfo->height, depth_lod = imageInfo->depth,… in read_image_pixel() local
|
D | imageHelpers.cpp | 1376 … size_t width_lod = imageInfo->width, height_lod = imageInfo->height, depth_lod = imageInfo->depth; in read_image_pixel_float() local 1941 … size_t width_lod = imageInfo->width, height_lod = imageInfo->height, depth_lod = imageInfo->depth; in sample_image_pixel_float_offset() local
|