Searched refs:dst_width_lod (Results 1 – 6 of 6) sorted by relevance
34 size_t dst_lod = 0, dst_width_lod = imageInfo->width, dst_row_pitch_lod; in test_copy_image_size_1D() local45 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()
34 size_t dst_lod = 0, dst_width_lod = imageInfo->width, dst_row_pitch_lod; in test_copy_image_size_1D_array() local45 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()
35 size_t dst_lod = 0, dst_width_lod = imageInfo->width, dst_row_pitch_lod; in test_copy_image_size_2D() local47 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()
35 size_t dst_lod = 0, dst_width_lod = imageInfo->width, dst_height_lod = imageInfo->height; in test_copy_image_2D_array() local46 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()
529 … size_t dst_width_lod = (dstImageInfo->width >> dst_lod)?(dstImageInfo->width >> dst_lod) : 1; in test_copy_image_generic() local531 scanlineSize = dst_width_lod * get_pixel_size(dstImageInfo->format); in test_copy_image_generic()
3494 size_t dst_width_lod = 1/*dstImageInfo->width*/; in copy_image_data() local3502 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()