Searched refs:rgba16_outptr (Results 1 – 5 of 5) sorted by relevance
/external/OpenCL-CTS/test_conformance/basic/ |
D | test_imagecopy3d.cpp | 113 unsigned short *rgba16_inptr, *rgba16_outptr; in test_imagecopy3d() local 133 rgba16_outptr = (unsigned short*)malloc(sizeof(unsigned short) * num_elements); in test_imagecopy3d() 170 outp = (void *)rgba16_outptr; in test_imagecopy3d() 209 err = verify_uint16_image(rgba16_inptr, rgba16_outptr, num_elements); in test_imagecopy3d() 226 free(rgba16_outptr); in test_imagecopy3d()
|
D | test_imagecopy.cpp | 113 unsigned short *rgba16_inptr, *rgba16_outptr; in test_imagecopy() local 130 rgba16_outptr = (unsigned short*)malloc(sizeof(unsigned short) * 4 * img_width * img_height); in test_imagecopy() 174 outp = (void *)rgba16_outptr; in test_imagecopy() 214 err = verify_rgba16_image(rgba16_inptr, rgba16_outptr, img_width, img_height); in test_imagecopy() 229 free(rgba16_outptr); in test_imagecopy()
|
D | test_imagerandomcopy.cpp | 125 unsigned short *rgba16_inptr, *rgba16_outptr; in test_imagerandomcopy() local 144 rgba16_outptr = (unsigned short*)malloc(sizeof(unsigned short) * 4 * img_width * img_height); in test_imagerandomcopy() 187 outp = (void *)rgba16_outptr; in test_imagerandomcopy() 244 … err = verify_rgba16_image(rgba16_inptr, rgba16_outptr, x[0], y[0], delta_w, delta_h, img_width); in test_imagerandomcopy() 264 free(rgba16_outptr); in test_imagerandomcopy()
|
D | test_imagereadwrite.cpp | 196 unsigned short *rgba16_inptr, *rgba16_outptr; in test_imagereadwrite() local 213 rgba16_outptr = (unsigned short*)malloc(sizeof(unsigned short) * 4 * img_width * img_height); in test_imagereadwrite() 300 outp = (void *)rgba16_outptr; in test_imagereadwrite() 386 err = verify_rgba16_image(rgba16_inptr, rgba16_outptr, img_width, img_height); in test_imagereadwrite() 411 free(rgba16_outptr); in test_imagereadwrite()
|
D | test_imagereadwrite3d.cpp | 204 unsigned short *rgba16_inptr, *rgba16_outptr; in test_imagereadwrite3d() local 223 …rgba16_outptr = (unsigned short*)malloc(sizeof(unsigned short) * 4 * img_width * img_height * img_… in test_imagereadwrite3d() 307 outp = (void *)rgba16_outptr; in test_imagereadwrite3d() 382 … err = verify_rgba16_image(rgba16_inptr, rgba16_outptr, img_width, img_height, img_depth); in test_imagereadwrite3d() 408 free(rgba16_outptr); in test_imagereadwrite3d()
|