Searched refs:pIcdSurface (Results 1 – 1 of 1) sorted by relevance
506 VkIcdSurface *pIcdSurface = loader_instance_heap_alloc( in AllocateIcdSurfaceStruct() local508 if (pIcdSurface != NULL) { in AllocateIcdSurfaceStruct()511 pIcdSurface->base_size = (uint32_t)base_size; in AllocateIcdSurfaceStruct()512 pIcdSurface->platform_size = (uint32_t)platform_size; in AllocateIcdSurfaceStruct()513 pIcdSurface->non_platform_offset = (uint32_t)( in AllocateIcdSurfaceStruct()514 (uint8_t *)(&pIcdSurface->base_size) - (uint8_t *)pIcdSurface); in AllocateIcdSurfaceStruct()515 pIcdSurface->entire_size = sizeof(VkIcdSurface); in AllocateIcdSurfaceStruct()518 pIcdSurface->real_icd_surfaces = loader_instance_heap_alloc( in AllocateIcdSurfaceStruct()521 if (pIcdSurface->real_icd_surfaces == NULL) { in AllocateIcdSurfaceStruct()522 loader_instance_heap_free(instance, pIcdSurface); in AllocateIcdSurfaceStruct()[all …]