Home
last modified time | relevance | path

Searched refs:property_buffer (Results 1 – 10 of 10) sorted by relevance

/third_party/mesa3d/src/gallium/frontends/clover/core/
Dproperty.hpp32 class property_buffer;
38 property_scalar(property_buffer &buf) : buf(buf) { in property_scalar()
45 property_buffer &buf;
51 property_vector(property_buffer &buf) : buf(buf) { in property_vector()
59 property_buffer &buf;
65 property_matrix(property_buffer &buf) : buf(buf) { in property_matrix()
73 property_buffer &buf;
78 property_string(property_buffer &buf) : buf(buf) { in property_string()
85 property_buffer &buf;
92 class property_buffer { class
[all …]
/third_party/mesa3d/src/gallium/frontends/clover/api/
Dkernel.cpp113 property_buffer buf { r_buf, size, r_size }; in clGetKernelInfo()
155 property_buffer buf { r_buf, size, r_size }; in clGetKernelWorkGroupInfo()
200 property_buffer buf { r_buf, size, r_size }; in clGetKernelArgInfo()
Devent.cpp89 property_buffer buf { r_buf, size, r_size }; in clGetEventInfo()
255 property_buffer buf { r_buf, size, r_size }; in clGetEventProfilingInfo()
Dsampler.cpp68 property_buffer buf { r_buf, size, r_size }; in clGetSamplerInfo()
Dqueue.cpp77 property_buffer buf { r_buf, size, r_size }; in clGetCommandQueueInfo()
Dcontext.cpp116 property_buffer buf { r_buf, size, r_size }; in clGetContextInfo()
Dplatform.cpp63 property_buffer buf { r_buf, size, r_size }; in GetPlatformInfo()
Dmemory.cpp408 property_buffer buf { r_buf, size, r_size }; in clGetMemObjectInfo()
487 property_buffer buf { r_buf, size, r_size }; in clGetImageInfo()
Dprogram.cpp480 property_buffer buf { r_buf, size, r_size }; in clGetProgramInfo()
560 property_buffer buf { r_buf, size, r_size }; in clGetProgramBuildInfo()
Ddevice.cpp117 property_buffer buf { r_buf, size, r_size }; in clGetDeviceInfo()