Home
last modified time | relevance | path

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

/external/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
/external/mesa3d/src/gallium/frontends/clover/api/
Dmemory.cpp265 cl_image_format *r_buf, cl_uint *r_count) try { in clGetSupportedImageFormats() argument
271 if (r_buf && !count) in clGetSupportedImageFormats()
274 if (r_buf) in clGetSupportedImageFormats()
277 r_buf); in clGetSupportedImageFormats()
290 size_t size, void *r_buf, size_t *r_size) try { in clGetMemObjectInfo() argument
291 property_buffer buf { r_buf, size, r_size }; in clGetMemObjectInfo()
355 size_t size, void *r_buf, size_t *r_size) try { in clGetImageInfo() argument
356 property_buffer buf { r_buf, size, r_size }; in clGetImageInfo()
Dplatform.cpp54 size_t size, void *r_buf, size_t *r_size) try { in GetPlatformInfo() argument
55 property_buffer buf { r_buf, size, r_size }; in GetPlatformInfo()
216 size_t size, void *r_buf, size_t *r_size) { in clGetPlatformInfo() argument
217 return GetPlatformInfo(d_platform, param, size, r_buf, r_size); in clGetPlatformInfo()
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.cpp408 size_t size, void *r_buf, size_t *r_size) try { in clGetProgramInfo() argument
409 property_buffer buf { r_buf, size, r_size }; in clGetProgramInfo()
477 size_t size, void *r_buf, size_t *r_size) try { in clGetProgramBuildInfo() argument
478 property_buffer buf { r_buf, size, r_size }; in clGetProgramBuildInfo()
Ddispatch.hpp37 size_t size, void *r_buf, size_t *r_size);
Ddevice.cpp99 size_t size, void *r_buf, size_t *r_size) try { in clGetDeviceInfo() argument
100 property_buffer buf { r_buf, size, r_size }; in clGetDeviceInfo()
/external/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()
/external/libyuv/files/source/
Drow_any.cc191 void NAMEANY(const STYPE* r_buf, const STYPE* g_buf, const STYPE* b_buf, \
199 ANY_SIMD(r_buf, g_buf, b_buf, a_buf, dst_ptr, depth, n); \
201 memcpy(temp, r_buf + n, r * SBPP); \
478 void NAMEANY(const STYPE* r_buf, const STYPE* g_buf, const STYPE* b_buf, \
486 ANY_SIMD(r_buf, g_buf, b_buf, dst_ptr, depth, n); \
488 memcpy(temp, r_buf + n, r * SBPP); \
/external/libyuv/files/include/libyuv/
Drow.h2397 void MergeXR30Row_Any_AVX2(const uint16_t* r_buf,
2403 void MergeAR64Row_Any_AVX2(const uint16_t* r_buf,
2410 void MergeXR64Row_Any_AVX2(const uint16_t* r_buf,
2416 void MergeARGB16To8Row_Any_AVX2(const uint16_t* r_buf,
2423 void MergeXRGB16To8Row_Any_AVX2(const uint16_t* r_buf,
2429 void MergeXR30Row_Any_NEON(const uint16_t* r_buf,
2435 void MergeXR30Row_10_Any_NEON(const uint16_t* r_buf,
2441 void MergeAR64Row_Any_NEON(const uint16_t* r_buf,
2448 void MergeARGB16To8Row_Any_NEON(const uint16_t* r_buf,
2455 void MergeXR64Row_Any_NEON(const uint16_t* r_buf,
[all …]
/external/wpa_supplicant_8/src/crypto/
Dcrypto_openssl.c3944 u8 *r_buf, *s_buf; in crypto_ec_key_sign_r_s() local
3967 r_buf = wpabuf_put(buf, prime_len); in crypto_ec_key_sign_r_s()
3969 if (crypto_bignum_to_bin((const struct crypto_bignum *) r, r_buf, in crypto_ec_key_sign_r_s()