Searched refs:cl_int2 (Results 1 – 8 of 8) sorted by relevance
/external/OpenCL-CTS/test_conformance/spirv_new/ |
D | test_op_composite_construct.cpp | 66 typedef AbstractStruct2<cl_int2, CustomType1> CustomType2; in TEST_SPIRV_FUNC() 69 cl_int2 intvals = {2100480000, 2100480000}; in TEST_SPIRV_FUNC()
|
D | test_op_copy_object.cpp | 126 typedef AbstractStruct2<cl_int2, CustomType1> CustomType2; in TEST_SPIRV_FUNC() 129 cl_int2 intvals = {2100480000, 2100480000}; in TEST_SPIRV_FUNC()
|
D | test_op_constant.cpp | 130 typedef AbstractStruct2<cl_int2, CustomType1> CustomType2; in TEST_SPIRV_FUNC() 133 cl_int2 intvals = {2100480000, 2100480000}; in TEST_SPIRV_FUNC()
|
D | test_op_undef.cpp | 107 typedef AbstractStruct2<cl_int2, CustomType1> CustomType2; in TEST_SPIRV_FUNC()
|
/external/OpenCL-CTS/test_conformance/clcpp/integer_funcs/ |
D | numeric_funcs.hpp | 644 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/ |
D | types.h | 75 typedef cl_int2 skc_int2;
|
/external/ImageMagick/MagickCore/ |
D | accelerate.c | 2052 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/ |
D | cl_platform.h | 913 }cl_int2; typedef 921 __CL_ANON_STRUCT__ struct{ cl_int2 lo, hi; };
|