Home
last modified time | relevance | path

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

/external/OpenCL-CTS/test_conformance/spirv_new/
Dtest_op_composite_construct.cpp58 cl_int4 value = {123, 122, 121, 119}; in TEST_SPIRV_FUNC()
59 std::vector<cl_int4> results(256, value); in TEST_SPIRV_FUNC()
Dtest_op_copy_object.cpp96 cl_int4 value = {123, 122, 121, 119}; in TEST_SPIRV_FUNC()
97 std::vector<cl_int4> results(256, value); in TEST_SPIRV_FUNC()
Dtest_op_constant.cpp100 cl_int4 value = {123, 122, 121, 119}; in TEST_SPIRV_FUNC()
101 std::vector<cl_int4> results(256, value); in TEST_SPIRV_FUNC()
Dtest_op_undef.cpp88 TEST_UNDEF(int4 , cl_int4) in TEST_UNDEF()
/external/skqp/src/compute/skc/
Dtypes.h77 typedef cl_int4 skc_int4;
/external/OpenCL-CTS/test_conformance/subgroups/
Dtest_subgroup_extended_types.cpp78 error |= run_broadcast_for_extended_type<cl_int4>(rft); in test_subgroup_functions_extended_types()
Dsubhelpers.h410 template <> struct TypeManager<cl_int4> : public CommonTypeManager<cl_int4>
1405 global * sizeof(cl_int4), odata.data(),
1415 global * sizeof(cl_int4), odata.data(),
Dtest_subgroup_ballot.cpp940 error |= run_non_uniform_broadcast_for_type<cl_int4>(rft); in test_subgroup_functions_ballot()
/external/OpenCL-CTS/dependencies/ocl-headers/CL/
Dcl_platform.h949 }cl_int4; typedef
952 typedef cl_int4 cl_int3;
960 __CL_ANON_STRUCT__ struct{ cl_int4 lo, hi; };
/external/angle/include/CL/
Dcl_platform.h949 }cl_int4; typedef
952 typedef cl_int4 cl_int3;
960 __CL_ANON_STRUCT__ struct{ cl_int4 lo, hi; };
/external/mesa3d/include/CL/
Dcl_platform.h929 }cl_int4; typedef
932 typedef cl_int4 cl_int3;
940 __CL_ANON_STRUCT__ struct{ cl_int4 lo, hi; };
Dcl2.hpp7870 cl_int4 fillColor,
Dcl.hpp6067 cl_int4 fillColor, in enqueueFillImage()