Home
last modified time | relevance | path

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

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

Completed in 2 milliseconds