Home
last modified time | relevance | path

Searched refs:src_height_lod (Results 1 – 3 of 3) sorted by relevance

/external/OpenCL-CTS/test_conformance/images/clCopyImage/
Dtest_copy_2D.cpp34 size_t src_height_lod = imageInfo->height; in test_copy_image_size_2D() local
48 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()
Dtest_copy_2D_array.cpp34 size_t src_lod = 0, src_width_lod = imageInfo->width, src_height_lod = imageInfo->height; in test_copy_image_2D_array() local
47 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()
/external/OpenCL-CTS/test_common/harness/
DimageHelpers.cpp3456 size_t src_height_lod = 1/*srcImageInfo->height*/; in copy_image_data() local
3473src_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()