Searched refs:chipset (Results 1 - 25 of 58) sorted by relevance

123

/external/chromium_org/third_party/mesa/src/src/gallium/winsys/nouveau/drm/
H A Dnouveau_drm_winsys.c23 switch (dev->chipset & 0xf0) {
41 debug_printf("%s: unknown chipset nv%02x\n", __func__,
42 dev->chipset);
/external/mesa3d/src/gallium/winsys/nouveau/drm/
H A Dnouveau_drm_winsys.c23 switch (dev->chipset & 0xf0) {
41 debug_printf("%s: unknown chipset nv%02x\n", __func__,
42 dev->chipset);
/external/chromium_org/third_party/mesa/src/src/gallium/targets/xorg-nouveau/
H A Dnouveau_xorg.c131 int chipset, ret; local
149 chipset = dev->chipset;
159 switch (chipset & 0xf0) {
163 xf86DrvMsg(-1, X_NOTICE, "Too old chipset: NV%02x\n", chipset);
173 xf86DrvMsg(-1, X_INFO, "Detected chipset: NV%02x\n", chipset);
176 xf86DrvMsg(-1, X_ERROR, "Unknown chipset: NV%02x\n", chipset);
[all...]
/external/mesa3d/src/gallium/targets/xorg-nouveau/
H A Dnouveau_xorg.c131 int chipset, ret; local
149 chipset = dev->chipset;
159 switch (chipset & 0xf0) {
163 xf86DrvMsg(-1, X_NOTICE, "Too old chipset: NV%02x\n", chipset);
173 xf86DrvMsg(-1, X_INFO, "Detected chipset: NV%02x\n", chipset);
176 xf86DrvMsg(-1, X_ERROR, "Unknown chipset: NV%02x\n", chipset);
[all...]
/external/chromium_org/third_party/mesa/src/src/mesa/drivers/dri/i915/
H A Dintel_context.c70 const char *chipset; local
81 chipset = "Intel(R) 845G";
84 chipset = "Intel(R) 830M";
87 chipset = "Intel(R) 852GM/855GM";
90 chipset = "Intel(R) 865G";
93 chipset = "Intel(R) 915G";
96 chipset = "Intel (R) E7221G (i915)";
99 chipset = "Intel(R) 915GM";
102 chipset = "Intel(R) 945G";
105 chipset
[all...]
/external/chromium_org/third_party/mesa/src/src/mesa/drivers/dri/i965/
H A Dintel_context.c70 const char *chipset; local
81 chipset = "Intel(R) 845G";
84 chipset = "Intel(R) 830M";
87 chipset = "Intel(R) 852GM/855GM";
90 chipset = "Intel(R) 865G";
93 chipset = "Intel(R) 915G";
96 chipset = "Intel (R) E7221G (i915)";
99 chipset = "Intel(R) 915GM";
102 chipset = "Intel(R) 945G";
105 chipset
[all...]
/external/chromium_org/third_party/mesa/src/src/mesa/drivers/dri/intel/
H A Dintel_context.c70 const char *chipset; local
81 chipset = "Intel(R) 845G";
84 chipset = "Intel(R) 830M";
87 chipset = "Intel(R) 852GM/855GM";
90 chipset = "Intel(R) 865G";
93 chipset = "Intel(R) 915G";
96 chipset = "Intel (R) E7221G (i915)";
99 chipset = "Intel(R) 915GM";
102 chipset = "Intel(R) 945G";
105 chipset
[all...]
/external/mesa3d/src/mesa/drivers/dri/i915/
H A Dintel_context.c70 const char *chipset; local
81 chipset = "Intel(R) 845G";
84 chipset = "Intel(R) 830M";
87 chipset = "Intel(R) 852GM/855GM";
90 chipset = "Intel(R) 865G";
93 chipset = "Intel(R) 915G";
96 chipset = "Intel (R) E7221G (i915)";
99 chipset = "Intel(R) 915GM";
102 chipset = "Intel(R) 945G";
105 chipset
[all...]
/external/mesa3d/src/mesa/drivers/dri/i965/
H A Dintel_context.c70 const char *chipset; local
81 chipset = "Intel(R) 845G";
84 chipset = "Intel(R) 830M";
87 chipset = "Intel(R) 852GM/855GM";
90 chipset = "Intel(R) 865G";
93 chipset = "Intel(R) 915G";
96 chipset = "Intel (R) E7221G (i915)";
99 chipset = "Intel(R) 915GM";
102 chipset = "Intel(R) 945G";
105 chipset
[all...]
/external/mesa3d/src/mesa/drivers/dri/intel/
H A Dintel_context.c70 const char *chipset; local
81 chipset = "Intel(R) 845G";
84 chipset = "Intel(R) 830M";
87 chipset = "Intel(R) 852GM/855GM";
90 chipset = "Intel(R) 865G";
93 chipset = "Intel(R) 915G";
96 chipset = "Intel (R) E7221G (i915)";
99 chipset = "Intel(R) 915GM";
102 chipset = "Intel(R) 945G";
105 chipset
[all...]
/external/chromium_org/third_party/mesa/src/src/gallium/drivers/i915/
H A Di915_screen.c60 const char *chipset; local
64 chipset = "915G";
67 chipset = "915GM";
70 chipset = "945G";
73 chipset = "945GM";
76 chipset = "945GME";
79 chipset = "G33";
82 chipset = "Q35";
85 chipset = "Q33";
88 chipset
[all...]
/external/mesa3d/src/gallium/drivers/i915/
H A Di915_screen.c60 const char *chipset; local
64 chipset = "915G";
67 chipset = "915GM";
70 chipset = "945G";
73 chipset = "945GM";
76 chipset = "945GME";
79 chipset = "G33";
82 chipset = "Q35";
85 chipset = "Q33";
88 chipset
[all...]
/external/chromium_org/third_party/mesa/src/src/gallium/drivers/nv50/codegen/
H A Dnv50_ir_target.cpp115 extern Target *getTargetNVC0(unsigned int chipset);
116 extern Target *getTargetNV50(unsigned int chipset);
118 Target *Target::create(unsigned int chipset) argument
120 switch (chipset & 0xf0) {
124 return getTargetNVC0(chipset);
129 return getTargetNV50(chipset);
131 ERROR("unsupported target: NV%x\n", chipset);
433 nv50_ir_get_target_library(uint32_t chipset,
436 nv50_ir::Target *targ = nv50_ir::Target::create(chipset);
H A Dnv50_ir_target.h121 static Target *create(uint32_t chipset);
126 inline uint32_t getChipset() const { return chipset; }
206 uint32_t chipset; member in class:nv50_ir::Target
H A Dnv50_ir_target_nv50.h37 TargetNV50(unsigned int chipset);
/external/mesa3d/src/gallium/drivers/nv50/codegen/
H A Dnv50_ir_target.cpp115 extern Target *getTargetNVC0(unsigned int chipset);
116 extern Target *getTargetNV50(unsigned int chipset);
118 Target *Target::create(unsigned int chipset) argument
120 switch (chipset & 0xf0) {
124 return getTargetNVC0(chipset);
129 return getTargetNV50(chipset);
131 ERROR("unsupported target: NV%x\n", chipset);
433 nv50_ir_get_target_library(uint32_t chipset,
436 nv50_ir::Target *targ = nv50_ir::Target::create(chipset);
H A Dnv50_ir_target.h121 static Target *create(uint32_t chipset);
126 inline uint32_t getChipset() const { return chipset; }
206 uint32_t chipset; member in class:nv50_ir::Target
H A Dnv50_ir_target_nv50.h37 TargetNV50(unsigned int chipset);
/external/chromium_org/third_party/mesa/src/src/gallium/drivers/nv50/
H A Dnv50_program.h102 boolean nv50_program_translate(struct nv50_program *, uint16_t chipset);
/external/chromium_org/third_party/mesa/src/src/gallium/drivers/nvc0/codegen/
H A Dnv50_ir_target_nvc0.h37 TargetNVC0(unsigned int chipset);
/external/mesa3d/src/gallium/drivers/nv50/
H A Dnv50_program.h102 boolean nv50_program_translate(struct nv50_program *, uint16_t chipset);
/external/mesa3d/src/gallium/drivers/nvc0/codegen/
H A Dnv50_ir_target_nvc0.h37 TargetNVC0(unsigned int chipset);
/external/chromium_org/third_party/mesa/src/src/gallium/drivers/nv30/
H A Dnv30_screen.c336 switch (dev->chipset & 0xf0) {
338 if (RANKINE_0397_CHIPSET & (1 << (dev->chipset & 0x0f)))
341 if (RANKINE_0697_CHIPSET & (1 << (dev->chipset & 0x0f)))
344 if (RANKINE_0497_CHIPSET & (1 << (dev->chipset & 0x0f)))
348 if (CURIE_4097_CHIPSET & (1 << (dev->chipset & 0x0f)))
351 if (CURIE_4497_CHIPSET & (1 << (dev->chipset & 0x0f)))
355 if (CURIE_4497_CHIPSET6X & (1 << (dev->chipset & 0x0f)))
363 NOUVEAU_ERR("unknown 3d class for 0x%02x\n", dev->chipset);
545 if (dev->chipset < 0x40)
560 if (dev->chipset <
[all...]
/external/mesa3d/src/gallium/drivers/nv30/
H A Dnv30_screen.c336 switch (dev->chipset & 0xf0) {
338 if (RANKINE_0397_CHIPSET & (1 << (dev->chipset & 0x0f)))
341 if (RANKINE_0697_CHIPSET & (1 << (dev->chipset & 0x0f)))
344 if (RANKINE_0497_CHIPSET & (1 << (dev->chipset & 0x0f)))
348 if (CURIE_4097_CHIPSET & (1 << (dev->chipset & 0x0f)))
351 if (CURIE_4497_CHIPSET & (1 << (dev->chipset & 0x0f)))
355 if (CURIE_4497_CHIPSET6X & (1 << (dev->chipset & 0x0f)))
363 NOUVEAU_ERR("unknown 3d class for 0x%02x\n", dev->chipset);
545 if (dev->chipset < 0x40)
560 if (dev->chipset <
[all...]
/external/chromium_org/third_party/mesa/src/src/gallium/drivers/nouveau/
H A Dnouveau_screen.c36 util_snprintf(buffer, sizeof(buffer), "NV%02X", dev->chipset);
134 if (dev->chipset < 0xc0) {

Completed in 7219 milliseconds

123