Home
last modified time | relevance | path

Searched refs:r_size (Results 1 – 14 of 14) sorted by relevance

/external/mesa3d/src/gallium/state_trackers/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()
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/
Dplatform.cpp50 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()
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()
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
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()
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()
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()
Dmemory.cpp268 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()
Dprogram.cpp320 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()
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()
Ddispatch.hpp775 size_t size, void *r_buf, size_t *r_size);
/external/syslinux/gpxe/src/arch/i386/interface/pcbios/
Dmemtop_umalloc.c71 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/
Dvl_mpeg12_bitstream.c632 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/
Dnameser.h251 int r_size; /* size of data area */ member