Home
last modified time | relevance | path

Searched refs:CL_DEPTH (Results 1 – 18 of 18) sorted by relevance

/external/OpenCL-CTS/test_conformance/images/samplerlessReads/
Dtest_iterations.cpp233 dataType = (format->image_channel_order == CL_DEPTH) ? "float" : "float4"; in test_read_image_set_2D()
240 (format->image_channel_order == CL_DEPTH) ? "image2d_depth_t" : "image2d_t", in test_read_image_set_2D()
241 (format->image_channel_order == CL_DEPTH) ? "image2d_depth_t" : "image2d_t", in test_read_image_set_2D()
251 (format->image_channel_order == CL_DEPTH) ? "image2d_depth_t" : "image2d_t", in test_read_image_set_2D()
Dtest_read_2D_array.cpp217 dataType = (format->image_channel_order == CL_DEPTH) ? "float" : "float4"; in test_read_image_set_2D_array()
224 … (format->image_channel_order == CL_DEPTH) ? "image2d_array_depth_t" : "image2d_array_t", in test_read_image_set_2D_array()
225 … (format->image_channel_order == CL_DEPTH) ? "image2d_array_depth_t" : "image2d_array_t", in test_read_image_set_2D_array()
234 … (format->image_channel_order == CL_DEPTH) ? "image2d_array_depth_t" : "image2d_array_t", in test_read_image_set_2D_array()
/external/OpenCL-CTS/test_conformance/spir/
Ddatagen.cpp385 CL_DEPTH,
571 case CL_DEPTH: in toString()
603 if (corder == CL_DEPTH) in isLegalCombination()
/external/OpenCL-CTS/test_conformance/gl/
Dtest_images_read_common.cpp186 if(channel_order == CL_DEPTH || channel_order == CL_DEPTH_STENCIL) in get_appropriate_kernel_for_target()
192 if(channel_order == CL_DEPTH || channel_order == CL_DEPTH_STENCIL) in get_appropriate_kernel_for_target()
200 if(channel_order == CL_DEPTH || channel_order == CL_DEPTH_STENCIL) in get_appropriate_kernel_for_target()
207 if(channel_order == CL_DEPTH || channel_order == CL_DEPTH_STENCIL) in get_appropriate_kernel_for_target()
Dhelpers.cpp63 case CL_DEPTH: in get_read_kernel_type()
113 case CL_DEPTH: in get_write_kernel_type()
Dtest_images_write_common.cpp210 if (channel_order == CL_DEPTH || channel_order == CL_DEPTH_STENCIL) in get_appropriate_write_kernel()
221 if (channel_order == CL_DEPTH || channel_order == CL_DEPTH_STENCIL) in get_appropriate_write_kernel()
/external/OpenCL-CTS/test_common/harness/
DerrorHelpers.cpp117 case CL_DEPTH: return "CL_DEPTH"; in GetChannelOrderName()
150 case CL_DEPTH: in IsChannelOrderSupported()
DimageHelpers.h187 if (imageInfo->format->image_channel_order == CL_DEPTH) in read_image_pixel()
469 else if( format->image_channel_order == CL_DEPTH ) in read_image_pixel()
DimageHelpers.cpp149 case CL_DEPTH: in get_channel_order_channel_count()
242 { CL_DEPTH, "CL_DEPTH" }, in get_channel_order_from_name()
541 case CL_DEPTH: in has_alpha()
1647 case CL_DEPTH: in read_image_pixel_float()
3764 { CL_DEPTH, CL_UNORM_INT16 }, in build_required_image_formats()
3765 { CL_DEPTH, CL_FLOAT }, in build_required_image_formats()
DkernelHelpers.cpp1252 case CL_DEPTH: in get_pixel_bytes()
/external/OpenCL-CTS/test_conformance/images/
Dcommon.cpp87 if (testMipmaps && (formatList[j].image_channel_order == CL_DEPTH)) in filter_formats()
/external/OpenCL-CTS/test_conformance/images/kernel_read_write/
Dtest_iterations.cpp109 if (imageInfo->format->image_channel_order == CL_DEPTH) in determine_validation_error()
151 if (imageInfo->format->image_channel_order == CL_DEPTH) in determine_validation_error()
186 if (imageInfo->format->image_channel_order == CL_DEPTH) in determine_validation_error()
230 if (imageInfo->format->image_channel_order == CL_DEPTH) in determine_validation_error()
257 if (imageInfo->format->image_channel_order == CL_DEPTH) in determine_validation_error()
1536 case CL_DEPTH: in test_read_image_2D()
1655 (format->image_channel_order == CL_DEPTH) ? "image2d_depth_t" : "image2d_t", in test_read_image_set_2D()
1657 (format->image_channel_order == CL_DEPTH) ? "" : "4", in test_read_image_set_2D()
Dtest_write_2D_array.cpp543 …explicit_type_size( inputType ) * (( imageInfo->format->image_channel_order == CL_DEPTH ) ? 1 : 4); in test_write_image_2D_array()
613 (format->image_channel_order == CL_DEPTH) ? "" : "4", in test_write_image_2D_array_set()
614 … (format->image_channel_order == CL_DEPTH) ? "image2d_array_depth_t" : "image2d_array_t", in test_write_image_2D_array_set()
Dtest_write_image.cpp85 int channel_scale = (imageInfo->format->image_channel_order == CL_DEPTH) ? 1 : 4; in test_write_image()
665 (format->image_channel_order == CL_DEPTH) ? "" : "4", in test_write_image_set()
666 (format->image_channel_order == CL_DEPTH) ? "image2d_depth_t" : "image2d_t", in test_write_image_set()
Dtest_read_2D_array.cpp586 if((imageInfo->format->image_channel_order == CL_DEPTH) && (outputType == kFloat) ) in test_read_image_2D_array()
1362 if (format->image_channel_order == CL_DEPTH) in test_read_image_set_2D_array()
/external/OpenCL-CTS/test_conformance/images/kernel_image_methods/
Dtest_2D_array.cpp96 …(imageInfo->format->image_channel_order == CL_DEPTH) ? "image2d_array_depth_t" : "image2d_array_t"… in test_get_2Dimage_array_info_single()
Dtest_2D.cpp113 (imageInfo->format->image_channel_order == CL_DEPTH) ? "_depth" : "", in test_get_image_info_single()
/external/mesa3d/include/CL/
Dcl.h564 #define CL_DEPTH 0x10BD macro