Lines Matching +full:1 +full:- +full:512

1 // SPDX-License-Identifier: GPL-2.0
18 .shader_core_count = 1,
22 .pixel_pipes = 1,
47 .stream_count = 1,
50 .shader_core_count = 1,
52 .vertex_output_buffer_size = 512,
53 .pixel_pipes = 1,
80 .thread_count = 512,
85 .pixel_pipes = 1,
86 .instruction_count = 512,
112 .thread_count = 512,
117 .pixel_pipes = 1,
118 .instruction_count = 512,
144 .thread_count = 512,
148 .pixel_pipes = 1,
149 .instruction_count = 512,
181 .instruction_count = 512,
208 .shader_core_count = 1,
212 .pixel_pipes = 1,
213 .instruction_count = 512,
240 .shader_core_count = 1,
244 .pixel_pipes = 1,
245 .instruction_count = 512,
267 struct etnaviv_chip_identity *ident = &gpu->identity; in etnaviv_fill_identity_from_hwdb()
268 const u32 product_id = ident->product_id; in etnaviv_fill_identity_from_hwdb()
269 const u32 customer_id = ident->customer_id; in etnaviv_fill_identity_from_hwdb()
270 const u32 eco_id = ident->eco_id; in etnaviv_fill_identity_from_hwdb()
274 if (etnaviv_chip_identities[i].model == ident->model && in etnaviv_fill_identity_from_hwdb()
275 etnaviv_chip_identities[i].revision == ident->revision && in etnaviv_fill_identity_from_hwdb()
276 (etnaviv_chip_identities[i].product_id == ident->product_id || in etnaviv_fill_identity_from_hwdb()
278 (etnaviv_chip_identities[i].customer_id == ident->customer_id || in etnaviv_fill_identity_from_hwdb()
280 (etnaviv_chip_identities[i].eco_id == ident->eco_id || in etnaviv_fill_identity_from_hwdb()
286 ident->product_id = product_id; in etnaviv_fill_identity_from_hwdb()
287 ident->customer_id = customer_id; in etnaviv_fill_identity_from_hwdb()
288 ident->eco_id = eco_id; in etnaviv_fill_identity_from_hwdb()