/external/OpenCL-CTS/test_conformance/clcpp/images/ |
D | test_read.hpp | 32 cl_channel_order channel_order; member 34 image_test(cl_channel_order channel_order) : in image_test() 35 channel_order(channel_order) in image_test() 134 image_format.image_channel_order = channel_order; in run() 256 for (auto channel_order : get_channel_orders(device)) in run_test_cases() local 258 error = image_test<ImageType, CL_SIGNED_INT8>(channel_order) in run_test_cases() 261 error = image_test<ImageType, CL_SIGNED_INT16>(channel_order) in run_test_cases() 264 error = image_test<ImageType, CL_SIGNED_INT32>(channel_order) in run_test_cases() 268 error = image_test<ImageType, CL_UNSIGNED_INT8>(channel_order) in run_test_cases() 271 error = image_test<ImageType, CL_UNSIGNED_INT16>(channel_order) in run_test_cases() [all …]
|
D | test_write.hpp | 33 cl_channel_order channel_order; member 35 image_test(cl_channel_order channel_order) : in image_test() 36 channel_order(channel_order) in image_test() 135 image_format.image_channel_order = channel_order; in run() 276 for (auto channel_order : get_channel_orders(device)) in run_test_cases() local 278 error = image_test<ImageType, CL_SIGNED_INT8>(channel_order) in run_test_cases() 281 error = image_test<ImageType, CL_SIGNED_INT16>(channel_order) in run_test_cases() 284 error = image_test<ImageType, CL_SIGNED_INT32>(channel_order) in run_test_cases() 288 error = image_test<ImageType, CL_UNSIGNED_INT8>(channel_order) in run_test_cases() 291 error = image_test<ImageType, CL_UNSIGNED_INT16>(channel_order) in run_test_cases() [all …]
|
D | test_sample.hpp | 40 cl_channel_order channel_order; member 43 image_test(cl_channel_order channel_order, sampler_source source) : in image_test() 44 channel_order(channel_order), in image_test() 177 image_format.image_channel_order = channel_order; in run() 311 for (auto channel_order : get_channel_orders(device)) in run_test_cases() local 314 error = image_test<ImageType, CL_SIGNED_INT8>(channel_order, source) in run_test_cases() 317 error = image_test<ImageType, CL_SIGNED_INT16>(channel_order, source) in run_test_cases() 320 error = image_test<ImageType, CL_SIGNED_INT32>(channel_order, source) in run_test_cases() 324 error = image_test<ImageType, CL_UNSIGNED_INT8>(channel_order, source) in run_test_cases() 327 error = image_test<ImageType, CL_UNSIGNED_INT16>(channel_order, source) in run_test_cases() [all …]
|
/external/autotest/client/site_tests/hardware_SAT/ |
D | hardware_SAT.py | 33 channel_order = [0, 1] 37 channel_order = [1, 0] 49 ','.join(channel_modules[channel_order[0]]), 50 ','.join(channel_modules[channel_order[1]]),
|
/external/OpenCL-CTS/test_conformance/gl/ |
D | test_images_read_common.cpp | 171 static const char* get_appropriate_kernel_for_target(GLenum target, cl_channel_order channel_order)… in get_appropriate_kernel_for_target() argument 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 | test_images_write_common.cpp | 182 ExplicitType type, cl_channel_order channel_order) in get_appropriate_write_kernel() argument 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_conformance/d3d11/ |
D | texture2d.cpp | 332 …TestRequire(clFormat.image_channel_order == format->channel_order, "clGetImageInfo for CL_IMAGE_FO… in SubTestTexture2D() 639 cl_channel_order channel_order, in is_format_supported() argument 644 if (it->image_channel_data_type == channel_type && it->image_channel_order == channel_order) in is_format_supported() 713 …if (!is_format_supported(formats[format].channel_order, formats[format].channel_type, supported_im… in TestDeviceTexture2D()
|
D | harness.h | 86 cl_channel_order channel_order; member
|
D | texture3d.cpp | 260 …TestRequire(clFormat.image_channel_order == format->channel_order, "clGetImageInfo for CL_IMAGE_FO… in SubTestTexture3D()
|
/external/OpenCL-CTS/test_conformance/d3d10/ |
D | harness.h | 85 cl_channel_order channel_order; member
|
D | texture3d.cpp | 253 …TestRequire(clFormat.image_channel_order == format->channel_order, "clGetImageInfo for CL_IMAGE_FO… in SubTestTexture3D()
|
D | texture2d.cpp | 325 …TestRequire(clFormat.image_channel_order == format->channel_order, "clGetImageInfo for CL_IMAGE_FO… in SubTestTexture2D()
|
/external/deqp/external/openglcts/modules/gles3/ |
D | es3cCopyTexImageConversionsTests.cpp | 8370 ChannelOrder channel_order = CHANNEL_ORDER_UNKNOWN; in getRawDataFromPixelData() local 8395 if (!getChannelOrderForInternalformatAndType(internalformat, type, &channel_order)) in getRawDataFromPixelData() 8428 switch (channel_order) in getRawDataFromPixelData()
|
/external/llvm/lib/Target/NVPTX/ |
D | NVPTXIntrinsics.td | 4273 "txq.channel_order.b32 \t$d, [$a];", 4330 "suq.channel_order.b32 \t$d, [$a];",
|
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Target/NVPTX/ |
D | NVPTXIntrinsics.td | 4591 "txq.channel_order.b32 \t$d, [$a];", 4648 "suq.channel_order.b32 \t$d, [$a];",
|