Searched refs:CL_DEPTH (Results 1 – 18 of 18) sorted by relevance
/external/OpenCL-CTS/test_conformance/images/samplerlessReads/ |
D | test_iterations.cpp | 233 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()
|
D | test_read_2D_array.cpp | 217 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/ |
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 | 117 case CL_DEPTH: return "CL_DEPTH"; in GetChannelOrderName() 150 case CL_DEPTH: in IsChannelOrderSupported()
|
D | imageHelpers.h | 187 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()
|
D | imageHelpers.cpp | 149 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()
|
D | kernelHelpers.cpp | 1252 case CL_DEPTH: in get_pixel_bytes()
|
/external/OpenCL-CTS/test_conformance/images/ |
D | common.cpp | 87 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 | 109 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()
|
D | test_write_2D_array.cpp | 543 …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()
|
D | test_write_image.cpp | 85 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()
|
D | test_read_2D_array.cpp | 586 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/ |
D | test_2D_array.cpp | 96 …(imageInfo->format->image_channel_order == CL_DEPTH) ? "image2d_array_depth_t" : "image2d_array_t"… in test_get_2Dimage_array_info_single()
|
D | test_2D.cpp | 113 (imageInfo->format->image_channel_order == CL_DEPTH) ? "_depth" : "", in test_get_image_info_single()
|
/external/mesa3d/include/CL/ |
D | cl.h | 564 #define CL_DEPTH 0x10BD macro
|