Home
last modified time | relevance | path

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

/external/angle/src/libANGLE/
Dcl_utils.cpp24 case CL_DEPTH: in GetChannelCount()
130 case CL_DEPTH: in IsValidImageFormat()
/external/OpenCL-CTS/test_conformance/images/samplerlessReads/
Dtest_iterations.cpp234 dataType = (format->image_channel_order == CL_DEPTH) ? "float" : "float4"; in test_read_image_set_2D()
241 (format->image_channel_order == CL_DEPTH) ? "image2d_depth_t" : "image2d_t", in test_read_image_set_2D()
242 (format->image_channel_order == CL_DEPTH) ? "image2d_depth_t" : "image2d_t", in test_read_image_set_2D()
252 (format->image_channel_order == CL_DEPTH) ? "image2d_depth_t" : "image2d_t", in test_read_image_set_2D()
Dtest_read_2D_array.cpp221 dataType = (format->image_channel_order == CL_DEPTH) ? "float" : "float4"; in test_read_image_set_2D_array()
228 … (format->image_channel_order == CL_DEPTH) ? "image2d_array_depth_t" : "image2d_array_t", in test_read_image_set_2D_array()
229 … (format->image_channel_order == CL_DEPTH) ? "image2d_array_depth_t" : "image2d_array_t", in test_read_image_set_2D_array()
238 … (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.cpp135 case CL_DEPTH: return "CL_DEPTH"; in GetChannelOrderName()
168 case CL_DEPTH: return 1; in IsChannelOrderSupported()
DimageHelpers.h236 if (imageInfo->format->image_channel_order == CL_DEPTH) in read_image_pixel()
503 else if (format->image_channel_order == CL_DEPTH) in read_image_pixel()
DimageHelpers.cpp137 case CL_DEPTH: in get_channel_order_channel_count()
227 { CL_DEPTH, "CL_DEPTH" }, in get_channel_order_from_name()
635 case CL_DEPTH: return 0; in has_alpha()
1537 case CL_DEPTH: outData[0] = tempData[0]; break; in read_image_pixel_float()
3864 { CL_DEPTH, CL_UNORM_INT16 }, in build_required_image_formats()
3865 { CL_DEPTH, CL_FLOAT }, in build_required_image_formats()
DkernelHelpers.cpp1270 case CL_DEPTH: chanCount = 1; break; in get_pixel_bytes()
/external/OpenCL-CTS/test_conformance/images/
Dcommon.cpp73 if (testMipmaps && (formatList[j].image_channel_order == CL_DEPTH)) in filter_formats()
/external/OpenCL-CTS/test_conformance/images/kernel_read_write/
Dtest_iterations.cpp94 if (imageInfo->format->image_channel_order == CL_DEPTH) in determine_validation_error()
136 if (imageInfo->format->image_channel_order == CL_DEPTH) in determine_validation_error()
171 if (imageInfo->format->image_channel_order == CL_DEPTH) in determine_validation_error()
215 if (imageInfo->format->image_channel_order == CL_DEPTH) in determine_validation_error()
242 if (imageInfo->format->image_channel_order == CL_DEPTH) in determine_validation_error()
1531 case CL_DEPTH: in test_read_image_2D()
1653 (format->image_channel_order == CL_DEPTH) ? "image2d_depth_t" : "image2d_t", in test_read_image_set_2D()
1655 (format->image_channel_order == CL_DEPTH) ? "" : "4", in test_read_image_set_2D()
Dtest_write_2D_array.cpp554 …explicit_type_size( inputType ) * (( imageInfo->format->image_channel_order == CL_DEPTH ) ? 1 : 4); in test_write_image_2D_array()
627 (format->image_channel_order == CL_DEPTH) ? "" : "4", in test_write_image_2D_array_set()
628 … (format->image_channel_order == CL_DEPTH) ? "image2d_array_depth_t" : "image2d_array_t", in test_write_image_2D_array_set()
Dtest_write_image.cpp97 int channel_scale = (imageInfo->format->image_channel_order == CL_DEPTH) ? 1 : 4; in test_write_image()
692 (format->image_channel_order == CL_DEPTH) ? "" : "4", in test_write_image_set()
693 (format->image_channel_order == CL_DEPTH) ? "image2d_depth_t" : "image2d_t", in test_write_image_set()
Dtest_read_2D_array.cpp579 if((imageInfo->format->image_channel_order == CL_DEPTH) && (outputType == kFloat) ) in test_read_image_2D_array()
1358 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.cpp100 (imageInfo->format->image_channel_order == CL_DEPTH) in test_get_2Dimage_array_info_single()
Dtest_2D.cpp123 (imageInfo->format->image_channel_order == CL_DEPTH) ? "_depth" in test_get_image_info_single()
/external/OpenCL-CTS/test_conformance/api/
Dtest_api_consistency.cpp822 if (imageFormat.image_channel_order == CL_DEPTH) in test_consistency_depth_images()
/external/mesa3d/include/CL/
Dcl.h564 #define CL_DEPTH 0x10BD macro
/external/angle/include/CL/
Dcl.h566 #define CL_DEPTH 0x10BD macro
/external/OpenCL-CTS/dependencies/ocl-headers/CL/
Dcl.h566 #define CL_DEPTH 0x10BD macro