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/
H A 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
94 property_buffer(void *r_buf, size_t size, size_t *r_size) : property_buffer() function in clover::property_buffer
[all...]
/third_party/mesa3d/src/gallium/frontends/clover/api/
H A Devent.cpp89 property_buffer buf { r_buf, size, r_size }; in clGetEventInfo()
255 property_buffer buf { r_buf, size, r_size }; in clGetEventProfilingInfo()
H A 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()
H A Dsampler.cpp68 property_buffer buf { r_buf, size, r_size }; in clGetSamplerInfo()
H A Dqueue.cpp77 property_buffer buf { r_buf, size, r_size }; in clGetCommandQueueInfo()
H A Dcontext.cpp116 property_buffer buf { r_buf, size, r_size }; in clGetContextInfo()
H A Dplatform.cpp63 property_buffer buf { r_buf, size, r_size }; in GetPlatformInfo()
H A Dprogram.cpp480 property_buffer buf { r_buf, size, r_size }; in clGetProgramInfo()
560 property_buffer buf { r_buf, size, r_size }; in clGetProgramBuildInfo()
H A Dmemory.cpp408 property_buffer buf { r_buf, size, r_size }; in clGetMemObjectInfo()
487 property_buffer buf { r_buf, size, r_size }; in clGetImageInfo()
H A Ddevice.cpp117 property_buffer buf { r_buf, size, r_size }; in clGetDeviceInfo()

Completed in 7 milliseconds