Home
last modified time | relevance | path

Searched refs:next_info (Results 1 – 2 of 2) sorted by relevance

/external/webrtc/rtc_base/
Dip_address_unittest.cc523 struct addrinfo next_info; in TEST() local
524 memset(&next_info, 'A', sizeof(next_info)); in TEST()
525 test_info.ai_next = &next_info; in TEST()
545 memset(&next_info, 0, sizeof(next_info)); in TEST()
546 EXPECT_FALSE(IPFromAddrInfo(&next_info, &addr)); in TEST()
/external/mesa3d/src/gallium/auxiliary/util/
Du_threaded_context.c93 struct tc_full_draw_info **next_info) in is_next_call_a_mergeable_draw() argument
96 (*next_info = (struct tc_full_draw_info*)&next->payload) && in is_next_call_a_mergeable_draw()
99 (uint32_t*)&(*next_info)->draw + 2, in is_next_call_a_mergeable_draw()
123 struct tc_full_draw_info *next_info; in tc_batch_execute() local
130 is_next_call_a_mergeable_draw(first_info, next, &next_info)) { in tc_batch_execute()
137 multi[1].start = next_info->draw.start; in tc_batch_execute()
138 multi[1].count = next_info->draw.count; in tc_batch_execute()
140 if (next_info->draw.index_size) in tc_batch_execute()
141 pipe_resource_reference(&next_info->draw.index.resource, NULL); in tc_batch_execute()
146 is_next_call_a_mergeable_draw(first_info, next, &next_info); in tc_batch_execute()
[all …]