Home
last modified time | relevance | path

Searched refs:gpu_type (Results 1 – 9 of 9) sorted by relevance

/external/mesa3d/src/amd/compiler/
Daco_print_asm.cpp23 const char *gpu_type; in print_asm_gfx6_gfx7() local
45 gpu_type = "tahiti"; in print_asm_gfx6_gfx7()
48 gpu_type = "pitcairn"; in print_asm_gfx6_gfx7()
51 gpu_type = "capeverde"; in print_asm_gfx6_gfx7()
54 gpu_type = "oland"; in print_asm_gfx6_gfx7()
57 gpu_type = "hainan"; in print_asm_gfx6_gfx7()
64 gpu_type = "gfx700"; in print_asm_gfx6_gfx7()
70 sprintf(command, "clrxdisasm --gpuType=%s -r %s", gpu_type, path); in print_asm_gfx6_gfx7()
/external/tensorflow/tensorflow/lite/delegates/gpu/common/
Dgpu_info.cc254 gpu_type = it->second; in AppleInfo()
256 gpu_type = AppleGpu::kUnknown; in AppleInfo()
261 return gpu_type == AppleGpu::kA7 || gpu_type == AppleGpu::kA8 || in IsLocalMemoryPreferredOverGlobal()
262 gpu_type == AppleGpu::kA8X; in IsLocalMemoryPreferredOverGlobal()
266 return gpu_type == AppleGpu::kA11 || gpu_type == AppleGpu::kA12 || in IsBionic()
267 gpu_type == AppleGpu::kA12X || gpu_type == AppleGpu::kA12Z || in IsBionic()
268 gpu_type == AppleGpu::kA13 || gpu_type == AppleGpu::kA14; in IsBionic()
274 switch (gpu_type) { in GetComputeUnitsCount()
Dgpu_info.h152 AppleGpu gpu_type; member
/external/mesa3d/src/gallium/drivers/lima/
Dlima_screen.c72 switch (screen->gpu_type) { in lima_screen_get_name()
424 if (screen->gpu_type == DRM_LIMA_PARAM_GPU_ID_MALI450) in lima_screen_set_plb_max_blk()
472 screen->gpu_type = param.value; in lima_screen_query_info()
Dlima_screen.h67 int gpu_type; member
Dlima_job.c734 if ((screen->gpu_type == DRM_LIMA_PARAM_GPU_ID_MALI400) || in lima_update_pp_stream()
968 if (screen->gpu_type == DRM_LIMA_PARAM_GPU_ID_MALI400) { in lima_do_job()
/external/mesa3d/src/amd/vulkan/
Dradv_rgp.c251 enum sqtt_gpu_type gpu_type; member
375 chunk->gpu_type = rad_info->has_dedicated_vram ? SQTT_GPU_TYPE_DISCRETE : SQTT_GPU_TYPE_INTEGRATED; in radv_fill_sqtt_asic_info()
/external/llvm-project/openmp/libomptarget/plugins/amdgpu/impl/
Dsystem.cpp298 atmi_devtype_t gpu_type; in get_agent_info() local
299 gpu_type = in get_agent_info()
301 ATLGPUProcessor new_proc(agent, gpu_type); in get_agent_info()
/external/autotest/client/cros/power/
Dpower_status.py1269 def _set_gpu_type(cls, gpu_type): argument
1270 cls._gpu_type = gpu_type