Home
last modified time | relevance | path

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

/external/mesa3d/src/gallium/state_trackers/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 …]
/external/mesa3d/src/gallium/state_trackers/clover/api/
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()
Dplatform.cpp51 property_buffer buf { r_buf, size, r_size }; in GetPlatformInfo()
Dkernel.cpp113 property_buffer buf { r_buf, size, r_size }; in clGetKernelInfo()
151 property_buffer buf { r_buf, size, r_size }; in clGetKernelWorkGroupInfo()
Dcontext.cpp116 property_buffer buf { r_buf, size, r_size }; in clGetContextInfo()
Dprogram.cpp321 property_buffer buf { r_buf, size, r_size }; in clGetProgramInfo()
390 property_buffer buf { r_buf, size, r_size }; in clGetProgramBuildInfo()
Dmemory.cpp269 property_buffer buf { r_buf, size, r_size }; in clGetMemObjectInfo()
324 property_buffer buf { r_buf, size, r_size }; in clGetImageInfo()
Ddevice.cpp100 property_buffer buf { r_buf, size, r_size }; in clGetDeviceInfo()