Searched refs:d_props (Results 1 - 4 of 4) sorted by relevance

/xsrc/external/mit/MesaLib.old/dist/src/gallium/state_trackers/clover/core/core/
H A Dproperty.hpp225 obj(const D *d_props) { argument
228 while (d_props && *d_props) {
229 auto key = *d_props++;
230 auto value = *d_props++;
248 std::vector<D> d_props; local in function:clover::desc
251 d_props.push_back(prop.first);
252 d_props.push_back(prop.second.template as<D>());
255 d_props.push_back(0);
257 return d_props;
[all...]
/xsrc/external/mit/MesaLib/dist/src/gallium/frontends/clover/core/
H A Dproperty.hpp231 obj(const D *d_props) { argument
234 while (d_props && *d_props) {
235 auto key = *d_props++;
236 auto value = *d_props++;
254 std::vector<D> d_props; local in function:clover::desc
257 d_props.push_back(prop.first);
258 d_props.push_back(prop.second.template as<D>());
261 d_props.push_back(0);
263 return d_props;
[all...]
/xsrc/external/mit/MesaLib.old/dist/src/gallium/state_trackers/clover/api/
H A Dcontext.cpp30 clCreateContext(const cl_context_properties *d_props, cl_uint num_devs, argument
35 auto props = obj<property_list_tag>(d_props);
62 clCreateContextFromType(const cl_context_properties *d_props, argument
85 return clCreateContext(d_props, num_devices, devs.data(), pfn_notify,
/xsrc/external/mit/MesaLib/dist/src/gallium/frontends/clover/api/
H A Dcontext.cpp30 clCreateContext(const cl_context_properties *d_props, cl_uint num_devs, argument
35 auto props = obj<property_list_tag>(d_props);
62 clCreateContextFromType(const cl_context_properties *d_props, argument
85 return clCreateContext(d_props, num_devices, devs.data(), pfn_notify,

Completed in 4 milliseconds