Home
last modified time | relevance | path

Searched refs:as_vector (Results 1 – 5 of 5) sorted by relevance

/external/mesa3d/src/gallium/frontends/clover/api/
Dcontext.cpp129 buf.as_vector<cl_device_id>() = descs(ctx.devices()); in clGetContextInfo()
133 buf.as_vector<cl_context_properties>() = desc(ctx.properties()); in clGetContextInfo()
Ddevice.cpp121 buf.as_vector<size_t>() = dev.max_block_size(); in clGetDeviceInfo()
390 buf.as_vector<cl_device_partition_property>() = in clGetDeviceInfo()
399 buf.as_vector<cl_device_partition_property>() = in clGetDeviceInfo()
Dprogram.cpp428 buf.as_vector<cl_device_id>() = (prog.devices().size() ? in clGetProgramInfo()
438 buf.as_vector<size_t>() = map([&](const device &dev) { in clGetProgramInfo()
Dkernel.cpp168 buf.as_vector<size_t>() = kern.required_block_size(); in clGetKernelWorkGroupInfo()
/external/mesa3d/src/gallium/frontends/clover/core/
Dproperty.hpp106 as_vector() { in as_vector() function in clover::property_buffer