Home
last modified time | relevance | path

Searched refs:target_handle (Results 1 – 11 of 11) sorted by relevance

/third_party/mesa3d/src/intel/tools/
Dintel_dump_gpu.c151 handle = exec_objects[relocs[i].target_handle].handle; in relocate_bo()
153 handle = relocs[i].target_handle; in relocate_bo()
/third_party/mesa3d/src/mesa/drivers/dri/i965/
Dbrw_batch.c390 if (rlist->relocs[i].target_handle == old_handle) in replace_bo_in_reloc_list()
391 rlist->relocs[i].target_handle = new_handle; in replace_bo_in_reloc_list()
1003 .target_handle = batch->use_batch_first ? index : target->gem_handle, in emit_reloc()
Dbrw_screen.c2039 .target_handle = results->gem_handle, in brw_detect_pipelined_register()
/third_party/python/Modules/
D_winapi.c1196 HANDLE target_handle; in _winapi_DuplicateHandle_impl() local
1204 &target_handle, in _winapi_DuplicateHandle_impl()
1216 return target_handle; in _winapi_DuplicateHandle_impl()
/third_party/mbedtls/tests/suites/
Dtest_suite_psa_crypto_slot_management.function508 psa_key_handle_t target_handle = PSA_KEY_HANDLE_INIT;
555 PSA_ASSERT( psa_open_key( target_id, &target_handle ) );
/third_party/libdrm/include/drm/
Di915_drm.h789 __u32 target_handle; member
/third_party/mesa3d/include/drm-uapi/
Di915_drm.h988 __u32 target_handle; member
/third_party/mesa3d/src/intel/vulkan/
Danv_batch_chain.c225 entry->target_handle = -1; /* See also anv_cmd_buffer_process_relocs() */ in anv_reloc_list_add()
1370 list->relocs[i].target_handle = anv_bo_unwrap(list->reloc_bos[i])->index; in anv_cmd_buffer_process_relocs()
/third_party/mesa3d/src/gallium/drivers/crocus/
Dcrocus_batch.c413 .target_handle = target->index, in emit_reloc()
/third_party/mesa3d/src/intel/common/tests/
Dmi_builder_test.cpp364 reloc.target_handle = addr.gem_handle == test->data_bo_handle ? 0 : 1; in __gen_combine_address()
/third_party/libdrm/intel/
Dintel_bufmgr_gem.c2032 bo_gem->relocs[bo_gem->reloc_count].target_handle = in do_bo_emit_reloc()