/third_party/mesa3d/src/gallium/drivers/iris/ |
H A D | iris_binder.c | 40 * binder BOs. IRIS_MEMZONE_SURFACE contains the rest of the 4GB, and is 42 * Surface State Base Address to the binder BO's address, and offset the 47 * we run out of space in the binder, which hopefully won't happen too often. 57 binder_has_space(struct iris_binder *binder, unsigned size) in binder_has_space() argument 59 return binder->insert_point + size <= binder->size; in binder_has_space() 67 struct iris_binder *binder = &ice->state.binder; in binder_realloc() local 69 if (binder->bo) in binder_realloc() 70 iris_bo_unreference(binder in binder_realloc() 96 binder_insert(struct iris_binder *binder, unsigned size) binder_insert() argument 113 struct iris_binder *binder = &ice->state.binder; iris_binder_reserve() local 132 struct iris_binder *binder = &ice->state.binder; iris_binder_reserve_3d() local 192 struct iris_binder *binder = &ice->state.binder; iris_binder_reserve_compute() local 236 iris_destroy_binder(struct iris_binder *binder) iris_destroy_binder() argument [all...] |
H A D | iris_blorp.c | 162 struct iris_binder *binder = &ice->state.binder; in blorp_alloc_binding_table() local 167 uint32_t *bt_map = binder->map + bt_offset; in blorp_alloc_binding_table() 169 uint32_t surf_base_offset = GFX_VER < 11 ? binder->bo->address : 0; in blorp_alloc_binding_table() 180 iris_use_pinned_bo(batch, binder->bo, false, IRIS_DOMAIN_NONE); in blorp_alloc_binding_table() 182 batch->screen->vtbl.update_binder_address(batch, binder); in blorp_alloc_binding_table()
|
H A D | iris_binder.h | 59 void iris_destroy_binder(struct iris_binder *binder);
|
H A D | iris_draw.c | 308 batch->screen->vtbl.update_binder_address(batch, &ice->state.binder); in iris_draw_vbo() 420 batch->screen->vtbl.update_binder_address(batch, &ice->state.binder); in iris_launch_grid()
|
H A D | iris_state.c | 5096 const struct iris_binder *binder = &ice->state.binder; in iris_populate_binding_table() local 5104 uint32_t surf_base_offset = GFX_VER < 11 ? binder->bo->address : 0; in iris_populate_binding_table() 5106 uint32_t *bt_map = binder->map + binder->bt_offset[stage]; in iris_populate_binding_table() 5471 struct iris_binder *binder) in iris_update_binder_address() 5473 if (batch->last_binder_address == binder->bo->address) in iris_update_binder_address() 5494 iris_emit_pipe_control_flush(batch, "Stall for binder realloc", in iris_update_binder_address() 5498 btpa.BindingTablePoolBaseAddress = ro_bo(binder->bo, 0); in iris_update_binder_address() 5499 btpa.BindingTablePoolBufferSize = binder in iris_update_binder_address() 5470 iris_update_binder_address(struct iris_batch *batch, struct iris_binder *binder) iris_update_binder_address() argument 5812 struct iris_binder *binder = &ice->state.binder; iris_upload_dirty_render_state() local 7126 struct iris_binder *binder = &ice->state.binder; iris_upload_compute_walker() local 7191 struct iris_binder *binder = &ice->state.binder; iris_upload_gpgpu_walker() local [all...] |
H A D | iris_screen.h | 71 struct iris_binder *binder);
|
/third_party/wpa_supplicant/wpa_supplicant-2.9/wpa_supplicant/binder/ |
H A D | supplicant.cpp | 2 * binder interface for wpa_supplicant daemon 17 android::binder::Status Supplicant::CreateInterface( in CreateInterface() 25 return android::binder::Status::fromServiceSpecificError( in CreateInterface() 39 return android::binder::Status::fromServiceSpecificError( in CreateInterface() 44 android::binder::Status status; in CreateInterface() 56 /* The supplicant core creates a corresponding binder object via in CreateInterface() 59 status = android::binder::Status::fromServiceSpecificError( in CreateInterface() 70 android::binder::Status::fromServiceSpecificError( in CreateInterface() 73 "binder error.")); in CreateInterface() 75 status = android::binder in CreateInterface() [all...] |
H A D | binder.cpp | 2 * binder interface for wpa_supplicant daemon 10 #include <binder/IPCThreadState.h> 11 #include <binder/IServiceManager.h> 12 #include <binder/ProcessState.h> 17 #include "binder.h" 30 MSG_DEBUG, "Processing binder events on FD %d", priv->binder_fd); in wpas_binder_sock_handler() 47 wpa_printf(MSG_INFO, "Process binder events on FD %d", priv->binder_fd); in wpas_binder_init() 50 /* Look for read events from the binder socket in the eloop. */ in wpas_binder_init() 59 /* We may not need to store this binder manager reference in the in wpas_binder_init() 82 if (!wpa_s->global->binder) in wpas_binder_register_interface() [all...] |
H A D | supplicant.h | 2 * binder interface for wpa_supplicant daemon 26 * Implementation of the supplicant binder object. This binder 36 android::binder::Status CreateInterface( 39 android::binder::Status 41 android::binder::Status GetInterface(
|
H A D | binder_manager.cpp | 2 * binder interface for wpa_supplicant daemon 10 #include <binder/IServiceManager.h> 40 /* Create the main binder service object and register with in registerBinderService()
|
/third_party/wpa_supplicant/wpa_supplicant-2.9_standard/wpa_supplicant/binder/ |
H A D | supplicant.cpp | 2 * binder interface for wpa_supplicant daemon 17 android::binder::Status Supplicant::CreateInterface( in CreateInterface() 25 return android::binder::Status::fromServiceSpecificError( in CreateInterface() 39 return android::binder::Status::fromServiceSpecificError( in CreateInterface() 44 android::binder::Status status; in CreateInterface() 56 /* The supplicant core creates a corresponding binder object via in CreateInterface() 59 status = android::binder::Status::fromServiceSpecificError( in CreateInterface() 70 android::binder::Status::fromServiceSpecificError( in CreateInterface() 73 "binder error.")); in CreateInterface() 75 status = android::binder in CreateInterface() [all...] |
H A D | binder.cpp | 2 * binder interface for wpa_supplicant daemon 10 #include <binder/IPCThreadState.h> 11 #include <binder/IServiceManager.h> 12 #include <binder/ProcessState.h> 17 #include "binder.h" 30 MSG_DEBUG, "Processing binder events on FD %d", priv->binder_fd); in wpas_binder_sock_handler() 47 wpa_printf(MSG_INFO, "Process binder events on FD %d", priv->binder_fd); in wpas_binder_init() 50 /* Look for read events from the binder socket in the eloop. */ in wpas_binder_init() 59 /* We may not need to store this binder manager reference in the in wpas_binder_init() 82 if (!wpa_s->global->binder) in wpas_binder_register_interface() [all...] |
H A D | supplicant.h | 2 * binder interface for wpa_supplicant daemon 26 * Implementation of the supplicant binder object. This binder 36 android::binder::Status CreateInterface( 39 android::binder::Status 41 android::binder::Status GetInterface(
|
H A D | binder_manager.cpp | 2 * binder interface for wpa_supplicant daemon 10 #include <binder/IServiceManager.h> 40 /* Create the main binder service object and register with in registerBinderService()
|
/third_party/vk-gl-cts/modules/glshared/ |
H A D | glsLifetimeTests.cpp | 276 Binder& binder = *getElementType().binder(); in initAttachment() local 281 binder.enableLogging(false); in initAttachment() 282 binder.bind(element); in initAttachment() 284 binder.bind(0); in initAttachment() 285 binder.enableLogging(true); in initAttachment() 902 Binder& binder (void) { return *m_type.binder(); } in binder() function in deqp::gls::LifetimeTests::details::LifeTest 939 binder().bind(*name); in testBind() 942 binder() in testBind() 1134 const Binder* const binder = type.binder(); replaceName() local [all...] |
H A D | glsLifetimeTests.hpp | 143 virtual Binder* binder (void) const { return DE_NULL; } in binder() function in deqp::gls::LifetimeTests::details::Type 169 Binder* binder (void) const { return m_binder; } in binder() function in deqp::gls::LifetimeTests::details::SimpleType
|
/third_party/lzma/CPP/7zip/Common/ |
H A D | StreamBinder.cpp | 16 CBinderInStream(CStreamBinder *binder): _binder(binder) {}
in CBinderInStream() argument 30 CBinderOutStream(CStreamBinder *binder): _binder(binder) {}
|
/third_party/node/deps/ngtcp2/ngtcp2/lib/ |
H A D | ngtcp2_rtb.c | 137 ngtcp2_frame_chain_binder *binder; in ngtcp2_frame_chain_del() local 143 binder = frc->binder; in ngtcp2_frame_chain_del() 144 if (binder && --binder->refcount == 0) { in ngtcp2_frame_chain_del() 145 ngtcp2_mem_free(mem, binder); in ngtcp2_frame_chain_del() 154 ngtcp2_frame_chain_binder *binder; in ngtcp2_frame_chain_objalloc_del() local 192 binder = frc->binder; in ngtcp2_frame_chain_objalloc_del() 193 if (binder in ngtcp2_frame_chain_objalloc_del() 231 ngtcp2_frame_chain_binder *binder; ngtcp2_bind_frame_chains() local [all...] |
H A D | ngtcp2_rtb.h | 57 * ngtcp2_frame_chains bound to the same binder must have the same 79 ngtcp2_frame_chain_binder *binder; member 92 * a->binder. |b| must not have non-NULL b->binder.
|
/third_party/node/deps/npm/node_modules/function-bind/ |
H A D | implementation.js | 50 var binder = function () { 74 bound = Function('binder', 'return function (' + joiny(boundArgs, ',') + '){ return binder.apply(this,arguments); }')(binder);
|
/third_party/ltp/testcases/network/packet/ |
H A D | fanout01.c | 40 void *binder(void *unused) in binder() function 58 tst_fzsync_pair_reset(&pair, binder); in run()
|
/third_party/typescript/tests/baselines/reference/ |
H A D | parserRealSource9.js | 203 (key, sym, binder) => { 204 binder.bindSymbol(scope, sym); 394 table.map(function (key, sym, binder) {
395 binder.bindSymbol(scope, sym);
|
/third_party/wpa_supplicant/wpa_supplicant-2.9/wpa_supplicant/ |
H A D | notify.c | 16 #include "binder/binder.h" 39 global->binder = wpas_binder_init(global); in wpas_notify_supplicant_initialized() 40 if (!global->binder) in wpas_notify_supplicant_initialized() 56 if (global->binder) in wpas_notify_supplicant_deinitialized() 57 wpas_binder_deinit(global->binder); in wpas_notify_supplicant_deinitialized()
|
/third_party/mbedtls/library/ |
H A D | ssl_tls13_server.c | 165 * anything to do with binder check. A binder check is done only when a 167 * pre-shared-key: if the binder check fails, we fail the handshake and we do 168 * not try to find another pre-shared-key for which the binder check would 210 * computing the PSK binder value. in ssl_tls13_offered_psks_check_identity_match_ticket() 406 const unsigned char *binder, size_t binder_len, in ssl_tls13_offered_psks_check_binder_match() 442 MBEDTLS_SSL_DEBUG_MSG(1, ("PSK binder calculation failed.")); in ssl_tls13_offered_psks_check_binder_match() 446 MBEDTLS_SSL_DEBUG_BUF(3, "psk binder ( computed ): ", in ssl_tls13_offered_psks_check_binder_match() 448 MBEDTLS_SSL_DEBUG_BUF(3, "psk binder ( received ): ", binder, binder_le in ssl_tls13_offered_psks_check_binder_match() 404 ssl_tls13_offered_psks_check_binder_match( mbedtls_ssl_context *ssl, const unsigned char *binder, size_t binder_len, int psk_type, psa_algorithm_t psk_hash_alg) ssl_tls13_offered_psks_check_binder_match() argument 572 const unsigned char *binder; ssl_tls13_parse_pre_shared_key_ext() local [all...] |
/third_party/wpa_supplicant/wpa_supplicant-2.9_standard/wpa_supplicant/ |
H A D | notify.c | 16 #include "binder/binder.h" 70 global->binder = wpas_binder_init(global); in wpas_notify_supplicant_initialized() 71 if (!global->binder) in wpas_notify_supplicant_initialized() 87 if (global->binder) in wpas_notify_supplicant_deinitialized() 88 wpas_binder_deinit(global->binder); in wpas_notify_supplicant_deinitialized()
|