Home
last modified time | relevance | path

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

/third_party/mesa3d/src/gallium/frontends/clover/api/
Ddevice.cpp138 buf.as_vector<size_t>() = dev.max_block_size(); in clGetDeviceInfo()
405 buf.as_vector<cl_device_partition_property>() = in clGetDeviceInfo()
414 buf.as_vector<cl_device_partition_property>() = in clGetDeviceInfo()
436 buf.as_vector<cl_name_version>() = dev.opencl_c_all_versions(); in clGetDeviceInfo()
440 buf.as_vector<cl_name_version>() = dev.supported_extensions(); in clGetDeviceInfo()
444 buf.as_vector<cl_name_version>() = dev.opencl_c_features(); in clGetDeviceInfo()
454 buf.as_vector<cl_name_version>() = dev.supported_il_versions(); in clGetDeviceInfo()
458 buf.as_vector<cl_name_version>() = std::vector<cl_name_version>{}; in clGetDeviceInfo()
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()
Dprogram.cpp499 buf.as_vector<cl_device_id>() = (prog.devices().size() ? in clGetProgramInfo()
509 buf.as_vector<size_t>() = map([&](const device &dev) { in clGetProgramInfo()
542 buf.as_vector<char>() = prog.source(); in clGetProgramInfo()
Dqueue.cpp98 buf.as_vector<cl_queue_properties>() = q.properties(); in clGetCommandQueueInfo()
Dplatform.cpp98 buf.as_vector<cl_name_version>() = platform.supported_extensions(); in GetPlatformInfo()
Dkernel.cpp168 buf.as_vector<size_t>() = kern.required_block_size(); in clGetKernelWorkGroupInfo()
Dmemory.cpp472 buf.as_vector<cl_mem_properties>() = mem.properties(); in clGetMemObjectInfo()
/third_party/mesa3d/src/gallium/frontends/clover/core/
Dproperty.hpp106 as_vector() { in as_vector() function in clover::property_buffer