Home
last modified time | relevance | path

Searched refs:r_buf (Results 1 – 13 of 13) sorted by relevance

/third_party/mesa3d/src/gallium/frontends/clover/core/
Dproperty.hpp94 property_buffer(void *r_buf, size_t size, size_t *r_size) : in property_buffer() argument
95 r_buf(r_buf), size(size), r_size(r_size) { in property_buffer()
124 if (r_buf && size < n * sizeof(T)) in allocate()
130 if (r_buf) in allocate()
131 return range((T *)r_buf, n); in allocate()
137 void *const r_buf; member in clover::property_buffer
/third_party/mesa3d/src/gallium/frontends/clover/api/
Dplatform.cpp62 size_t size, void *r_buf, size_t *r_size) try { in GetPlatformInfo() argument
63 property_buffer buf { r_buf, size, r_size }; in GetPlatformInfo()
237 size_t size, void *r_buf, size_t *r_size) { in clGetPlatformInfo() argument
238 return GetPlatformInfo(d_platform, param, size, r_buf, r_size); in clGetPlatformInfo()
Dmemory.cpp369 cl_image_format *r_buf, cl_uint *r_count) try { in clGetSupportedImageFormats() argument
388 if (r_buf && !count) in clGetSupportedImageFormats()
391 if (r_buf) in clGetSupportedImageFormats()
394 r_buf); in clGetSupportedImageFormats()
407 size_t size, void *r_buf, size_t *r_size) try { in clGetMemObjectInfo() argument
408 property_buffer buf { r_buf, size, r_size }; in clGetMemObjectInfo()
486 size_t size, void *r_buf, size_t *r_size) try { in clGetImageInfo() argument
487 property_buffer buf { r_buf, size, r_size }; in clGetImageInfo()
Dkernel.cpp112 size_t size, void *r_buf, size_t *r_size) try { in clGetKernelInfo() argument
113 property_buffer buf { r_buf, size, r_size }; in clGetKernelInfo()
154 size_t size, void *r_buf, size_t *r_size) try { in clGetKernelWorkGroupInfo() argument
155 property_buffer buf { r_buf, size, r_size }; in clGetKernelWorkGroupInfo()
199 size_t size, void *r_buf, size_t *r_size) try { in clGetKernelArgInfo() argument
200 property_buffer buf { r_buf, size, r_size }; in clGetKernelArgInfo()
Devent.cpp88 size_t size, void *r_buf, size_t *r_size) try { in clGetEventInfo() argument
89 property_buffer buf { r_buf, size, r_size }; in clGetEventInfo()
254 size_t size, void *r_buf, size_t *r_size) try { in clGetEventProfilingInfo() argument
255 property_buffer buf { r_buf, size, r_size }; in clGetEventProfilingInfo()
Dsampler.cpp67 size_t size, void *r_buf, size_t *r_size) try { in clGetSamplerInfo() argument
68 property_buffer buf { r_buf, size, r_size }; in clGetSamplerInfo()
Dqueue.cpp76 size_t size, void *r_buf, size_t *r_size) try { in clGetCommandQueueInfo() argument
77 property_buffer buf { r_buf, size, r_size }; in clGetCommandQueueInfo()
Dcontext.cpp115 size_t size, void *r_buf, size_t *r_size) try { in clGetContextInfo() argument
116 property_buffer buf { r_buf, size, r_size }; in clGetContextInfo()
Dprogram.cpp479 size_t size, void *r_buf, size_t *r_size) try { in clGetProgramInfo() argument
480 property_buffer buf { r_buf, size, r_size }; in clGetProgramInfo()
559 size_t size, void *r_buf, size_t *r_size) try { in clGetProgramBuildInfo() argument
560 property_buffer buf { r_buf, size, r_size }; in clGetProgramBuildInfo()
Ddispatch.hpp37 size_t size, void *r_buf, size_t *r_size);
Ddevice.cpp116 size_t size, void *r_buf, size_t *r_size) try { in clGetDeviceInfo() argument
117 property_buffer buf { r_buf, size, r_size }; in clGetDeviceInfo()
/third_party/selinux/libsepol/src/
Dservices.c389 char **r_buf, in constraint_expr_eval_reason() argument
788 if (r_buf && ((s[0] == 0) || ((s[0] == 1 && in constraint_expr_eval_reason()
791 char *p, **new_buf = r_buf; in constraint_expr_eval_reason()
800 p = *r_buf ? (*r_buf + reason_buf_used) : NULL; in constraint_expr_eval_reason()
805 *new_buf = realloc(*r_buf, new_buf_len); in constraint_expr_eval_reason()
810 **r_buf = **new_buf; in constraint_expr_eval_reason()
846 char **r_buf,
911 char **r_buf, in context_struct_compute_av() argument
986 tclass, constraint, r_buf, flags)) { in context_struct_compute_av()
/third_party/wpa_supplicant/wpa_supplicant-2.9_standard/src/crypto/
Dcrypto_openssl.c2809 u8 *r_buf, *s_buf; in crypto_ec_key_sign_r_s() local
2837 r_buf = wpabuf_put(buf, prime_len); in crypto_ec_key_sign_r_s()
2839 if (crypto_bignum_to_bin((const struct crypto_bignum *) r, r_buf, in crypto_ec_key_sign_r_s()