Home
last modified time | relevance | path

Searched refs:dst_width_lod (Results 1 – 6 of 6) sorted by relevance

/external/OpenCL-CTS/test_conformance/images/clCopyImage/
Dtest_copy_1D.cpp34 size_t dst_lod = 0, dst_width_lod = imageInfo->width, dst_row_pitch_lod; in test_copy_image_size_1D() local
45 dst_width_lod = ( imageInfo->width >> dst_lod )? ( imageInfo->width >> dst_lod ) : 1; in test_copy_image_size_1D()
46 width_lod = ( src_width_lod > dst_width_lod ) ? dst_width_lod : src_width_lod; in test_copy_image_size_1D()
48 dst_row_pitch_lod = dst_width_lod * get_pixel_size( imageInfo->format ); in test_copy_image_size_1D()
80 dst_width_lod = ( imageInfo->width >> dst_lod )? ( imageInfo->width >> dst_lod ) : 1; in test_copy_image_size_1D()
81 width_lod = ( src_width_lod > dst_width_lod ) ? dst_width_lod : src_width_lod; in test_copy_image_size_1D()
Dtest_copy_1D_array.cpp34 size_t dst_lod = 0, dst_width_lod = imageInfo->width, dst_row_pitch_lod; in test_copy_image_size_1D_array() local
45 dst_width_lod = ( imageInfo->width >> dst_lod )? ( imageInfo->width >> dst_lod ) : 1; in test_copy_image_size_1D_array()
46 width_lod = ( src_width_lod > dst_width_lod ) ? dst_width_lod : src_width_lod; in test_copy_image_size_1D_array()
48 dst_row_pitch_lod = dst_width_lod * get_pixel_size( imageInfo->format ); in test_copy_image_size_1D_array()
80 dst_width_lod = ( imageInfo->width >> dst_lod )? ( imageInfo->width >> dst_lod ) : 1; in test_copy_image_size_1D_array()
81 width_lod = ( src_width_lod > dst_width_lod ) ? dst_width_lod : src_width_lod; in test_copy_image_size_1D_array()
Dtest_copy_2D.cpp35 size_t dst_lod = 0, dst_width_lod = imageInfo->width, dst_row_pitch_lod; in test_copy_image_size_2D() local
47 dst_width_lod = ( imageInfo->width >> dst_lod )? ( imageInfo->width >> dst_lod ) : 1; in test_copy_image_size_2D()
50 width_lod = ( src_width_lod > dst_width_lod ) ? dst_width_lod : src_width_lod; in test_copy_image_size_2D()
53 dst_row_pitch_lod = dst_width_lod * get_pixel_size( imageInfo->format ); in test_copy_image_size_2D()
86 dst_width_lod = ( imageInfo->width >> dst_lod )? ( imageInfo->width >> dst_lod ) : 1; in test_copy_image_size_2D()
89 width_lod = ( src_width_lod > dst_width_lod ) ? dst_width_lod : src_width_lod; in test_copy_image_size_2D()
Dtest_copy_2D_array.cpp35 size_t dst_lod = 0, dst_width_lod = imageInfo->width, dst_height_lod = imageInfo->height; in test_copy_image_2D_array() local
46 dst_width_lod = ( imageInfo->width >> dst_lod )? ( imageInfo->width >> dst_lod ) : 1; in test_copy_image_2D_array()
49 width_lod = ( src_width_lod > dst_width_lod ) ? dst_width_lod : src_width_lod; in test_copy_image_2D_array()
Dtest_copy_generic.cpp529 … size_t dst_width_lod = (dstImageInfo->width >> dst_lod)?(dstImageInfo->width >> dst_lod) : 1; in test_copy_image_generic() local
531 scanlineSize = dst_width_lod * get_pixel_size(dstImageInfo->format); in test_copy_image_generic()
/external/OpenCL-CTS/test_common/harness/
DimageHelpers.cpp3494 size_t dst_width_lod = 1/*dstImageInfo->width*/; in copy_image_data() local
3502 dst_width_lod = (dstImageInfo->width >> dst_lod ) ? ( dstImageInfo->width >> dst_lod ): 1; in copy_image_data()
3509 dst_width_lod = (dstImageInfo->width >> dst_lod ) ? ( dstImageInfo->width >> dst_lod ): 1; in copy_image_data()
3518 dst_width_lod = (dstImageInfo->width >> dst_lod ) ? ( dstImageInfo->width >> dst_lod ): 1; in copy_image_data()
3526 dst_row_pitch_lod = dst_width_lod * get_pixel_size( dstImageInfo->format); in copy_image_data()