Searched refs:property_buffer (Results 1 – 10 of 10) sorted by relevance
/external/mesa3d/src/gallium/state_trackers/clover/core/ |
D | property.hpp | 32 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/ |
D | event.cpp | 89 property_buffer buf { r_buf, size, r_size }; in clGetEventInfo() 255 property_buffer buf { r_buf, size, r_size }; in clGetEventProfilingInfo()
|
D | sampler.cpp | 68 property_buffer buf { r_buf, size, r_size }; in clGetSamplerInfo()
|
D | queue.cpp | 77 property_buffer buf { r_buf, size, r_size }; in clGetCommandQueueInfo()
|
D | platform.cpp | 51 property_buffer buf { r_buf, size, r_size }; in GetPlatformInfo()
|
D | kernel.cpp | 113 property_buffer buf { r_buf, size, r_size }; in clGetKernelInfo() 151 property_buffer buf { r_buf, size, r_size }; in clGetKernelWorkGroupInfo()
|
D | context.cpp | 116 property_buffer buf { r_buf, size, r_size }; in clGetContextInfo()
|
D | program.cpp | 321 property_buffer buf { r_buf, size, r_size }; in clGetProgramInfo() 390 property_buffer buf { r_buf, size, r_size }; in clGetProgramBuildInfo()
|
D | memory.cpp | 269 property_buffer buf { r_buf, size, r_size }; in clGetMemObjectInfo() 324 property_buffer buf { r_buf, size, r_size }; in clGetImageInfo()
|
D | device.cpp | 100 property_buffer buf { r_buf, size, r_size }; in clGetDeviceInfo()
|