/external/mesa3d/src/gallium/state_trackers/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() 127 if (r_size) in allocate() 128 *r_size = n * sizeof(T); in allocate() 139 size_t *const r_size; member in clover::property_buffer
|
/external/mesa3d/src/gallium/state_trackers/clover/api/ |
D | platform.cpp | 50 size_t size, void *r_buf, size_t *r_size) try { in GetPlatformInfo() argument 51 property_buffer buf { r_buf, size, r_size }; in GetPlatformInfo() 122 size_t size, void *r_buf, size_t *r_size) { in clGetPlatformInfo() argument 123 return GetPlatformInfo(d_platform, param, size, r_buf, r_size); in clGetPlatformInfo()
|
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() 150 size_t size, void *r_buf, size_t *r_size) try { in clGetKernelWorkGroupInfo() argument 151 property_buffer buf { r_buf, size, r_size }; in clGetKernelWorkGroupInfo() 195 size_t size, void *r_buf, size_t *r_size) { in clGetKernelArgInfo() argument
|
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() 253 size_t size, void *r_buf, size_t *r_size) try { in clGetEventProfilingInfo() argument 254 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 | memory.cpp | 268 size_t size, void *r_buf, size_t *r_size) try { in clGetMemObjectInfo() argument 269 property_buffer buf { r_buf, size, r_size }; in clGetMemObjectInfo() 323 size_t size, void *r_buf, size_t *r_size) try { in clGetImageInfo() argument 324 property_buffer buf { r_buf, size, r_size }; in clGetImageInfo()
|
D | program.cpp | 320 size_t size, void *r_buf, size_t *r_size) try { in clGetProgramInfo() argument 321 property_buffer buf { r_buf, size, r_size }; in clGetProgramInfo() 389 size_t size, void *r_buf, size_t *r_size) try { in clGetProgramBuildInfo() argument 390 property_buffer buf { r_buf, size, r_size }; in clGetProgramBuildInfo()
|
D | device.cpp | 99 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()
|
D | dispatch.hpp | 775 size_t size, void *r_buf, size_t *r_size);
|
/external/syslinux/gpxe/src/arch/i386/interface/pcbios/ |
D | memtop_umalloc.c | 71 unsigned long r_size; in init_eheap() local 89 r_size = ( r_end - r_start ); in init_eheap() 90 if ( r_size > heap_size ) { in init_eheap() 93 heap_size = r_size; in init_eheap()
|
/external/mesa3d/src/gallium/auxiliary/vl/ |
D | vl_mpeg12_bitstream.c | 632 int r_size = bs->desc->f_code[s][t]; in motion_vector() local 637 assert(r_size >= 0); in motion_vector() 638 if (r_size && motion_code) { in motion_vector() 639 int residual = vl_vlc_get_uimsbf(&bs->vlc, r_size) + 1; in motion_vector() 640 delta[t] = ((abs(motion_code) - 1) << r_size) + residual; in motion_vector()
|
/external/tcpdump/ |
D | nameser.h | 251 int r_size; /* size of data area */ member
|