Home
last modified time | relevance | path

Searched refs:common_formats (Results 1 – 8 of 8) sorted by relevance

/external/OpenCL-CTS/test_conformance/gl/
Dtest_images_1D.cpp51 size_t nformats = sizeof(common_formats) / sizeof(common_formats[0]); in test_images_read_1D()
60 return test_images_read_common(device, context, queue, common_formats, in test_images_read_1D()
69 size_t nformats = sizeof(common_formats) / sizeof(common_formats[0]); in test_images_write_1D()
75 return test_images_write_common( device, context, queue, common_formats, in test_images_write_1D()
82 size_t nformats = sizeof(common_formats) / sizeof(common_formats[0]); in test_images_1D_getinfo()
91 return test_images_get_info_common( device, context, queue, common_formats, in test_images_1D_getinfo()
98 size_t nformats = sizeof(common_formats) / sizeof(common_formats[0]); in test_images_read_texturebuffer()
107 return test_images_read_common(device, context, queue, common_formats, in test_images_read_texturebuffer()
116 size_t nformats = sizeof(common_formats) / sizeof(common_formats[0]); in test_images_write_texturebuffer()
122 return test_images_write_common( device, context, queue, common_formats, in test_images_write_texturebuffer()
[all …]
Dtest_images_2D.cpp74 size_t nformats = sizeof(common_formats) / sizeof(common_formats[0]); in test_images_read_2D()
80 return test_images_read_common(device, context, queue, common_formats, in test_images_read_2D()
96 size_t nformats = sizeof(common_formats) / sizeof(common_formats[0]); in test_images_read_cube()
102 return test_images_read_common(device, context, queue, common_formats, in test_images_read_cube()
116 size_t nformats = sizeof(common_formats) / sizeof(common_formats[0]); in test_images_write()
122 return test_images_write_common( device, context, queue, common_formats, in test_images_write()
129 size_t nformats = sizeof(common_formats) / sizeof(common_formats[0]); in test_images_write_cube()
145 return test_images_write_common( device, context, queue, common_formats, in test_images_write_cube()
158 size_t nformats = sizeof(common_formats) / sizeof(common_formats[0]); in test_images_2D_getinfo()
164 return test_images_get_info_common(device, context, queue, common_formats, in test_images_2D_getinfo()
[all …]
Dtest_images_1Darray.cpp48 size_t nformats = sizeof(common_formats) / sizeof(common_formats[0]); in test_images_read_1Darray()
57 return test_images_read_common(device, context, queue, common_formats, in test_images_read_1Darray()
66 size_t nformats = sizeof(common_formats) / sizeof(common_formats[0]); in test_images_write_1Darray()
72 return test_images_write_common( device, context, queue, common_formats, in test_images_write_1Darray()
79 size_t nformats = sizeof(common_formats) / sizeof(common_formats[0]); in test_images_1Darray_getinfo()
88 return test_images_get_info_common(device, context, queue, common_formats, in test_images_1Darray_getinfo()
Dtest_images_2Darray.cpp49 size_t nformats = sizeof(common_formats) / sizeof(common_formats[0]); in test_images_read_2Darray()
58 return test_images_read_common(device, context, queue, common_formats, in test_images_read_2Darray()
69 size_t nformats = sizeof(common_formats) / sizeof(common_formats[0]); in test_images_write_2Darray()
75 return test_images_write_common( device, context, queue, common_formats, in test_images_write_2Darray()
82 size_t nformats = sizeof(common_formats) / sizeof(common_formats[0]); in test_images_2Darray_getinfo()
91 return test_images_get_info_common(device, context, queue, common_formats, in test_images_2Darray_getinfo()
Dtest_images_3D.cpp53 size_t nformats = sizeof(common_formats) / sizeof(common_formats[0]); in test_images_read_3D()
59 return test_images_read_common(device, context, queue, common_formats, in test_images_read_3D()
79 size_t nformats = sizeof(common_formats) / sizeof(common_formats[0]); in test_images_write_3D()
86 return test_images_write_common( device, context, queue, common_formats, in test_images_write_3D()
99 size_t nformats = sizeof(common_formats) / sizeof(common_formats[0]); in test_images_3D_getinfo()
105 return test_images_get_info_common(device, context, queue, common_formats, in test_images_3D_getinfo()
Dtest_images_multisample.cpp82 nformats = sizeof(common_formats) / sizeof(common_formats[0]); in test_images_read_2D_multisample()
83 …int ret_common = test_images_read_common(device, context, queue, common_formats, nformats, targets… in test_images_read_2D_multisample()
110 nformats = sizeof(common_formats) / sizeof(common_formats[0]); in test_images_read_2Darray_multisample()
111 …int ret_common = test_images_read_common(device, context, queue, common_formats, nformats, targets… in test_images_read_2Darray_multisample()
Dtest_image_methods.cpp385 size_t nformats = sizeof(common_formats) / sizeof(common_formats[0]); in test_image_methods_multisample()
407 GLint samples = get_gl_max_samples(targets[itarget], common_formats[iformat].internal); in test_image_methods_multisample()
409 samples, targets[itarget], common_formats[iformat], seed ); in test_image_methods_multisample()
Dcommon.h36 static struct format common_formats[] = { variable