Searched refs:src_width_lod (Results 1 – 5 of 5) sorted by relevance
25 size_t src_lod = 0, src_width_lod = imageInfo->width, src_row_pitch_lod; in test_copy_image_size_1D() local36 src_width_lod = ( imageInfo->width >> src_lod )? ( imageInfo->width >> src_lod ) : 1; in test_copy_image_size_1D()38 width_lod = ( src_width_lod > dst_width_lod ) ? dst_width_lod : src_width_lod; in test_copy_image_size_1D()39 src_row_pitch_lod = src_width_lod * get_pixel_size( imageInfo->format ); in test_copy_image_size_1D()71 src_width_lod = ( imageInfo->width >> src_lod )? ( imageInfo->width >> src_lod ) : 1; in test_copy_image_size_1D()73 width_lod = ( src_width_lod > dst_width_lod ) ? dst_width_lod : src_width_lod; in test_copy_image_size_1D()
25 size_t src_lod = 0, src_width_lod = imageInfo->width, src_row_pitch_lod; in test_copy_image_size_2D() local38 src_width_lod = ( imageInfo->width >> src_lod )? ( imageInfo->width >> src_lod ) : 1; in test_copy_image_size_2D()42 width_lod = ( src_width_lod > dst_width_lod ) ? dst_width_lod : src_width_lod; in test_copy_image_size_2D()44 src_row_pitch_lod = src_width_lod * get_pixel_size( imageInfo->format ); in test_copy_image_size_2D()77 src_width_lod = ( imageInfo->width >> src_lod )? ( imageInfo->width >> src_lod ) : 1; in test_copy_image_size_2D()81 width_lod = ( src_width_lod > dst_width_lod ) ? dst_width_lod : src_width_lod; in test_copy_image_size_2D()
25 size_t src_lod = 0, src_width_lod = imageInfo->width, src_row_pitch_lod; in test_copy_image_size_1D_array() local36 src_width_lod = ( imageInfo->width >> src_lod )? ( imageInfo->width >> src_lod ) : 1; in test_copy_image_size_1D_array()38 width_lod = ( src_width_lod > dst_width_lod ) ? dst_width_lod : src_width_lod; in test_copy_image_size_1D_array()39 src_row_pitch_lod = src_width_lod * get_pixel_size( imageInfo->format ); in test_copy_image_size_1D_array()71 src_width_lod = ( imageInfo->width >> src_lod )? ( imageInfo->width >> src_lod ) : 1; in test_copy_image_size_1D_array()73 width_lod = ( src_width_lod > dst_width_lod ) ? dst_width_lod : src_width_lod; in test_copy_image_size_1D_array()
27 size_t src_lod = 0, src_width_lod = imageInfo->width, src_height_lod = imageInfo->height; in test_copy_image_2D_array() local38 src_width_lod = ( imageInfo->width >> src_lod )? ( imageInfo->width >> src_lod ) : 1; in test_copy_image_2D_array()42 width_lod = ( src_width_lod > dst_width_lod ) ? dst_width_lod : src_width_lod; in test_copy_image_2D_array()
3503 size_t src_width_lod = 1 /*srcImageInfo->width*/; in copy_image_data() local3512 src_width_lod = (srcImageInfo->width >> src_lod) in copy_image_data()3521 src_width_lod = (srcImageInfo->width >> src_lod) in copy_image_data()3534 src_width_lod = (srcImageInfo->width >> src_lod) in copy_image_data()3548 src_width_lod * get_pixel_size(srcImageInfo->format); in copy_image_data()