Home
last modified time | relevance | path

Searched refs:INTEL_PLATFORM_G4X (Results 1 - 6 of 6) sorted by relevance

/third_party/mesa3d/src/intel/dev/
H A Dintel_device_info.h55 INTEL_PLATFORM_G4X, enumerator
H A Dintel_device_info.c131 .platform = INTEL_PLATFORM_G4X,
/third_party/mesa3d/src/intel/compiler/
H A Dbrw_eu_compact.c2373 assert(devinfo->ver == 5 || devinfo->platform == INTEL_PLATFORM_G4X); in update_gfx4_jump_count()
2379 int shift = devinfo->platform == INTEL_PLATFORM_G4X ? 1 : 0; in update_gfx4_jump_count()
2487 if (devinfo->ver == 4 && devinfo->platform != INTEL_PLATFORM_G4X) in brw_compact_instructions()
2538 devinfo->platform == INTEL_PLATFORM_G4X) { in brw_compact_instructions()
H A Dbrw_fs_generator.cpp283 if (devinfo->ver == 4 && devinfo->platform != INTEL_PLATFORM_G4X) { in patch_halt_jumps()
2150 assert(devinfo->ver == 5 || devinfo->platform == INTEL_PLATFORM_G4X || inst->exec_size == 8); in generate_code()
H A Dbrw_fs.cpp3696 if (devinfo->ver != 4 || devinfo->platform == INTEL_PLATFORM_G4X)
/third_party/mesa3d/src/intel/isl/
H A Disl.h73 #define ISL_DEV_IS_G4X(__dev) ((__dev)->info->platform == INTEL_PLATFORM_G4X)

Completed in 21 milliseconds