Home
last modified time | relevance | path

Searched refs:src_width_lod (Results 1 – 5 of 5) sorted by relevance

/external/OpenCL-CTS/test_conformance/images/clCopyImage/
Dtest_copy_1D.cpp25 size_t src_lod = 0, src_width_lod = imageInfo->width, src_row_pitch_lod; in test_copy_image_size_1D() local
36 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()
Dtest_copy_2D.cpp25 size_t src_lod = 0, src_width_lod = imageInfo->width, src_row_pitch_lod; in test_copy_image_size_2D() local
38 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()
Dtest_copy_1D_array.cpp25 size_t src_lod = 0, src_width_lod = imageInfo->width, src_row_pitch_lod; in test_copy_image_size_1D_array() local
36 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()
Dtest_copy_2D_array.cpp27 size_t src_lod = 0, src_width_lod = imageInfo->width, src_height_lod = imageInfo->height; in test_copy_image_2D_array() local
38 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()
/external/OpenCL-CTS/test_common/harness/
DimageHelpers.cpp3503 size_t src_width_lod = 1 /*srcImageInfo->width*/; in copy_image_data() local
3512 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()