Searched refs:depth_formats (Results 1 – 5 of 5) sorted by relevance
/external/OpenCL-CTS/test_conformance/gl/ |
D | test_images_depth.cpp | 91 size_t nformats = sizeof(depth_formats) / sizeof(depth_formats[0]); in test_images_read_2D_depth() 97 return test_images_read_common(device, context, queue, depth_formats, in test_images_read_2D_depth() 117 size_t nformats = sizeof(depth_formats) / sizeof(depth_formats[0]); in test_images_write_2D_depth() 123 return test_images_write_common(device, context, queue, depth_formats, in test_images_write_2D_depth() 137 size_t nformats = sizeof(depth_formats) / sizeof(depth_formats[0]); in test_images_read_2Darray_depth() 145 return test_images_read_common(device, context, queue, depth_formats, in test_images_read_2Darray_depth() 163 size_t nformats = sizeof(depth_formats) / sizeof(depth_formats[0]); in test_images_write_2Darray_depth() 169 return test_images_write_common(device, context, queue, depth_formats, in test_images_write_2Darray_depth()
|
D | test_images_multisample.cpp | 96 nformats = sizeof(depth_formats) / sizeof(depth_formats[0]); in test_images_read_2D_multisample() 98 test_images_read_common(device, context, queue, depth_formats, nformats, in test_images_read_2D_multisample() 131 nformats = sizeof(depth_formats) / sizeof(depth_formats[0]); in test_images_read_2Darray_multisample() 133 test_images_read_common(device, context, queue, depth_formats, nformats, in test_images_read_2Darray_multisample()
|
D | test_image_methods.cpp | 375 size_t nformats = sizeof(depth_formats) / sizeof(depth_formats[0]); in test_image_methods_depth() 409 0, depth_targets[itarget], depth_formats[iformat], seed); in test_image_methods_depth()
|
D | common.h | 58 static const format depth_formats[] = { variable
|
/external/mesa3d/src/mesa/state_tracker/ |
D | st_extensions.c | 1355 static const enum pipe_format depth_formats[] = { in st_init_extensions() enum 1385 get_max_samples_for_formats(screen, ARRAY_SIZE(depth_formats), in st_init_extensions() 1386 depth_formats, consts->MaxSamples, in st_init_extensions()
|