Searched refs:ret_depth (Results 1 – 1 of 1) sorted by relevance
/external/OpenCL-CTS/test_conformance/gl/ |
D | test_images_multisample.cpp | 86 …int ret_depth = test_images_read_common(device, context, queue, depth_formats, nformats, targets, … in test_images_read_2D_multisample() local 88 return (ret_common) ? ret_common : ret_depth; in test_images_read_2D_multisample() 114 …int ret_depth = test_images_read_common(device, context, queue, depth_formats, nformats, targets, … in test_images_read_2Darray_multisample() local 116 return (ret_common) ? ret_common : ret_depth; in test_images_read_2Darray_multisample()
|