Lines Matching defs:specs
178 u32 specs[4];
181 specs[0] = gpu_read(gpu, VIVS_HI_CHIP_SPECS);
182 specs[1] = gpu_read(gpu, VIVS_HI_CHIP_SPECS_2);
183 specs[2] = gpu_read(gpu, VIVS_HI_CHIP_SPECS_3);
184 specs[3] = gpu_read(gpu, VIVS_HI_CHIP_SPECS_4);
186 gpu->identity.stream_count = etnaviv_field(specs[0],
188 gpu->identity.register_max = etnaviv_field(specs[0],
190 gpu->identity.thread_count = etnaviv_field(specs[0],
192 gpu->identity.vertex_cache_size = etnaviv_field(specs[0],
194 gpu->identity.shader_core_count = etnaviv_field(specs[0],
196 gpu->identity.pixel_pipes = etnaviv_field(specs[0],
199 etnaviv_field(specs[0],
202 gpu->identity.buffer_size = etnaviv_field(specs[1],
204 gpu->identity.instruction_count = etnaviv_field(specs[1],
206 gpu->identity.num_constants = etnaviv_field(specs[1],
209 gpu->identity.varyings_count = etnaviv_field(specs[2],
213 streams = etnaviv_field(specs[3],