Home
last modified time | relevance | path

Searched refs:sourceA (Results 1 – 4 of 4) sorted by relevance

/external/OpenCL-CTS/test_conformance/integer_ops/
Dtest_integers.cpp591 typedef bool (*twoParamIntegerVerifyFn)( void *sourceA, void *sourceB, void *destination, ExplicitT…
828 bool verify_integer_hadd( void *sourceA, void *sourceB, void *destination, ExplicitType vecType ) in verify_integer_hadd() argument
836 testValueA = *( (cl_char *)sourceA ); in verify_integer_hadd()
841 testValueA = *( (cl_uchar *)sourceA ); in verify_integer_hadd()
846 testValueA = *( (cl_short *)sourceA ); in verify_integer_hadd()
851 testValueA = *( (cl_ushort *)sourceA ); in verify_integer_hadd()
856 testValueA = *( (cl_int *)sourceA ); in verify_integer_hadd()
861 testValueA = *( (cl_uint *)sourceA ); in verify_integer_hadd()
867 testValueA = *( (cl_long *)sourceA ); in verify_integer_hadd()
874 uValueA = *( (cl_ulong *)sourceA ); in verify_integer_hadd()
[all …]
Dtest_upsample.cpp41 void *sourceA, void *sourceB, void *expectedResults ) in test_upsample_2_param_fn() argument
97 sourceATypeSize * sourceAVecSize * count, sourceA, NULL); in test_upsample_2_param_fn()
166 void * create_upsample_data( ExplicitType type, void *sourceA, void *sourceB, size_t count ) in create_upsample_data() argument
178 const cl_uchar *aPtr = (const cl_uchar *) sourceA; in create_upsample_data()
191 const cl_ushort *aPtr = (const cl_ushort *) sourceA; in create_upsample_data()
204 const cl_uint *aPtr = (const cl_uint *) sourceA; in create_upsample_data()
231 void *sourceA, *sourceB, *expected; in test_integer_upsample() local
246 sourceA = create_random_data( typesToTest[ i ], seed, 256 ); in test_integer_upsample()
248 expected = create_upsample_data( typesToTest[ i ], sourceA, sourceB, 256 ); in test_integer_upsample()
255 sourceA, sourceB, expected ) != 0 ) in test_integer_upsample()
[all …]
/external/armnn/include/armnn/
DMemorySources.hpp30 MemorySourceFlags Combine(Arg sourceA, Arg sourceB) in Combine() argument
32 return static_cast<MemorySourceFlags>(sourceA) | static_cast<MemorySourceFlags>(sourceB); in Combine()
/external/llvm/test/CodeGen/ARM/
D2011-10-26-ExpandUnalignedLoadCrash.ll5 define void @sample_test(i8* %.T0348, i16* nocapture %sourceA, i16* nocapture %destValues) {
13 %6 = bitcast i16* %sourceA to i8*