Home
last modified time | relevance | path

Searched refs:varyings_count (Results 1 – 2 of 2) sorted by relevance

/linux/drivers/gpu/drm/etnaviv/
H A Detnaviv_gpu.c149 *value = gpu->identity.varyings_count; in etnaviv_gpu_get_param()
246 gpu->identity.varyings_count = etnaviv_field(specs[2], in etnaviv_hw_specs()
336 if (gpu->identity.varyings_count == 0) { in etnaviv_hw_specs()
338 gpu->identity.varyings_count = 12; in etnaviv_hw_specs()
340 gpu->identity.varyings_count = 8; in etnaviv_hw_specs()
358 gpu->identity.varyings_count -= 1; in etnaviv_hw_specs()
1048 gpu->identity.varyings_count); in etnaviv_gpu_debugfs()
H A Detnaviv_gpu.h77 u8 varyings_count; member