Lines Matching refs:chipset
124 switch (device->chipset) { in nv40_gr_vs_count()
189 if (device->chipset == 0x40) { in nv40_gr_construct_general()
225 if (device->chipset == 0x4c || in nv40_gr_construct_general()
226 (device->chipset & 0xf0) == 0x60) in nv40_gr_construct_general()
233 switch (device->chipset) { in nv40_gr_construct_general()
242 switch (device->chipset) { in nv40_gr_construct_general()
271 if (device->chipset == 0x40) { in nv40_gr_construct_state3d()
275 if (device->chipset == 0x46 || device->chipset == 0x47 || in nv40_gr_construct_state3d()
276 device->chipset == 0x49 || device->chipset == 0x4b) { in nv40_gr_construct_state3d()
280 if (device->chipset == 0x46) in nv40_gr_construct_state3d()
291 if (device->chipset == 0x40) { in nv40_gr_construct_state3d()
299 switch (device->chipset) { in nv40_gr_construct_state3d()
318 if (device->chipset == 0x40) { in nv40_gr_construct_state3d()
329 cp_ctx(ctx, 0x401b10, device->chipset == 0x40 ? 2 : 1); in nv40_gr_construct_state3d()
331 cp_ctx(ctx, 0x401b18, device->chipset == 0x40 ? 6 : 5); in nv40_gr_construct_state3d()
332 gr_def(ctx, 0x401b28, device->chipset == 0x40 ? in nv40_gr_construct_state3d()
343 if (device->chipset != 0x44 && device->chipset != 0x4a && in nv40_gr_construct_state3d()
344 device->chipset != 0x4e) in nv40_gr_construct_state3d()
377 cp_ctx(ctx, 0x402404, device->chipset == 0x40 ? 1 : 2); in nv40_gr_construct_state3d_2()
378 switch (device->chipset) { in nv40_gr_construct_state3d_2()
395 if (device->chipset != 0x40) in nv40_gr_construct_state3d_2()
397 switch (device->chipset) { in nv40_gr_construct_state3d_2()
410 cp_ctx(ctx, 0x402480, device->chipset == 0x40 ? 8 : 9); in nv40_gr_construct_state3d_2()
413 switch (device->chipset) { in nv40_gr_construct_state3d_2()
430 gr_def(ctx, 0x40249c, device->chipset <= 0x43 ? in nv40_gr_construct_state3d_2()
434 if (device->chipset == 0x40) in nv40_gr_construct_state3d_2()
439 switch (device->chipset) { in nv40_gr_construct_state3d_2()
447 if (device->chipset != 0x47) { /* belong at end!! */ in nv40_gr_construct_state3d_2()
472 gr_def(ctx, 0x402c00, device->chipset == 0x40 ? in nv40_gr_construct_state3d_2()
474 switch (device->chipset) { in nv40_gr_construct_state3d_2()
487 if (device->chipset == 0x40) in nv40_gr_construct_state3d_2()
490 if (device->chipset <= 0x42) in nv40_gr_construct_state3d_2()
493 if (device->chipset <= 0x4a) in nv40_gr_construct_state3d_2()
497 cp_ctx(ctx, 0x402cb0, device->chipset == 0x40 ? 12 : 13); in nv40_gr_construct_state3d_2()
499 if (device->chipset != 0x40) in nv40_gr_construct_state3d_2()
504 cp_ctx(ctx, 0x403400, device->chipset == 0x40 ? 4 : 3); in nv40_gr_construct_state3d_2()
505 cp_ctx(ctx, 0x403410, device->chipset == 0x40 ? 4 : 3); in nv40_gr_construct_state3d_2()
510 if (device->chipset != 0x40) { in nv40_gr_construct_state3d_2()
518 switch (device->chipset) { in nv40_gr_construct_state3d_2()
529 if (device->chipset != 0x4e) in nv40_gr_construct_state3d_2()
559 vs_nr_b1 = device->chipset == 0x40 ? 128 : 64; in nv40_gr_construct_shader()
560 if (device->chipset == 0x40) { in nv40_gr_construct_shader()
565 if (device->chipset == 0x41 || device->chipset == 0x42) { in nv40_gr_construct_shader()