Home
last modified time | relevance | path

Searched defs:DataInfoSpec (Results 1 – 1 of 1) sorted by relevance

/aosp_15_r20/external/OpenCL-CTS/test_conformance/conversions/
H A Dconversions_data_info.h79 struct DataInfoSpec : public DataInitBase struct
94 std::pair<OutType, OutType> ranges;
97 std::vector<std::pair<InType, InType>> clamp_ranges;
99 std::vector<MTdataHolder> mdv;
101 void conv_array(void *out, void *in, size_t n) override in conv_array()
129 DataInfoSpec<InType, OutType>::DataInfoSpec(const DataInitInfo &agg) in DataInfoSpec() argument