Searched refs:new_handle (Results 1 - 6 of 6) sorted by relevance

/xsrc/external/mit/MesaLib/dist/src/drm-shim/
H A Ddevice.c342 for (int new_handle = 1; ; new_handle++) { local in function:drm_shim_bo_get_handle
343 void *key = (void *)(uintptr_t)new_handle;
348 return new_handle;
/xsrc/external/mit/xf86-video-vmware/dist/vmwgfx/
H A Dvmwgfx_xa_surface.c73 uint32_t handle, new_handle, dummy; local in function:vmwgfx_xa_surface_redefine
84 _xa_surface_handle(srf, &new_handle, &dummy) == XA_ERR_NONE &&
85 new_handle != handle) {
/xsrc/external/mit/MesaLib.old/dist/src/gallium/state_trackers/nine/
H A Dswapchain9.c828 D3DWindowBuffer *new_handle; local in function:present
830 create_present_buffer(This, target_width, target_height, &new_resource, &new_handle);
832 if (new_handle) {
834 This->present_handles[0] = new_handle;
/xsrc/external/mit/MesaLib/dist/src/gallium/frontends/nine/
H A Dswapchain9.c847 D3DWindowBuffer *new_handle; local in function:present
849 create_present_buffer(This, target_width, target_height, &new_resource, &new_handle);
851 if (new_handle) {
853 This->present_handles[0] = new_handle;
/xsrc/external/mit/MesaLib.old/dist/src/mesa/drivers/dri/i965/
H A Dintel_batchbuffer.c376 uint32_t old_handle, uint32_t new_handle)
380 rlist->relocs[i].target_handle = new_handle;
375 replace_bo_in_reloc_list(struct brw_reloc_list * rlist,uint32_t old_handle,uint32_t new_handle) argument
/xsrc/external/mit/MesaLib/dist/src/mesa/drivers/dri/i965/
H A Dbrw_batch.c387 uint32_t old_handle, uint32_t new_handle)
391 rlist->relocs[i].target_handle = new_handle;
386 replace_bo_in_reloc_list(struct brw_reloc_list * rlist,uint32_t old_handle,uint32_t new_handle) argument

Completed in 12 milliseconds