Searched refs:channel_order (Results 1 – 14 of 14) sorted by relevance
/external/autotest/client/site_tests/hardware_SAT/ |
D | hardware_SAT.py | 34 channel_order = [0, 1] 38 channel_order = [1, 0] 50 ','.join(channel_modules[channel_order[0]]), 51 ','.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 | 8375 ChannelOrder channel_order = CHANNEL_ORDER_UNKNOWN; in getRawDataFromPixelData() local 8400 if (!getChannelOrderForInternalformatAndType(internalformat, type, &channel_order)) in getRawDataFromPixelData() 8433 switch (channel_order) in getRawDataFromPixelData()
|
/external/armnn/third-party/stb/ |
D | stb_image.h | 779 int channel_order; member 965 …ri->channel_order = STBI_ORDER_RGB; // all current input & output are this, but this is here so we… in stbi__load_main()
|
/external/ComputeLibrary/include/stb/ |
D | stb_image.h | 783 int channel_order; member 976 …ri->channel_order = STBI_ORDER_RGB; // all current input & output are this, but this is here so we… in stbi__load_main()
|
/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-10.0/llvm/lib/Target/NVPTX/ |
D | NVPTXIntrinsics.td | 4553 "txq.channel_order.b32 \t$d, [$a];", 4610 "suq.channel_order.b32 \t$d, [$a];",
|