Home
last modified time | relevance | path

Searched refs:dst_height_lod (Results 1 – 4 of 4) sorted by relevance

/external/OpenCL-CTS/test_conformance/images/clCopyImage/
Dtest_copy_2D.cpp28 size_t dst_height_lod = imageInfo->height; in test_copy_image_size_2D() local
41 dst_height_lod = ( imageInfo->height >> dst_lod )? ( imageInfo->height >> dst_lod ) : 1; in test_copy_image_size_2D()
43 height_lod = ( src_height_lod > dst_height_lod ) ? dst_height_lod : src_height_lod; in test_copy_image_size_2D()
80 dst_height_lod = ( imageInfo->height >> dst_lod )? ( imageInfo->height >> dst_lod ) : 1; in test_copy_image_size_2D()
82 height_lod = ( src_height_lod > dst_height_lod ) ? dst_height_lod : src_height_lod; in test_copy_image_size_2D()
Dtest_copy_2D_array.cpp28 size_t dst_lod = 0, dst_width_lod = imageInfo->width, dst_height_lod = imageInfo->height; in test_copy_image_2D_array() local
41 dst_height_lod = ( imageInfo->height >> dst_lod )? ( imageInfo->height >> dst_lod ) : 1; in test_copy_image_2D_array()
43 height_lod = ( src_height_lod > dst_height_lod ) ? dst_height_lod : src_height_lod; in test_copy_image_2D_array()
Dtest_copy_generic.cpp505 size_t dst_height_lod = dstImageInfo->height; in test_copy_image_generic() local
509 dst_height_lod = (dstImageInfo->height >> dst_lod)?(dstImageInfo->height >> dst_lod) : 1; in test_copy_image_generic()
512 slicePitch = rowPitch * dst_height_lod; in test_copy_image_generic()
569 sourcePtr += slicePitch - rowPitch * dst_height_lod; in test_copy_image_generic()
570 destPtr += mappedSlice - mappedRow * dst_height_lod; in test_copy_image_generic()
/external/OpenCL-CTS/test_common/harness/
DimageHelpers.cpp3555 size_t dst_height_lod = 1 /*dstImageInfo->height*/; in copy_image_data() local
3575 dst_height_lod = (dstImageInfo->height >> dst_lod) in copy_image_data()
3587 dst_height_lod = (dstImageInfo->height >> dst_lod) in copy_image_data()
3599 dst_slice_pitch_lod = dst_row_pitch_lod * dst_height_lod; in copy_image_data()