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/
H A 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/
H A Dplatform.cpp62 size_t size, void *r_buf, size_t *r_size) try { in GetPlatformInfo()
63 property_buffer buf { r_buf, size, r_size }; in GetPlatformInfo()
237 size_t size, void *r_buf, size_t *r_size) { in clGetPlatformInfo()
238 return GetPlatformInfo(d_platform, param, size, r_buf, r_size); in clGetPlatformInfo()
61 GetPlatformInfo(cl_platform_id d_platform, cl_platform_info param, size_t size, void *r_buf, size_t *r_size) GetPlatformInfo() argument
236 clGetPlatformInfo(cl_platform_id d_platform, cl_platform_info param, size_t size, void *r_buf, size_t *r_size) clGetPlatformInfo() argument
H A Devent.cpp88 size_t size, void *r_buf, size_t *r_size) try { in clGetEventInfo()
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()
255 property_buffer buf { r_buf, size, r_size }; in clGetEventProfilingInfo()
87 clGetEventInfo(cl_event d_ev, cl_event_info param, size_t size, void *r_buf, size_t *r_size) clGetEventInfo() argument
253 clGetEventProfilingInfo(cl_event d_ev, cl_profiling_info param, size_t size, void *r_buf, size_t *r_size) clGetEventProfilingInfo() argument
H A Dmemory.cpp369 cl_image_format *r_buf, cl_uint *r_count) try { in clGetSupportedImageFormats()
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()
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()
487 property_buffer buf { r_buf, size, r_size }; in clGetImageInfo()
367 clGetSupportedImageFormats(cl_context d_ctx, cl_mem_flags flags, cl_mem_object_type type, cl_uint count, cl_image_format *r_buf, cl_uint *r_count) clGetSupportedImageFormats() argument
406 clGetMemObjectInfo(cl_mem d_mem, cl_mem_info param, size_t size, void *r_buf, size_t *r_size) clGetMemObjectInfo() argument
485 clGetImageInfo(cl_mem d_mem, cl_image_info param, size_t size, void *r_buf, size_t *r_size) clGetImageInfo() argument
H A Dkernel.cpp112 size_t size, void *r_buf, size_t *r_size) try { in clGetKernelInfo()
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()
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()
200 property_buffer buf { r_buf, size, r_size }; in clGetKernelArgInfo()
111 clGetKernelInfo(cl_kernel d_kern, cl_kernel_info param, size_t size, void *r_buf, size_t *r_size) clGetKernelInfo() argument
152 clGetKernelWorkGroupInfo(cl_kernel d_kern, cl_device_id d_dev, cl_kernel_work_group_info param, size_t size, void *r_buf, size_t *r_size) clGetKernelWorkGroupInfo() argument
197 clGetKernelArgInfo(cl_kernel d_kern, cl_uint idx, cl_kernel_arg_info param, size_t size, void *r_buf, size_t *r_size) clGetKernelArgInfo() argument
H A Dsampler.cpp67 size_t size, void *r_buf, size_t *r_size) try { in clGetSamplerInfo()
68 property_buffer buf { r_buf, size, r_size }; in clGetSamplerInfo()
66 clGetSamplerInfo(cl_sampler d_s, cl_sampler_info param, size_t size, void *r_buf, size_t *r_size) clGetSamplerInfo() argument
H A Dqueue.cpp76 size_t size, void *r_buf, size_t *r_size) try { in clGetCommandQueueInfo()
77 property_buffer buf { r_buf, size, r_size }; in clGetCommandQueueInfo()
75 clGetCommandQueueInfo(cl_command_queue d_q, cl_command_queue_info param, size_t size, void *r_buf, size_t *r_size) clGetCommandQueueInfo() argument
H A Dcontext.cpp115 size_t size, void *r_buf, size_t *r_size) try { in clGetContextInfo()
116 property_buffer buf { r_buf, size, r_size }; in clGetContextInfo()
114 clGetContextInfo(cl_context d_ctx, cl_context_info param, size_t size, void *r_buf, size_t *r_size) clGetContextInfo() argument
H A Dprogram.cpp479 size_t size, void *r_buf, size_t *r_size) try { in clGetProgramInfo()
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()
560 property_buffer buf { r_buf, size, r_size }; in clGetProgramBuildInfo()
478 clGetProgramInfo(cl_program d_prog, cl_program_info param, size_t size, void *r_buf, size_t *r_size) clGetProgramInfo() argument
557 clGetProgramBuildInfo(cl_program d_prog, cl_device_id d_dev, cl_program_build_info param, size_t size, void *r_buf, size_t *r_size) clGetProgramBuildInfo() argument
H A Ddispatch.hpp37 size_t size, void *r_buf, size_t *r_size);
H A Ddevice.cpp116 size_t size, void *r_buf, size_t *r_size) try { in clGetDeviceInfo()
117 property_buffer buf { r_buf, size, r_size }; in clGetDeviceInfo()
115 clGetDeviceInfo(cl_device_id d_dev, cl_device_info param, size_t size, void *r_buf, size_t *r_size) clGetDeviceInfo() argument
/third_party/selinux/libsepol/src/
H A Dservices.c382 * 'tclass' should be '0' and r_buf MUST be NULL.
389 char **r_buf, in constraint_expr_eval_reason()
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()
384 constraint_expr_eval_reason(context_struct_t *scontext, context_struct_t *tcontext, context_struct_t *xcontext, sepol_security_class_t tclass, constraint_node_t *constraint, char **r_buf, unsigned int flags) constraint_expr_eval_reason() argument
905 context_struct_compute_av(context_struct_t * scontext, context_struct_t * tcontext, sepol_security_class_t tclass, sepol_access_vector_t requested, struct sepol_av_decision *avd, unsigned int *reason, char **r_buf, unsigned int flags) context_struct_compute_av() argument
[all...]
/third_party/wpa_supplicant/wpa_supplicant-2.9_standard/src/crypto/
H A 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()

Completed in 12 milliseconds