/third_party/mesa3d/src/gallium/frontends/clover/core/ |
D | property.hpp | 94 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/ |
D | platform.cpp | 62 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()
|
D | memory.cpp | 369 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()
|
D | kernel.cpp | 112 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()
|
D | event.cpp | 88 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()
|
D | sampler.cpp | 67 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()
|
D | queue.cpp | 76 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()
|
D | context.cpp | 115 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()
|
D | program.cpp | 479 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()
|
D | dispatch.hpp | 37 size_t size, void *r_buf, size_t *r_size);
|
D | device.cpp | 116 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/ |
D | services.c | 389 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/ |
D | crypto_openssl.c | 2809 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()
|