Searched refs:cl_int3 (Results 1 – 11 of 11) sorted by relevance
/external/OpenCL-CTS/test_conformance/spirv_new/ |
D | test_op_copy_object.cpp | 103 cl_int3 value = {123, 122, 121, 0}; in TEST_SPIRV_FUNC() 104 std::vector<cl_int3> results(256, value); in TEST_SPIRV_FUNC() 106 results, isVectorNotEqual<cl_int3, 3>); in TEST_SPIRV_FUNC()
|
D | test_op_constant.cpp | 107 cl_int3 value = {123, 122, 121, 0}; in TEST_SPIRV_FUNC() 108 std::vector<cl_int3> results(256, value); in TEST_SPIRV_FUNC() 110 results, isVectorNotEqual<cl_int3, 3>); in TEST_SPIRV_FUNC()
|
D | test_op_undef.cpp | 89 TEST_UNDEF(int3 , cl_int3) in TEST_UNDEF()
|
/external/skqp/src/compute/skc/ |
D | types.h | 76 typedef cl_int3 skc_int3;
|
/external/OpenCL-CTS/test_conformance/subgroups/ |
D | test_subgroup_extended_types.cpp | 77 error |= run_broadcast_for_extended_type<subgroups::cl_int3>(rft); in test_subgroup_functions_extended_types()
|
D | subhelpers.h | 243 struct cl_int3 struct 245 ::cl_int3 data; 402 struct TypeManager<subgroups::cl_int3> 403 : public CommonTypeManager<subgroups::cl_int3>
|
D | test_subgroup_ballot.cpp | 939 error |= run_non_uniform_broadcast_for_type<subgroups::cl_int3>(rft); in test_subgroup_functions_ballot()
|
/external/mesa3d/.gitlab-ci/piglit/ |
D | cl.txt | 9 api/clsetkernelarg/set kernel argument for cl_int3: fail
|
/external/OpenCL-CTS/dependencies/ocl-headers/CL/ |
D | cl_platform.h | 952 typedef cl_int4 cl_int3; typedef
|
/external/angle/include/CL/ |
D | cl_platform.h | 952 typedef cl_int4 cl_int3; typedef
|
/external/mesa3d/include/CL/ |
D | cl_platform.h | 932 typedef cl_int4 cl_int3; typedef
|