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.cpp24 cl_int expectedChannelType; member
130 if( outKernelData.channelType != (cl_int)outKernelData.expectedChannelType ) in test_get_1Dimage_info_single()
133 … (int)outKernelData.expectedChannelType, (int)outKernelData.channelType ); in test_get_1Dimage_info_single()
Dtest_1D_array.cpp25 cl_int expectedChannelType; member
139 if( outKernelData.channelType != (cl_int)outKernelData.expectedChannelType ) in test_get_1Dimage_array_info_single()
142 … (int)outKernelData.expectedChannelType, (int)outKernelData.channelType ); in test_get_1Dimage_array_info_single()
Dtest_2D_array.cpp26 cl_int expectedChannelType; member
150 if( outKernelData.channelType != (cl_int)outKernelData.expectedChannelType ) in test_get_2Dimage_array_info_single()
153 (int)outKernelData.expectedChannelType, (int)outKernelData.channelType ); in test_get_2Dimage_array_info_single()
Dtest_2D.cpp29 cl_int expectedChannelType; member
190 if( outKernelData.channelType != (cl_int)outKernelData.expectedChannelType ) in test_get_image_info_single()
193 … (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
313 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);