Searched refs:old_ptr (Results 1 - 7 of 7) sorted by relevance
| /xsrc/external/mit/MesaLib/dist/src/gallium/drivers/llvmpipe/ |
| H A D | lp_state_fs.h | 270 struct lp_fragment_shader *old_ptr = *ptr; local in function:lp_fs_reference 271 if (pipe_reference(old_ptr ? &(*ptr)->reference : NULL, shader ? &shader->reference : NULL)) { 272 llvmpipe_destroy_fs(llvmpipe, old_ptr); 286 struct lp_fragment_shader_variant *old_ptr = *ptr; local in function:lp_fs_variant_reference 287 if (pipe_reference(old_ptr ? &(*ptr)->reference : NULL, variant ? &variant->reference : NULL)) { 288 llvmpipe_destroy_shader_variant(llvmpipe, old_ptr);
|
| /xsrc/external/mit/MesaLib.old/dist/src/util/ |
| H A D | os_memory_debug.h | 61 void *old_ptr, size_t old_size, size_t new_size );
|
| /xsrc/external/mit/MesaLib/dist/src/util/ |
| H A D | os_memory_debug.h | 58 void *old_ptr, size_t old_size, size_t new_size );
|
| H A D | u_debug_memory.c | 223 void *old_ptr, size_t old_size, size_t new_size ) 229 if (!old_ptr) 233 debug_free( file, line, function, old_ptr ); 237 old_hdr = header_from_data(old_ptr); 241 old_ptr); 250 old_ptr); 282 memcpy( new_ptr, old_ptr, old_size < new_size ? old_size : new_size ); 222 debug_realloc(const char * file,unsigned line,const char * function,void * old_ptr,size_t old_size,size_t new_size) argument
|
| /xsrc/external/mit/MesaLib.old/dist/src/gallium/auxiliary/util/ |
| H A D | u_debug_memory.c | 224 void *old_ptr, size_t old_size, size_t new_size ) 230 if (!old_ptr) 234 debug_free( file, line, function, old_ptr ); 238 old_hdr = header_from_data(old_ptr); 242 old_ptr); 251 old_ptr); 283 memcpy( new_ptr, old_ptr, old_size < new_size ? old_size : new_size ); 223 debug_realloc(const char * file,unsigned line,const char * function,void * old_ptr,size_t old_size,size_t new_size) argument
|
| /xsrc/external/mit/xorg-server.old/dist/exa/ |
| H A D | exa_classic.c | 258 void* old_ptr = pPixmap->devPrivate.ptr; local in function:exaPixmapHasGpuCopy_classic 261 pPixmap->devPrivate.ptr = old_ptr;
|
| /xsrc/external/mit/xorg-server/dist/exa/ |
| H A D | exa_classic.c | 255 void *old_ptr = pPixmap->devPrivate.ptr; local in function:exaPixmapHasGpuCopy_classic 259 pPixmap->devPrivate.ptr = old_ptr;
|
Completed in 7 milliseconds