Home
last modified time | relevance | path

Searched refs:max_sgpr_alloc (Results 1 – 3 of 3) sorted by relevance

/third_party/mesa3d/src/amd/common/
Dac_gpu_info.h210 uint32_t max_sgpr_alloc; member
Dac_gpu_info.c1303 info->max_sgpr_alloc = info->family == CHIP_TONGA || info->family == CHIP_ICELAND ? 96 : 104; in ac_query_gpu_info()
1567 fprintf(f, " max_sgpr_alloc = %i\n", info->max_sgpr_alloc); in ac_print_gpu_info()
/third_party/mesa3d/src/amd/vulkan/
Dradv_device.c2337 properties->maxSgprAllocation = pdevice->rad_info.max_sgpr_alloc; in radv_GetPhysicalDeviceProperties2()