Home
last modified time | relevance | path

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

/external/OpenCL-CTS/test_conformance/spirv_new/
Dtest_op_composite_construct.cpp66 typedef AbstractStruct2<cl_int2, CustomType1> CustomType2; in TEST_SPIRV_FUNC()
69 cl_int2 intvals = {2100480000, 2100480000}; in TEST_SPIRV_FUNC()
Dtest_op_copy_object.cpp126 typedef AbstractStruct2<cl_int2, CustomType1> CustomType2; in TEST_SPIRV_FUNC()
129 cl_int2 intvals = {2100480000, 2100480000}; in TEST_SPIRV_FUNC()
Dtest_op_constant.cpp130 typedef AbstractStruct2<cl_int2, CustomType1> CustomType2; in TEST_SPIRV_FUNC()
133 cl_int2 intvals = {2100480000, 2100480000}; in TEST_SPIRV_FUNC()
Dtest_op_undef.cpp107 typedef AbstractStruct2<cl_int2, CustomType1> CustomType2; in TEST_SPIRV_FUNC()
/external/OpenCL-CTS/test_conformance/clcpp/integer_funcs/
Dnumeric_funcs.hpp644 TEST_TERNARY_FUNC_MACRO((int_func_clamp<cl_int2, cl_int, cl_int, cl_int2>())) in AUTO_TEST_CASE()
667 TEST_BINARY_FUNC_MACRO((int_func_max<cl_int2, cl_int, cl_int2>())) in AUTO_TEST_CASE()
679 TEST_BINARY_FUNC_MACRO((int_func_min<cl_int2, cl_int, cl_int2>())) in AUTO_TEST_CASE()
/external/skqp/src/compute/skc/
Dtypes.h75 typedef cl_int2 skc_int2;
/external/ImageMagick/MagickCore/
Daccelerate.c2052 cl_int2 offset; in ComputeDespeckleImage()
2059 clStatus = clEnv->library->clSetKernelArg(hullPass1,4,sizeof(cl_int2),(void *)&offset); in ComputeDespeckleImage()
2061 clStatus|=clEnv->library->clSetKernelArg(hullPass2,4,sizeof(cl_int2),(void *)&offset); in ComputeDespeckleImage()
2091 clStatus = clEnv->library->clSetKernelArg(hullPass1,4,sizeof(cl_int2),(void *)&offset); in ComputeDespeckleImage()
2093 clStatus|=clEnv->library->clSetKernelArg(hullPass2,4,sizeof(cl_int2),(void *)&offset); in ComputeDespeckleImage()
2121 clStatus = clEnv->library->clSetKernelArg(hullPass1,4,sizeof(cl_int2),(void *)&offset); in ComputeDespeckleImage()
2123 clStatus|=clEnv->library->clSetKernelArg(hullPass2,4,sizeof(cl_int2),(void *)&offset); in ComputeDespeckleImage()
2151 clStatus = clEnv->library->clSetKernelArg(hullPass1,4,sizeof(cl_int2),(void *)&offset); in ComputeDespeckleImage()
2153 clStatus|=clEnv->library->clSetKernelArg(hullPass2,4,sizeof(cl_int2),(void *)&offset); in ComputeDespeckleImage()
3765 CL_MEM_READ_ONLY|CL_MEM_ALLOC_HOST_PTR, width * sizeof(cl_int2), NULL, in ComputeMotionBlurImage()
[all …]
/external/mesa3d/include/CL/
Dcl_platform.h913 }cl_int2; typedef
921 __CL_ANON_STRUCT__ struct{ cl_int2 lo, hi; };