Home
last modified time | relevance | path

Searched refs:expectedChannelType (Results 1 – 6 of 6) sorted by relevance

/external/OpenCL-CTS/test_conformance/images/kernel_image_methods/
Dtest_1D.cpp28 cl_int expectedChannelType; member
124 if( outKernelData.channelType != (cl_int)outKernelData.expectedChannelType ) in test_get_1Dimage_info_single()
127 … (int)outKernelData.expectedChannelType, (int)outKernelData.channelType ); in test_get_1Dimage_info_single()
Dtest_1D_array.cpp29 cl_int expectedChannelType; member
133 if( outKernelData.channelType != (cl_int)outKernelData.expectedChannelType ) in test_get_1Dimage_array_info_single()
136 … (int)outKernelData.expectedChannelType, (int)outKernelData.channelType ); in test_get_1Dimage_array_info_single()
Dtest_2D_array.cpp30 cl_int expectedChannelType; member
142 if( outKernelData.channelType != (cl_int)outKernelData.expectedChannelType ) in test_get_2Dimage_array_info_single()
145 (int)outKernelData.expectedChannelType, (int)outKernelData.channelType ); in test_get_2Dimage_array_info_single()
Dtest_2D.cpp33 cl_int expectedChannelType; member
177 if( outKernelData.channelType != (cl_int)outKernelData.expectedChannelType ) in test_get_image_info_single()
180 … (int)outKernelData.expectedChannelType, (int)outKernelData.channelType ); in test_get_image_info_single()
/external/OpenCL-CTS/test_conformance/gl/
Dtest_image_methods.cpp32 cl_int expectedChannelType; member
312 result |= verify(outKernelData.channelType, outKernelData.expectedChannelType, channelTypeName); in test_image_format_methods()
/external/OpenCL-CTS/test_conformance/spir/
Ddatagen.h581 cl_int expectedChannelType;
733 pStruct[e].expectedChannelType = gRG.getNext<cl_int>(0, 0x7fffffff);