Home
last modified time | relevance | path

Searched refs:IS_GEN5 (Results 1 – 18 of 18) sorted by relevance

/external/igt-gpu-tools/lib/
Drendercopy_gen4.c100 return IS_GEN5(devid) ? 256 : 32; in gen4_max_vs_nr_urb_entries()
105 return IS_GEN5(devid) ? 128 : 64; in gen4_max_sf_nr_urb_entries()
110 return IS_GEN5(devid) ? 1024 : IS_G4X(devid) ? 384 : 256; in gen4_urb_size()
115 return IS_GEN5(devid) ? 48 : 24; in gen4_max_sf_threads()
120 return IS_GEN5(devid) ? 72 : IS_G4X(devid) ? 50 : 32; in gen4_max_wm_threads()
211 if (IS_GEN5(batch->devid)) { in gen4_emit_state_base_address()
297 if (IS_G4X(batch->devid) || IS_GEN5(batch->devid)) { in gen4_emit_null_depth_buffer()
314 if (IS_GEN5(batch->devid)) { in gen4_emit_null_depth_buffer()
325 if (IS_GEN5(batch->devid) || IS_G4X(batch->devid)) in gen4_emit_invariant()
341 if (IS_GEN5(batch->devid)) in gen4_create_vs_state()
[all …]
Dintel_chipset.h187 #define IS_GEN5(devid) IS_GEN(devid, 5) macro
Dintel_batchbuffer.c194 if (IS_GEN5(batch->devid)) { in flush_on_ring_common()
835 else if (IS_GEN4(devid) || IS_GEN5(devid)) in igt_get_render_copyfunc()
Dinstdone.c505 } else if (IS_GEN5(devid)) { in init_instdone_definitions()
/external/libdrm/intel/
Dintel_chipset.h222 #define IS_GEN5(devid) (IS_ILD(devid) || IS_ILM(devid)) macro
344 IS_GEN5(dev) || \
Dintel_decode.c3295 else if (IS_GEN5(devid)) in decode_3d_965()
3307 if (IS_GEN5(devid) || IS_GEN6(devid) || IS_GEN7(devid)) in decode_3d_965()
3314 if (IS_GEN5(devid) || IS_GEN6(devid) || IS_GEN7(devid)) in decode_3d_965()
3595 if (IS_GEN5(devid) || IS_GEN6(devid)) in decode_3d_965()
3834 else if (IS_GEN5(devid)) in drm_intel_decode_context_alloc()
Dintel_bufmgr_gem.c3661 else if (IS_GEN5(bufmgr_gem->pci_device)) in drm_intel_bufmgr_gem_init()
/external/igt-gpu-tools/tools/
Dintel_reg_decode.c258 IS_GEN6(devid) || IS_GEN5(devid)) { in DEBUGSTRING()
280 if (IS_IVYBRIDGE(devid) || IS_GEN6(devid) || IS_GEN5(devid)) { in DEBUGSTRING()
758 if (!IS_GEN4(devid) && !IS_GEN5(devid)) in DEBUGSTRING()
1401 if (IS_GEN5(devid)) in DEBUGSTRING()
1929 if (IS_GEN5(devid) || IS_GEN6(devid)) { in DEBUGSTRING()
1951 if (IS_GEN5(devid) || IS_GEN6(devid) || IS_IVYBRIDGE(devid)) { in DEBUGSTRING()
1969 if (IS_GEN5(devid) || IS_GEN6(devid) || IS_IVYBRIDGE(devid)) { in DEBUGSTRING()
2640 return IS_GEN5(devid) || IS_GEN6(devid) || IS_IVYBRIDGE(devid); in is_gen56ivb()
2645 return IS_GEN4(devid) || IS_GEN5(devid); in is_gen45()
Dintel_reg_checker.c354 else if (IS_GEN5(devid)) in main()
Dintel_perf_counters.c464 if (IS_GEN5(devid)) { in main()
Dintel_panel_fitter.c291 if (IS_GEN5(devid)) in main()
Dintel_display_poller.c1131 (IS_GEN5(devid) || IS_GEN6(devid) || IS_GEN7(devid))) { in main()
1133 (IS_GEN5(devid) || IS_GEN6(devid))) in main()
Dintel_error_decode.c376 } else if (IS_GEN4(devid) || IS_GEN5(devid)) { in print_fence()
Dintel_watermark.c541 if (!IS_GEN5(devid)) in ilk_wm_dump()
596 if (!IS_GEN5(devid)) in ilk_wm_dump()
Dintel_infoframes.c1116 else if (IS_GEN5(pci_dev->device_id)) in main()
Dintel_audio_dump.c94 else if (IS_G4X(devid) || IS_GEN5(devid)) in get_num_pipes()
2490 } else if (IS_GEN5(devid)) { in main()
/external/igt-gpu-tools/tests/i915/
Dgem_reloc_vs_gpu.c92 if (IS_GEN5(batch->devid)) { in create_special_bo()
Dgem_persistent_relocs.c100 if (IS_GEN5(batch->devid)) { in create_special_bo()