Home
last modified time | relevance | path

Searched refs:has_dedicated_vram (Results 1 – 12 of 12) sorted by relevance

/external/mesa3d/src/amd/common/
Dac_gpu_info.h60 bool has_dedicated_vram; member
Dac_gpu_info.c265 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()
/external/mesa3d/src/gallium/winsys/radeon/drm/
Dradeon_drm_winsys.c294 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()
Dradeon_drm_cs.c346 if (!cs->ws->info.has_dedicated_vram) in radeon_drm_cs_add_buffer()
Dradeon_drm_bo.c616 if (!rws->info.has_dedicated_vram) in radeon_create_bo()
/external/mesa3d/src/gallium/drivers/radeon/
Dr600_buffer_common.c191 sscreen->info.has_dedicated_vram && in si_init_resource_fields()
Dr600_texture.c1661 if (!rctx->screen->info.has_dedicated_vram && in r600_texture_transfer_map()
/external/mesa3d/src/amd/vulkan/
Dradv_device.c144 .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()
/external/mesa3d/src/gallium/drivers/r600/
Dr600_pipe_common.c1358 printf("has_dedicated_vram = %u\n", rscreen->info.has_dedicated_vram); in r600_common_screen_init()
Dr600_texture.c1301 if (!rctx->screen->info.has_dedicated_vram && in r600_texture_transfer_map()
/external/mesa3d/src/gallium/winsys/amdgpu/drm/
Damdgpu_bo.c414 if (!ws->info.has_dedicated_vram && ws->info.drm_minor < 6) in amdgpu_create_bo()
/external/mesa3d/src/gallium/drivers/radeonsi/
Dsi_state.c2460 if (!sctx->screen->info.has_dedicated_vram) in si_initialize_color_surface()