Searched refs:cl_int2 (Results 1 – 12 of 12) 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/skqp/src/compute/skc/ |
D | types.h | 75 typedef cl_int2 skc_int2;
|
/external/OpenCL-CTS/test_conformance/subgroups/ |
D | test_subgroup_extended_types.cpp | 76 error |= run_broadcast_for_extended_type<cl_int2>(rft); in test_subgroup_functions_extended_types()
|
D | subhelpers.h | 394 template <> struct TypeManager<cl_int2> : public CommonTypeManager<cl_int2>
|
D | test_subgroup_ballot.cpp | 938 error |= run_non_uniform_broadcast_for_type<cl_int2>(rft); in test_subgroup_functions_ballot()
|
/external/ImageMagick/MagickCore/ |
D | accelerate.c | 2060 cl_int2 offset; in ComputeDespeckleImage() 2067 clStatus = clEnv->library->clSetKernelArg(hullPass1,4,sizeof(cl_int2),(void *)&offset); in ComputeDespeckleImage() 2069 clStatus|=clEnv->library->clSetKernelArg(hullPass2,4,sizeof(cl_int2),(void *)&offset); in ComputeDespeckleImage() 2099 clStatus = clEnv->library->clSetKernelArg(hullPass1,4,sizeof(cl_int2),(void *)&offset); in ComputeDespeckleImage() 2101 clStatus|=clEnv->library->clSetKernelArg(hullPass2,4,sizeof(cl_int2),(void *)&offset); in ComputeDespeckleImage() 2129 clStatus = clEnv->library->clSetKernelArg(hullPass1,4,sizeof(cl_int2),(void *)&offset); in ComputeDespeckleImage() 2131 clStatus|=clEnv->library->clSetKernelArg(hullPass2,4,sizeof(cl_int2),(void *)&offset); in ComputeDespeckleImage() 2159 clStatus = clEnv->library->clSetKernelArg(hullPass1,4,sizeof(cl_int2),(void *)&offset); in ComputeDespeckleImage() 2161 clStatus|=clEnv->library->clSetKernelArg(hullPass2,4,sizeof(cl_int2),(void *)&offset); in ComputeDespeckleImage() 3773 CL_MEM_READ_ONLY|CL_MEM_ALLOC_HOST_PTR, width * sizeof(cl_int2), NULL, in ComputeMotionBlurImage() [all …]
|
/external/OpenCL-CTS/dependencies/ocl-headers/CL/ |
D | cl_platform.h | 933 }cl_int2; typedef 941 __CL_ANON_STRUCT__ struct{ cl_int2 lo, hi; };
|
/external/angle/include/CL/ |
D | cl_platform.h | 933 }cl_int2; typedef 941 __CL_ANON_STRUCT__ struct{ cl_int2 lo, hi; };
|
/external/mesa3d/include/CL/ |
D | cl_platform.h | 913 }cl_int2; typedef 921 __CL_ANON_STRUCT__ struct{ cl_int2 lo, hi; };
|