Searched refs:cl_int4 (Results 1 – 13 of 13) sorted by relevance
/external/OpenCL-CTS/test_conformance/spirv_new/ |
D | test_op_composite_construct.cpp | 58 cl_int4 value = {123, 122, 121, 119}; in TEST_SPIRV_FUNC() 59 std::vector<cl_int4> results(256, value); in TEST_SPIRV_FUNC()
|
D | test_op_copy_object.cpp | 96 cl_int4 value = {123, 122, 121, 119}; in TEST_SPIRV_FUNC() 97 std::vector<cl_int4> results(256, value); in TEST_SPIRV_FUNC()
|
D | test_op_constant.cpp | 100 cl_int4 value = {123, 122, 121, 119}; in TEST_SPIRV_FUNC() 101 std::vector<cl_int4> results(256, value); in TEST_SPIRV_FUNC()
|
D | test_op_undef.cpp | 88 TEST_UNDEF(int4 , cl_int4) in TEST_UNDEF()
|
/external/skqp/src/compute/skc/ |
D | types.h | 77 typedef cl_int4 skc_int4;
|
/external/OpenCL-CTS/test_conformance/subgroups/ |
D | test_subgroup_extended_types.cpp | 78 error |= run_broadcast_for_extended_type<cl_int4>(rft); in test_subgroup_functions_extended_types()
|
D | subhelpers.h | 410 template <> struct TypeManager<cl_int4> : public CommonTypeManager<cl_int4> 1405 global * sizeof(cl_int4), odata.data(), 1415 global * sizeof(cl_int4), odata.data(),
|
D | test_subgroup_ballot.cpp | 940 error |= run_non_uniform_broadcast_for_type<cl_int4>(rft); in test_subgroup_functions_ballot()
|
/external/OpenCL-CTS/dependencies/ocl-headers/CL/ |
D | cl_platform.h | 949 }cl_int4; typedef 952 typedef cl_int4 cl_int3; 960 __CL_ANON_STRUCT__ struct{ cl_int4 lo, hi; };
|
/external/angle/include/CL/ |
D | cl_platform.h | 949 }cl_int4; typedef 952 typedef cl_int4 cl_int3; 960 __CL_ANON_STRUCT__ struct{ cl_int4 lo, hi; };
|
/external/mesa3d/include/CL/ |
D | cl_platform.h | 929 }cl_int4; typedef 932 typedef cl_int4 cl_int3; 940 __CL_ANON_STRUCT__ struct{ cl_int4 lo, hi; };
|
D | cl2.hpp | 7870 cl_int4 fillColor,
|
D | cl.hpp | 6067 cl_int4 fillColor, in enqueueFillImage()
|