Searched refs:uintptr_to_pointer (Results 1 – 5 of 5) sorted by relevance
68 virgl_context_table, uintptr_to_pointer(ctx->ctx_id), ctx); in virgl_context_add()75 util_hash_table_remove(virgl_context_table, uintptr_to_pointer(ctx_id)); in virgl_context_remove()82 uintptr_to_pointer(ctx_id)); in virgl_context_lookup()
136 util_hash_table_set(res_hash, uintptr_to_pointer(res_id), res); in vrend_ctx_resource_insert()142 util_hash_table_remove(res_hash, uintptr_to_pointer(res_id)); in vrend_ctx_resource_remove()148 return util_hash_table_get(res_hash, uintptr_to_pointer(res_id)); in vrend_ctx_resource_lookup()
91 uintptr_to_pointer(res_id), in virgl_resource_create()174 util_hash_table_remove(virgl_resource_table, uintptr_to_pointer(res_id)); in virgl_resource_remove()180 uintptr_to_pointer(res_id)); in virgl_resource_lookup()
71 uintptr_to_pointer( uintptr_t u ) in uintptr_to_pointer() function88 return uintptr_to_pointer( aligned ); in align_pointer()