HomeSort by relevance Sort by last modified time
    Searched defs:icd_surface (Results 1 - 2 of 2) sorted by null

  /external/vulkan-validation-layers/loader/
extension_manual.c 541 VkIcdSurface *icd_surface = (VkIcdSurface *)(pSurfaceInfo->surface); local
546 if (icd_surface->real_icd_surfaces != NULL && (void *)icd_surface->real_icd_surfaces[icd_index] != NULL) {
548 info_copy.surface = icd_surface->real_icd_surfaces[icd_index];
570 if (icd_surface->real_icd_surfaces != NULL && (void *)icd_surface->real_icd_surfaces[icd_index] != NULL) {
571 surface = icd_surface->real_icd_surfaces[icd_index];
602 VkIcdSurface *icd_surface = (VkIcdSurface *)(pSurfaceInfo->surface); local
607 if (icd_surface->real_icd_surfaces != NULL && (void *)icd_surface->real_icd_surfaces[icd_index] != NULL)
675 VkIcdSurface *icd_surface = (VkIcdSurface *)(surface); local
    [all...]
wsi.c 152 VkIcdSurface *icd_surface = (VkIcdSurface *)(uintptr_t)surface; local
153 if (NULL != icd_surface) {
154 if (NULL != icd_surface->real_icd_surfaces) {
158 if (NULL != icd_term->dispatch.DestroySurfaceKHR && (VkSurfaceKHR)NULL != icd_surface->real_icd_surfaces[i]) {
159 icd_term->dispatch.DestroySurfaceKHR(icd_term->instance, icd_surface->real_icd_surfaces[i], pAllocator);
160 icd_surface->real_icd_surfaces[i] = (VkSurfaceKHR)NULL;
166 assert((VkSurfaceKHR)NULL == icd_surface->real_icd_surfaces[i]);
169 loader_instance_heap_free(ptr_instance, icd_surface->real_icd_surfaces);
215 VkIcdSurface *icd_surface = (VkIcdSurface *)(uintptr_t)surface; local
216 if (NULL != icd_surface->real_icd_surfaces && (VkSurfaceKHR)NULL != icd_surface->real_icd_surfaces[phys_dev_term->icd_inde (…)
261 VkIcdSurface *icd_surface = (VkIcdSurface *)(uintptr_t)surface; local
309 VkIcdSurface *icd_surface = (VkIcdSurface *)(uintptr_t)surface; local
359 VkIcdSurface *icd_surface = (VkIcdSurface *)(uintptr_t)surface; local
387 VkIcdSurface *icd_surface = (VkIcdSurface *)(uintptr_t)pCreateInfo->surface; local
1367 VkIcdSurface *icd_surface = (VkIcdSurface *)(uintptr_t)pCreateInfos->surface; local
    [all...]

Completed in 53 milliseconds