/external/angle/src/libANGLE/ |
D | cl_utils.cpp | 24 case CL_DEPTH: in GetChannelCount() 130 case CL_DEPTH: in IsValidImageFormat()
|
/external/OpenCL-CTS/test_conformance/images/samplerlessReads/ |
D | test_iterations.cpp | 234 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()
|
D | test_read_2D_array.cpp | 221 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/ |
D | datagen.cpp | 385 CL_DEPTH, 571 case CL_DEPTH: in toString() 603 if (corder == CL_DEPTH) in isLegalCombination()
|
/external/OpenCL-CTS/test_conformance/gl/ |
D | test_images_read_common.cpp | 186 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()
|
D | helpers.cpp | 63 case CL_DEPTH: in get_read_kernel_type() 113 case CL_DEPTH: in get_write_kernel_type()
|
D | test_images_write_common.cpp | 210 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/ |
D | errorHelpers.cpp | 135 case CL_DEPTH: return "CL_DEPTH"; in GetChannelOrderName() 168 case CL_DEPTH: return 1; in IsChannelOrderSupported()
|
D | imageHelpers.h | 236 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()
|
D | imageHelpers.cpp | 137 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()
|
D | kernelHelpers.cpp | 1270 case CL_DEPTH: chanCount = 1; break; in get_pixel_bytes()
|
/external/OpenCL-CTS/test_conformance/images/ |
D | common.cpp | 73 if (testMipmaps && (formatList[j].image_channel_order == CL_DEPTH)) in filter_formats()
|
/external/OpenCL-CTS/test_conformance/images/kernel_read_write/ |
D | test_iterations.cpp | 94 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()
|
D | test_write_2D_array.cpp | 554 …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()
|
D | test_write_image.cpp | 97 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()
|
D | test_read_2D_array.cpp | 579 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/ |
D | test_2D_array.cpp | 100 (imageInfo->format->image_channel_order == CL_DEPTH) in test_get_2Dimage_array_info_single()
|
D | test_2D.cpp | 123 (imageInfo->format->image_channel_order == CL_DEPTH) ? "_depth" in test_get_image_info_single()
|
/external/OpenCL-CTS/test_conformance/api/ |
D | test_api_consistency.cpp | 822 if (imageFormat.image_channel_order == CL_DEPTH) in test_consistency_depth_images()
|
/external/mesa3d/include/CL/ |
D | cl.h | 564 #define CL_DEPTH 0x10BD macro
|
/external/angle/include/CL/ |
D | cl.h | 566 #define CL_DEPTH 0x10BD macro
|
/external/OpenCL-CTS/dependencies/ocl-headers/CL/ |
D | cl.h | 566 #define CL_DEPTH 0x10BD macro
|