Home
last modified time | relevance | path

Searched refs:query_buf (Results 1 – 6 of 6) sorted by relevance

/external/mesa3d/src/gallium/drivers/freedreno/
Dfreedreno_query_hw.c354 if (!batch->query_buf) { in fd_hw_sample_init()
367 batch->query_buf = pscreen->resource_create(pscreen, &templ); in fd_hw_sample_init()
370 pipe_resource_reference(&samp->prsc, batch->query_buf); in fd_hw_sample_init()
391 fd_resource_resize(batch->query_buf, tile_stride * num_tiles); in fd_hw_query_prepare()
420 OUT_RELOCW(ring, fd_resource(batch->query_buf)->bo, offset, 0, 0); in fd_hw_query_prepare_tile()
Dfreedreno_draw.c164 resource_written(batch, batch->query_buf); in fd_draw_vbo()
335 resource_written(batch, batch->query_buf); in fd_clear()
Dfreedreno_batch.h183 struct pipe_resource *query_buf; member
Dfreedreno_batch.c113 pipe_resource_reference(&batch->query_buf, NULL); in batch_fini()
/external/wpa_supplicant_8/wpa_supplicant/hidl/1.0/
Dp2p_iface.cpp928 auto query_buf = misc_utils::convertVectorToWpaBuf(query); in addBonjourServiceInternal() local
930 if (!query_buf || !response_buf) { in addBonjourServiceInternal()
934 wpa_s, query_buf.get(), response_buf.get())) { in addBonjourServiceInternal()
939 query_buf.release(); in addBonjourServiceInternal()
948 auto query_buf = misc_utils::convertVectorToWpaBuf(query); in removeBonjourServiceInternal() local
949 if (!query_buf) { in removeBonjourServiceInternal()
952 if (wpas_p2p_service_del_bonjour(wpa_s, query_buf.get())) { in removeBonjourServiceInternal()
990 auto query_buf = misc_utils::convertVectorToWpaBuf(query); in requestServiceDiscoveryInternal() local
991 if (!query_buf) { in requestServiceDiscoveryInternal()
998 wpas_p2p_sd_request(wpa_s, dst_addr, query_buf.get()); in requestServiceDiscoveryInternal()
/external/wpa_supplicant_8/wpa_supplicant/hidl/1.1/
Dp2p_iface.cpp928 auto query_buf = misc_utils::convertVectorToWpaBuf(query); in addBonjourServiceInternal() local
930 if (!query_buf || !response_buf) { in addBonjourServiceInternal()
934 wpa_s, query_buf.get(), response_buf.get())) { in addBonjourServiceInternal()
939 query_buf.release(); in addBonjourServiceInternal()
948 auto query_buf = misc_utils::convertVectorToWpaBuf(query); in removeBonjourServiceInternal() local
949 if (!query_buf) { in removeBonjourServiceInternal()
952 if (wpas_p2p_service_del_bonjour(wpa_s, query_buf.get())) { in removeBonjourServiceInternal()
990 auto query_buf = misc_utils::convertVectorToWpaBuf(query); in requestServiceDiscoveryInternal() local
991 if (!query_buf) { in requestServiceDiscoveryInternal()
998 wpas_p2p_sd_request(wpa_s, dst_addr, query_buf.get()); in requestServiceDiscoveryInternal()