Searched refs:has_dedicated_vram (Results 1 – 12 of 12) sorted by relevance
60 bool has_dedicated_vram; member
265 info->has_dedicated_vram = in ac_query_gpu_info()392 printf("has_dedicated_vram = %u\n", info->has_dedicated_vram); in ac_print_gpu_info()
294 ws->info.has_dedicated_vram = false; in do_winsys_init()298 ws->info.has_dedicated_vram = true; in do_winsys_init()362 if (ws->info.has_dedicated_vram) in do_winsys_init()
346 if (!cs->ws->info.has_dedicated_vram) in radeon_drm_cs_add_buffer()
616 if (!rws->info.has_dedicated_vram) in radeon_create_bo()
191 sscreen->info.has_dedicated_vram && in si_init_resource_fields()
1661 if (!rctx->screen->info.has_dedicated_vram && in r600_texture_transfer_map()
144 .flags = device->rad_info.has_dedicated_vram ? 0 : VK_MEMORY_HEAP_DEVICE_LOCAL_BIT, in radv_physical_device_init_mem_types()162 (device->rad_info.has_dedicated_vram ? 0 : VK_MEMORY_PROPERTY_DEVICE_LOCAL_BIT), in radv_physical_device_init_mem_types()181 (device->rad_info.has_dedicated_vram ? 0 : VK_MEMORY_PROPERTY_DEVICE_LOCAL_BIT), in radv_physical_device_init_mem_types()766 ….deviceType = pdevice->rad_info.has_dedicated_vram ? VK_PHYSICAL_DEVICE_TYPE_DISCRETE_GPU : VK_PHY… in radv_GetPhysicalDeviceProperties()3248 if (!device->physical_device->rad_info.has_dedicated_vram) in radv_initialise_color_surface()
1358 printf("has_dedicated_vram = %u\n", rscreen->info.has_dedicated_vram); in r600_common_screen_init()
1301 if (!rctx->screen->info.has_dedicated_vram && in r600_texture_transfer_map()
414 if (!ws->info.has_dedicated_vram && ws->info.drm_minor < 6) in amdgpu_create_bo()
2460 if (!sctx->screen->info.has_dedicated_vram) in si_initialize_color_surface()