Home
last modified time | relevance | path

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

/external/OpenCL-CTS/test_conformance/api/
Dtest_kernel_arg_multi_setup.cpp35 ExplicitType vec3Type, int vec3Size, MTdata d) in test_multi_arg_set() argument
51 sprintf( vec3Name, "%s%s", get_explicit_type_name( vec3Type ), sizeNames[ vec3Size - 1 ] ); in test_multi_arg_set()
55 vec1Size, vec1Size, vec2Size, vec2Size, vec3Size, vec3Size ); in test_multi_arg_set()
82 initData[ 2 ] = create_random_data( vec3Type, d, (unsigned int)threads[ 0 ] * vec3Size ); in test_multi_arg_set()
85 get_explicit_type_size(vec3Type) * threads[0] * vec3Size, in test_multi_arg_set()
101 get_explicit_type_size(vec3Type) * threads[0] * vec3Size, NULL, &error); in test_multi_arg_set()
117 resultData[2] = malloc( get_explicit_type_size( vec3Type ) * vec3Size * threads[0] ); in test_multi_arg_set()
120 …( queue, streams[ 5 ], CL_TRUE, 0, get_explicit_type_size( vec3Type ) * vec3Size * threads[ 0 ], r… in test_multi_arg_set()
174 for( j = 0; j < vec3Size; j++ ) in test_multi_arg_set()
188 ptr1 += span * vec3Size; in test_multi_arg_set()
[all …]