Home
last modified time | relevance | path

Searched refs:CustomType2 (Results 1 – 4 of 4) sorted by relevance

/external/OpenCL-CTS/test_conformance/spirv_new/
Dtest_op_composite_construct.cpp66 typedef AbstractStruct2<cl_int2, CustomType1> CustomType2; in TEST_SPIRV_FUNC() typedef
70 CustomType2 value2 = {intvals, value1}; in TEST_SPIRV_FUNC()
72 std::vector<CustomType2> results(256, value2); in TEST_SPIRV_FUNC()
Dtest_op_copy_object.cpp126 typedef AbstractStruct2<cl_int2, CustomType1> CustomType2; in TEST_SPIRV_FUNC() typedef
130 CustomType2 value2 = {intvals, value1}; in TEST_SPIRV_FUNC()
132 std::vector<CustomType2> results(256, value2); in TEST_SPIRV_FUNC()
Dtest_op_constant.cpp130 typedef AbstractStruct2<cl_int2, CustomType1> CustomType2; in TEST_SPIRV_FUNC() typedef
134 CustomType2 value2 = {intvals, value1}; in TEST_SPIRV_FUNC()
136 std::vector<CustomType2> results(256, value2); in TEST_SPIRV_FUNC()
Dtest_op_undef.cpp107 typedef AbstractStruct2<cl_int2, CustomType1> CustomType2; in TEST_SPIRV_FUNC() typedef
108 return test_undef<CustomType2>(deviceID, context, queue, "undef_struct_struct_simple"); in TEST_SPIRV_FUNC()