Searched refs:max_registers (Results 1 – 4 of 4) sorted by relevance
273 gpu_props->thread_props.max_registers = KBASE_UBFX32(gpu_props->raw_props.thread_features, 0U, 16); in kbase_gpuprops_calculate_props()279 if (gpu_props->thread_props.max_registers == 0) { in kbase_gpuprops_calculate_props()280 gpu_props->thread_props.max_registers = THREAD_MR_DEFAULT; in kbase_gpuprops_calculate_props()368 PROP(MAX_REGISTERS, thread_props.max_registers),
1543 u16 max_registers; /* Total size [1..65535] of the register file available per core. */ member
364 gpu_props->thread_props.max_registers = in kbase_gpuprops_calculate_props()372 gpu_props->thread_props.max_registers = in kbase_gpuprops_calculate_props()383 if (gpu_props->thread_props.max_registers == 0) { in kbase_gpuprops_calculate_props()384 gpu_props->thread_props.max_registers = THREAD_MR_DEFAULT; in kbase_gpuprops_calculate_props()715 PROP(MAX_REGISTERS, thread_props.max_registers),
431 __u16 max_registers; member