| /xsrc/external/mit/MesaLib/dist/src/vulkan/wsi/ |
| H A D | wsi_common_x11.c | 891 * the combined status. The chain status will eventually be returned from 899 _x11_swapchain_result(struct x11_swapchain *chain, VkResult result, 903 if (chain->status < 0) 904 return chain->status; 906 /* If we have a new error, mark it as permanent on the chain and return. */ 912 chain->status = result; 925 if (chain->status != VK_SUBOPTIMAL_KHR) { 930 chain->status = result; 935 return chain->status; 937 #define x11_swapchain_result(chain, resul 943 struct x11_swapchain *chain = (struct x11_swapchain *)wsi_chain; local in function:x11_get_wsi_image 951 x11_handle_dri3_present_event(struct x11_swapchain * chain,xcb_present_generic_event_t * event) argument 1040 x11_acquire_next_image_poll_x11(struct x11_swapchain * chain,uint32_t * image_index,uint64_t timeout) argument 1105 x11_acquire_next_image_from_queue(struct x11_swapchain * chain,uint32_t * image_index_out,uint64_t timeout) argument 1132 x11_present_to_x11_dri3(struct x11_swapchain * chain,uint32_t image_index,uint64_t target_msc) argument 1207 x11_present_to_x11_sw(struct x11_swapchain * chain,uint32_t image_index,uint64_t target_msc) argument 1233 x11_present_to_x11(struct x11_swapchain * chain,uint32_t image_index,uint64_t target_msc) argument 1246 struct x11_swapchain *chain = (struct x11_swapchain *)anv_chain; local in function:x11_acquire_next_image 1269 struct x11_swapchain *chain = (struct x11_swapchain *)anv_chain; local in function:x11_queue_present 1306 struct x11_swapchain *chain = state; local in function:x11_manage_fifo_queues 1407 x11_image_init(VkDevice device_h,struct x11_swapchain * chain,const VkSwapchainCreateInfoKHR * pCreateInfo,const VkAllocationCallbacks * pAllocator,const uint64_t * const * modifiers,const uint32_t * num_modifiers,int num_tranches,struct x11_image * image) argument 1537 x11_image_finish(struct x11_swapchain * chain,const VkAllocationCallbacks * pAllocator,struct x11_image * image) argument 1640 struct x11_swapchain *chain = (struct x11_swapchain *)anv_chain; local in function:x11_swapchain_destroy 1705 struct x11_swapchain *chain; local in function:x11_surface_create_swapchain [all...] |
| H A D | wsi_common_win32.c | 53 struct wsi_win32_swapchain *chain; member in struct:wsi_win32_image 330 wsi_create_native_image(const struct wsi_swapchain *chain, argument 338 const struct wsi_device *wsi = chain->wsi; 394 result = wsi->CreateImage(chain->device, &image_info, 395 &chain->alloc, &image->image); 400 wsi->GetImageMemoryRequirements(chain->device, image->image, &reqs); 425 result = wsi->AllocateMemory(chain->device, &memory_info, 426 &chain->alloc, &image->memory); 430 result = wsi->BindImageMemory(chain->device, image->image, 441 wsi->GetImageSubresourceLayout(chain 464 struct wsi_win32_swapchain *chain = (struct wsi_win32_swapchain *) drv_chain; local in function:wsi_win32_image_init 507 struct wsi_win32_swapchain *chain = local in function:wsi_win32_image_finish 520 struct wsi_win32_swapchain *chain = local in function:wsi_win32_swapchain_destroy 537 struct wsi_win32_swapchain *chain = local in function:wsi_win32_get_wsi_image 548 struct wsi_win32_swapchain *chain = local in function:wsi_win32_acquire_next_image 564 struct wsi_win32_swapchain *chain = (struct wsi_win32_swapchain *) drv_chain; local in function:wsi_win32_queue_present 611 struct wsi_win32_swapchain *chain; local in function:wsi_win32_surface_create_swapchain [all...] |
| H A D | wsi_common_wayland.c | 972 struct wsi_wl_swapchain *chain = (struct wsi_wl_swapchain *)wsi_chain; variable in typeref:struct:wsi_wl_swapchain * 973 return &chain->images[image_index].base; 981 struct wsi_wl_swapchain *chain = (struct wsi_wl_swapchain *)wsi_chain; local in function:wsi_wl_swapchain_acquire_next_image 984 int wl_fd = wl_display_get_fd(chain->display->wl_display); 993 int ret = wl_display_dispatch_queue_pending(chain->display->wl_display, 994 chain->display->queue); 999 for (uint32_t i = 0; i < chain->base.image_count; i++) { 1000 if (!chain->images[i].busy) { 1003 chain->images[i].busy = true; 1015 ret = wl_display_prepare_read_queue(chain 1054 struct wsi_wl_swapchain *chain = data; local in function:frame_handle_done 1071 struct wsi_wl_swapchain *chain = (struct wsi_wl_swapchain *)wsi_chain; local in function:wsi_wl_swapchain_queue_present 1143 wsi_wl_image_init(struct wsi_wl_swapchain * chain,struct wsi_wl_image * image,const VkSwapchainCreateInfoKHR * pCreateInfo,const VkAllocationCallbacks * pAllocator) argument 1230 struct wsi_wl_swapchain *chain = (struct wsi_wl_swapchain *)wsi_chain; local in function:wsi_wl_swapchain_destroy 1267 struct wsi_wl_swapchain *chain; local in function:wsi_wl_surface_create_swapchain [all...] |
| H A D | wsi_common_drm.c | 105 wsi_create_native_image(const struct wsi_swapchain *chain, argument 113 const struct wsi_device *wsi = chain->wsi; 196 modifier_props = vk_alloc(&chain->alloc, 255 image_modifiers = vk_alloc(&chain->alloc, 299 result = wsi->CreateImage(chain->device, &image_info, 300 &chain->alloc, &image->image); 305 wsi->GetImageMemoryRequirements(chain->device, image->image, &reqs); 311 wsi->GetImageSubresourceLayout(chain->device, image->image, 349 result = wsi->AllocateMemory(chain->device, &memory_info, 350 &chain 460 wsi_create_prime_image(const struct wsi_swapchain * chain,const VkSwapchainCreateInfoKHR * pCreateInfo,bool use_modifier,struct wsi_image * image) argument [all...] |
| H A D | wsi_common.c | 208 struct wsi_swapchain *chain, 215 memset(chain, 0, sizeof(*chain)); 217 vk_object_base_init(NULL, &chain->base, VK_OBJECT_TYPE_SWAPCHAIN_KHR); 219 chain->wsi = wsi; 220 chain->device = device; 221 chain->alloc = *pAllocator; 222 chain->use_prime_blit = false; 224 chain->cmd_pools = 227 if (!chain 207 wsi_swapchain_init(const struct wsi_device * wsi,struct wsi_swapchain * chain,VkDevice device,const VkSwapchainCreateInfoKHR * pCreateInfo,const VkAllocationCallbacks * pAllocator) argument 304 wsi_swapchain_finish(struct wsi_swapchain * chain) argument 323 wsi_destroy_image(const struct wsi_swapchain * chain,struct wsi_image * image) argument [all...] |
| H A D | wsi_common_private.h | 80 struct wsi_swapchain *chain, 89 void wsi_swapchain_finish(struct wsi_swapchain *chain); 92 wsi_create_native_image(const struct wsi_swapchain *chain, 101 wsi_create_prime_image(const struct wsi_swapchain *chain, 107 wsi_destroy_image(const struct wsi_swapchain *chain,
|
| H A D | wsi_common_display.c | 124 struct wsi_display_swapchain *chain; member in struct:wsi_display_image 1022 struct wsi_display_swapchain *chain = local in function:wsi_display_image_init 1024 struct wsi_display *wsi = chain->wsi; 1038 VkResult result = wsi_create_native_image(&chain->base, create_info, 1056 image->chain = chain; 1085 wsi_destroy_image(&chain->base, &image->base); 1095 struct wsi_display_swapchain *chain = local in function:wsi_display_image_finish 1097 struct wsi_display *wsi = chain->wsi; 1102 wsi_destroy_image(&chain 1109 struct wsi_display_swapchain *chain = local in function:wsi_display_swapchain_destroy 1124 struct wsi_display_swapchain *chain = local in function:wsi_display_get_wsi_image 1133 struct wsi_display_swapchain *chain = active_image->chain; local in function:wsi_display_idle_old_displaying 1158 struct wsi_display_swapchain *chain = image->chain; local in function:wsi_display_page_flip_handler2 1286 struct wsi_display_swapchain *chain = local in function:wsi_display_acquire_next_image 1662 struct wsi_display_swapchain *chain = local in function:_wsi_display_queue_next 1768 struct wsi_display_swapchain *chain = local in function:wsi_display_queue_present 1813 struct wsi_display_swapchain *chain = local in function:wsi_display_surface_create_swapchain [all...] |
| /xsrc/external/mit/MesaLib.old/dist/src/vulkan/wsi/ |
| H A D | wsi_common_x11.c | 749 * the combined status. The chain status will eventually be returned from 757 x11_swapchain_result(struct x11_swapchain *chain, VkResult result) 760 if (chain->status < 0) 761 return chain->status; 763 /* If we have a new error, mark it as permanent on the chain and return. */ 765 chain->status = result; 777 chain->status = result; 782 return chain->status; 788 struct x11_swapchain *chain = (struct x11_swapchain *)wsi_chain; local in function:x11_get_wsi_image 789 return &chain 796 x11_handle_dri3_present_event(struct x11_swapchain * chain,xcb_present_generic_event_t * event) argument 871 x11_acquire_next_image_poll_x11(struct x11_swapchain * chain,uint32_t * image_index,uint64_t timeout) argument 934 x11_acquire_next_image_from_queue(struct x11_swapchain * chain,uint32_t * image_index_out,uint64_t timeout) argument 961 x11_present_to_x11(struct x11_swapchain * chain,uint32_t image_index,uint32_t target_msc) argument 1026 struct x11_swapchain *chain = (struct x11_swapchain *)anv_chain; local in function:x11_acquire_next_image 1045 struct x11_swapchain *chain = (struct x11_swapchain *)anv_chain; local in function:x11_queue_present 1062 struct x11_swapchain *chain = state; local in function:x11_manage_fifo_queues 1114 x11_image_init(VkDevice device_h,struct x11_swapchain * chain,const VkSwapchainCreateInfoKHR * pCreateInfo,const VkAllocationCallbacks * pAllocator,const uint64_t * const * modifiers,const uint32_t * num_modifiers,int num_tranches,struct x11_image * image) argument 1218 x11_image_finish(struct x11_swapchain * chain,const VkAllocationCallbacks * pAllocator,struct x11_image * image) argument 1315 struct x11_swapchain *chain = (struct x11_swapchain *)anv_chain; local in function:x11_swapchain_destroy 1378 struct x11_swapchain *chain; local in function:x11_surface_create_swapchain [all...] |
| H A D | wsi_common_wayland.c | 747 struct wsi_wl_swapchain *chain = (struct wsi_wl_swapchain *)wsi_chain; local in function:WSI_DEFINE_NONDISP_HANDLE_CASTS 748 return &chain->images[image_index].base; 756 struct wsi_wl_swapchain *chain = (struct wsi_wl_swapchain *)wsi_chain; local in function:wsi_wl_swapchain_acquire_next_image 768 int ret = wl_display_dispatch_queue_pending(chain->display->wl_display, 769 chain->display->queue); 778 for (uint32_t i = 0; i < chain->base.image_count; i++) { 779 if (!chain->images[i].busy) { 782 chain->images[i].busy = true; 795 int ret = wl_display_roundtrip_queue(chain->display->wl_display, 796 chain 805 struct wsi_wl_swapchain *chain = data; local in function:frame_handle_done 822 struct wsi_wl_swapchain *chain = (struct wsi_wl_swapchain *)wsi_chain; local in function:wsi_wl_swapchain_queue_present 877 wsi_wl_image_init(struct wsi_wl_swapchain * chain,struct wsi_wl_image * image,const VkSwapchainCreateInfoKHR * pCreateInfo,const VkAllocationCallbacks * pAllocator) argument 954 struct wsi_wl_swapchain *chain = (struct wsi_wl_swapchain *)wsi_chain; local in function:wsi_wl_swapchain_destroy 991 struct wsi_wl_swapchain *chain; local in function:wsi_wl_surface_create_swapchain [all...] |
| H A D | wsi_common.c | 190 struct wsi_swapchain *chain, 197 memset(chain, 0, sizeof(*chain)); 199 chain->wsi = wsi; 200 chain->device = device; 201 chain->alloc = *pAllocator; 202 chain->use_prime_blit = false; 204 chain->cmd_pools = 207 if (!chain->cmd_pools) 217 result = wsi->CreateCommandPool(device, &cmd_pool_info, &chain 189 wsi_swapchain_init(const struct wsi_device * wsi,struct wsi_swapchain * chain,VkDevice device,const VkSwapchainCreateInfoKHR * pCreateInfo,const VkAllocationCallbacks * pAllocator) argument 284 wsi_swapchain_finish(struct wsi_swapchain * chain) argument 330 wsi_create_native_image(const struct wsi_swapchain * chain,const VkSwapchainCreateInfoKHR * pCreateInfo,uint32_t num_modifier_lists,const uint32_t * num_modifiers,const uint64_t * const * modifiers,struct wsi_image * image) argument 571 wsi_create_prime_image(const struct wsi_swapchain * chain,const VkSwapchainCreateInfoKHR * pCreateInfo,bool use_modifier,struct wsi_image * image) argument 774 wsi_destroy_image(const struct wsi_swapchain * chain,struct wsi_image * image) argument [all...] |
| H A D | wsi_common_private.h | 77 struct wsi_swapchain *chain, 86 void wsi_swapchain_finish(struct wsi_swapchain *chain); 89 wsi_create_native_image(const struct wsi_swapchain *chain, 97 wsi_create_prime_image(const struct wsi_swapchain *chain, 103 wsi_destroy_image(const struct wsi_swapchain *chain,
|
| H A D | wsi_common_display.c | 120 struct wsi_display_swapchain *chain; member in struct:wsi_display_image 988 struct wsi_display_swapchain *chain = local in function:wsi_display_image_init 990 struct wsi_display *wsi = chain->wsi; 1004 VkResult result = wsi_create_native_image(&chain->base, create_info, 1022 image->chain = chain; 1051 wsi_destroy_image(&chain->base, &image->base); 1061 struct wsi_display_swapchain *chain = local in function:wsi_display_image_finish 1063 struct wsi_display *wsi = chain->wsi; 1068 wsi_destroy_image(&chain 1075 struct wsi_display_swapchain *chain = local in function:wsi_display_swapchain_destroy 1090 struct wsi_display_swapchain *chain = local in function:wsi_display_get_wsi_image 1099 struct wsi_display_swapchain *chain = active_image->chain; local in function:wsi_display_idle_old_displaying 1124 struct wsi_display_swapchain *chain = image->chain; local in function:wsi_display_page_flip_handler2 1240 struct wsi_display_swapchain *chain = local in function:wsi_display_acquire_next_image 1599 struct wsi_display_swapchain *chain = local in function:_wsi_display_queue_next 1696 struct wsi_display_swapchain *chain = local in function:wsi_display_queue_present 1741 struct wsi_display_swapchain *chain = local in function:wsi_display_surface_create_swapchain [all...] |
| /xsrc/external/mit/MesaLib/dist/src/freedreno/rnn/ |
| H A D | rnn.c | 82 xmlNode *chain = attr->children; local in function:getcontent 85 while (chain) { 86 if (chain->type == XML_TEXT_NODE) 87 size += strlen(chain->content); 88 chain = chain->next; 91 chain = attr->children; 92 while (chain) { 93 if (chain->type == XML_TEXT_NODE) { 94 char* sp = chain 112 xmlNode *chain = attr->children; local in function:getattrib 239 xmlNode *chain = node->children; local in function:parsevalue 278 xmlNode *chain = node->children; local in function:parsespectype 343 xmlNode *chain = node->children; local in function:parseenum 374 xmlNode *chain = node->children; local in function:parsebitfield 448 xmlNode *chain = node->children; local in function:parsebitset 541 xmlNode *chain = node->children; local in function:trydelem 609 xmlNode *chain = node->children; local in function:trydelem 652 xmlNode *chain = node->children; local in function:parsegroup 728 xmlNode *chain = node->children; local in function:parsedomain 754 xmlNode *chain = node->children; local in function:parsecopyright 942 xmlNode *chain = root->children; local in function:rnn_parsefile [all...] |
| /xsrc/external/mit/xf86-video-intel/dist/src/sna/ |
| H A D | sna_dri2.c | 140 struct sna_dri2_event *chain; member in struct:sna_dri2_event 196 struct sna_dri2_event *chain; member in struct:dri2_window 373 assert(priv->chain == NULL || priv->chain->chained); 374 return priv->chain; 1543 priv->chain = NULL; 1652 assert(priv->chain != NULL); 1656 if (priv->chain != info) { 1657 struct sna_dri2_event *chain = priv->chain; local in function:sna_dri2_remove_event 1784 struct sna_dri2_event *info, *chain; local in function:sna_dri2_add_event 1842 struct sna_dri2_event *info, *chain; local in function:decouple_window 2498 chain_swap(struct sna_dri2_event * chain) argument 2737 struct sna_dri2_event *chain = dri2_chain(info->draw); local in function:sna_dri2_immediate_blit 2878 struct sna_dri2_event *chain = sna->dri2.flip_pending; local in function:chain_flip [all...] |
| /xsrc/external/mit/xf86-video-intel-2014/dist/src/sna/ |
| H A D | sna_dri2.c | 119 struct sna_dri2_event *chain; member in struct:sna_dri2_event 219 struct sna_dri2_event *chain; member in struct:dri2_window 235 return priv->chain; 1209 priv->chain = NULL; 1256 struct sna_dri2_event *chain; local in function:sna_dri2_remove_event 1264 assert(priv->chain != NULL); 1266 if (priv->chain == info) { 1267 priv->chain = info->chain; 1271 chain 1372 struct sna_dri2_event *info, *chain; local in function:sna_dri2_add_event 1450 struct sna_dri2_event *info, *chain; local in function:sna_dri2_destroy_window 2014 chain_swap(struct sna_dri2_event * chain) argument 2333 struct sna_dri2_event *chain = sna->dri2.flip_pending; local in function:chain_flip [all...] |
| /xsrc/external/mit/glu/dist/src/libnurbs/nurbtess/ |
| H A D | polyDBG.h | 41 Int DBG_intersectChain(vertexArray* chain, Int start, Int end, Real A[2], Real B[2]);
|
| /xsrc/external/mit/xkbcomp/dist/ |
| H A D | expr.h | 54 IdentLookupFunc chain; member in struct:_LookupPriv
|
| /xsrc/external/mit/xf86-video-intel-2014/dist/src/uxa/ |
| H A D | intel_dri.c | 470 * callback chain before those messages are sent. We submit 471 * our batch buffers from the flush callback chain so we know 783 assert(intel->pending_flip[info->pipe]->chain == NULL); 784 intel->pending_flip[info->pipe]->chain = info; 947 DRI2FrameEventPtr chain; local in function:I830DRI2FlipEventHandler 991 chain = flip_info->chain; 992 if (chain) { 994 if (chain->drawable_id) 996 chain [all...] |
| /xsrc/external/mit/MesaLib.old/dist/src/compiler/spirv/ |
| H A D | vtn_variables.c | 82 struct vtn_access_chain *chain; local in function:vtn_access_chain_create 85 size_t size = sizeof(*chain) + 86 (MAX2(length, 1) - 1) * sizeof(chain->link[0]); 87 chain = rzalloc_size(b, size); 88 chain->length = length; 90 return chain; 231 /* Dereference the given base pointer by the access chain */ 314 * a pointer which just has a block index and a later access chain 325 /* If we got here, there's more access chain to handle and we have the 327 * start the deref chain 628 struct vtn_access_chain chain = { local in function:vtn_pointer_to_deref 741 struct vtn_access_chain chain = { local in function:vtn_pointer_to_offset 1126 struct vtn_access_chain chain = { local in function:_vtn_variable_load_store 1202 struct vtn_access_chain chain = { local in function:_vtn_variable_copy 1853 struct vtn_access_chain chain = { local in function:vtn_pointer_to_ssa 1890 struct vtn_access_chain chain = { local in function:vtn_pointer_to_ssa 2397 struct vtn_access_chain *chain = vtn_access_chain_create(b, count - 4); local in function:vtn_handle_variables 2555 struct vtn_access_chain chain = { local in function:vtn_handle_variables [all...] |
| /xsrc/external/mit/MesaLib.old/dist/src/gallium/state_trackers/clover/core/core/ |
| H A D | queue.cpp | 99 queued_events.back()().chain(ev);
|
| H A D | event.hpp | 82 void chain(event &ev);
|
| /xsrc/external/mit/MesaLib/dist/src/compiler/spirv/ |
| H A D | vtn_variables.c | 48 * boundary in our access chain in which case alignment is meaningless. 167 struct vtn_access_chain *chain; local in function:vtn_access_chain_create 170 size_t size = sizeof(*chain) + 171 (MAX2(length, 1) - 1) * sizeof(chain->link[0]); 172 chain = rzalloc_size(b, size); 173 chain->length = length; 175 return chain; 391 * a pointer which just has a block index and a later access chain 402 /* If we got here, there's more access chain to handle and we have the 404 * start the deref chain 480 struct vtn_access_chain chain = { local in function:vtn_pointer_to_deref 584 struct vtn_access_chain chain = { local in function:vtn_pointer_to_descriptor 672 struct vtn_access_chain chain = { local in function:_vtn_variable_load_store 741 struct vtn_access_chain chain = { local in function:_vtn_variable_copy 1673 struct vtn_access_chain chain = { local in function:vtn_pointer_to_ssa 2398 struct vtn_access_chain *chain = vtn_access_chain_create(b, count - 4); local in function:vtn_handle_variables 2572 struct vtn_access_chain chain = { local in function:vtn_handle_variables 2591 struct vtn_access_chain chain = { local in function:vtn_handle_variables [all...] |
| /xsrc/external/mit/MesaLib/dist/bin/pick/ |
| H A D | ui.py | 172 for commit in reversed(list(itertools.chain(self.new_commits, self.previous_commits))): 190 core.save(itertools.chain(self.new_commits, self.previous_commits)) 207 for c in reversed(list(itertools.chain(self.new_commits, self.previous_commits))):
|
| /xsrc/external/mit/MesaLib/dist/src/gallium/frontends/clover/core/ |
| H A D | event.hpp | 82 void chain(event &ev);
|
| /xsrc/external/mit/MesaLib/dist/src/gallium/drivers/radeonsi/ |
| H A D | gfx10_query.c | 306 uint32_t chain; member in struct:gfx10_sh_query_get_result_resource::__anona6248b940108 377 consts.chain = 0; 379 consts.chain |= 1; 381 consts.chain |= 2;
|