Searched refs:CustomType2 (Results 1 – 4 of 4) 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() typedef 70 CustomType2 value2 = {intvals, value1}; in TEST_SPIRV_FUNC() 72 std::vector<CustomType2> results(256, value2); in TEST_SPIRV_FUNC()
|
D | test_op_copy_object.cpp | 126 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()
|
D | test_op_constant.cpp | 130 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()
|
D | test_op_undef.cpp | 107 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()
|