Searched refs:src_height_lod (Results 1 – 3 of 3) sorted by relevance
34 size_t src_height_lod = imageInfo->height; in test_copy_image_size_2D() local48 src_height_lod = ( imageInfo->height >> src_lod )? ( imageInfo->height >> src_lod ) : 1; in test_copy_image_size_2D()51 height_lod = ( src_height_lod > dst_height_lod ) ? dst_height_lod : src_height_lod; in test_copy_image_size_2D()87 src_height_lod = ( imageInfo->height >> src_lod )? ( imageInfo->height >> src_lod ) : 1; in test_copy_image_size_2D()90 height_lod = ( src_height_lod > dst_height_lod ) ? dst_height_lod : src_height_lod; in test_copy_image_size_2D()
34 size_t src_lod = 0, src_width_lod = imageInfo->width, src_height_lod = imageInfo->height; in test_copy_image_2D_array() local47 src_height_lod = ( imageInfo->height >> src_lod )? ( imageInfo->height >> src_lod ) : 1; in test_copy_image_2D_array()50 height_lod = ( src_height_lod > dst_height_lod ) ? dst_height_lod : src_height_lod; in test_copy_image_2D_array()
3456 size_t src_height_lod = 1/*srcImageInfo->height*/; in copy_image_data() local3473 … src_height_lod = (srcImageInfo->height >> src_lod ) ? ( srcImageInfo->height >> src_lod ): 1; in copy_image_data()3481 src_height_lod = (srcImageInfo->height >> src_lod ) ? ( srcImageInfo->height >> src_lod ): 1; in copy_image_data()3489 src_slice_pitch_lod = src_row_pitch_lod * src_height_lod; in copy_image_data()