Home
last modified time | relevance | path

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

/external/OpenCL-CTS/test_conformance/gl/
Dtest_images_depth.cpp85 size_t nformats = sizeof(depth_formats) / sizeof(depth_formats[0]); in test_images_read_2D_depth()
91 return test_images_read_common(device, context, queue, depth_formats, in test_images_read_2D_depth()
109 size_t nformats = sizeof(depth_formats) / sizeof(depth_formats[0]); in test_images_write_2D_depth()
115 return test_images_write_common( device, context, queue, depth_formats, in test_images_write_2D_depth()
127 size_t nformats = sizeof(depth_formats) / sizeof(depth_formats[0]); in test_images_read_2Darray_depth()
135 return test_images_read_common(device, context, queue, depth_formats, in test_images_read_2Darray_depth()
151 size_t nformats = sizeof(depth_formats) / sizeof(depth_formats[0]); in test_images_write_2Darray_depth()
157 return test_images_write_common( device, context, queue, depth_formats, in test_images_write_2Darray_depth()
Dtest_images_multisample.cpp85 nformats = sizeof(depth_formats) / sizeof(depth_formats[0]); in test_images_read_2D_multisample()
86 …int ret_depth = test_images_read_common(device, context, queue, depth_formats, nformats, targets, … in test_images_read_2D_multisample()
113 nformats = sizeof(depth_formats) / sizeof(depth_formats[0]); in test_images_read_2Darray_multisample()
114 …int ret_depth = test_images_read_common(device, context, queue, depth_formats, nformats, targets, … in test_images_read_2Darray_multisample()
Dtest_image_methods.cpp344 size_t nformats = sizeof(depth_formats) / sizeof(depth_formats[0]); in test_image_methods_depth()
369 depth_targets[itarget], depth_formats[iformat], seed ); in test_image_methods_depth()
Dcommon.h56 static struct format depth_formats[] = { variable
/external/mesa3d/src/mesa/state_tracker/
Dst_extensions.c1269 static const enum pipe_format depth_formats[] = { in st_init_extensions() enum
1299 get_max_samples_for_formats(screen, ARRAY_SIZE(depth_formats), in st_init_extensions()
1300 depth_formats, consts->MaxSamples, in st_init_extensions()