Home
last modified time | relevance | path

Searched refs:old_handle (Results 1 – 5 of 5) sorted by relevance

/external/mesa3d/src/gallium/drivers/svga/
Dsvga_resource_buffer_upload.c253 struct svga_winsys_surface *old_handle = sbuf->handle; in svga_buffer_recreate_host_surface() local
256 assert(old_handle); in svga_buffer_recreate_host_surface()
266 SVGA_RETRY(svga, SVGA3D_vgpu10_BufferCopy(svga->swc, old_handle, in svga_buffer_recreate_host_surface()
/external/igt-gpu-tools/tests/i915/
Dgem_userptr_blits.c386 static void flink_userptr_bo(uint32_t old_handle, uint32_t new_handle) in flink_userptr_bo() argument
388 igt_assert(old_handle < num_handle_map); in flink_userptr_bo()
389 igt_assert(handle_ptr_map[old_handle]); in flink_userptr_bo()
392 handle_ptr_map[old_handle], in flink_userptr_bo()
393 handle_size_map[old_handle]); in flink_userptr_bo()
/external/igt-gpu-tools/tests/
Deviction_common.c36 void (*flink)(uint32_t old_handle, uint32_t new_handle);
/external/mesa3d/src/mesa/drivers/dri/i965/
Dintel_batchbuffer.c375 uint32_t old_handle, uint32_t new_handle) in replace_bo_in_reloc_list() argument
378 if (rlist->relocs[i].target_handle == old_handle) in replace_bo_in_reloc_list()
/external/u-boot/lib/efi_loader/
Defi_boottime.c2493 efi_handle_t old_handle; in efi_install_multiple_protocol_interfaces() local
2511 &old_handle)); in efi_install_multiple_protocol_interfaces()