HomeSort by relevance Sort by last modified time
    Searched refs:CAYMAN (Results 1 - 18 of 18) sorted by null

  /external/mesa3d/src/gallium/drivers/r600/sb/
sb_context.cpp 101 TRANSLATE_HW_CLASS(CAYMAN);
135 TRANSLATE_CHIP(CAYMAN);
sb_core.cpp 317 TRANSLATE_CHIP(CAYMAN);
332 case CAYMAN: return HW_CLASS_CAYMAN;
  /external/mesa3d/include/pci_ids/
r600_pci_ids.h 218 CHIPSET(0x6700, CAYMAN_6700, CAYMAN)
219 CHIPSET(0x6701, CAYMAN_6701, CAYMAN)
220 CHIPSET(0x6702, CAYMAN_6702, CAYMAN)
221 CHIPSET(0x6703, CAYMAN_6703, CAYMAN)
222 CHIPSET(0x6704, CAYMAN_6704, CAYMAN)
223 CHIPSET(0x6705, CAYMAN_6705, CAYMAN)
224 CHIPSET(0x6706, CAYMAN_6706, CAYMAN)
225 CHIPSET(0x6707, CAYMAN_6707, CAYMAN)
226 CHIPSET(0x6708, CAYMAN_6708, CAYMAN)
227 CHIPSET(0x6709, CAYMAN_6709, CAYMAN)
    [all...]
  /external/libdrm/radeon/
r600_pci_ids.h 218 CHIPSET(0x6700, CAYMAN_6700, CAYMAN)
219 CHIPSET(0x6701, CAYMAN_6701, CAYMAN)
220 CHIPSET(0x6702, CAYMAN_6702, CAYMAN)
221 CHIPSET(0x6703, CAYMAN_6703, CAYMAN)
222 CHIPSET(0x6704, CAYMAN_6704, CAYMAN)
223 CHIPSET(0x6705, CAYMAN_6705, CAYMAN)
224 CHIPSET(0x6706, CAYMAN_6706, CAYMAN)
225 CHIPSET(0x6707, CAYMAN_6707, CAYMAN)
226 CHIPSET(0x6708, CAYMAN_6708, CAYMAN)
227 CHIPSET(0x6709, CAYMAN_6709, CAYMAN)
    [all...]
  /external/mesa3d/src/amd/common/
amd_family.h 106 CAYMAN,
  /external/mesa3d/src/gallium/drivers/radeon/
r600_viewport.c 121 if (rctx->chip_class == EVERGREEN || rctx->chip_class == CAYMAN) {
127 if (rctx->chip_class == CAYMAN &&
202 if (rctx->chip_class >= CAYMAN)
r600_texture.c 597 if (rscreen->chip_class <= CAYMAN) {
    [all...]
r600_pipe_common.c 584 if ((rscreen->chip_class == EVERGREEN || rscreen->chip_class == CAYMAN) &&
758 case CHIP_CAYMAN: return "AMD CAYMAN";
885 return "cayman";
    [all...]
  /external/mesa3d/src/gallium/drivers/r600/
evergreen_compute.c 427 if (rctx->b.chip_class < CAYMAN) {
430 /* Cayman appears to have a slightly smaller limit, see the
535 if (rctx->b.chip_class >= CAYMAN) {
778 if (rctx->b.chip_class < CAYMAN)
789 if (rctx->b.chip_class < CAYMAN) {
839 if (rctx->b.chip_class < CAYMAN) {
850 if (rctx->b.chip_class < CAYMAN) {
    [all...]
r600_pipe.c 166 case CAYMAN:
660 case CAYMAN:
679 case CAYMAN:
r600_asm.c 325 int max_slots = bc->chip_class == CAYMAN ? 4 : 5;
533 boolean scalar_only = bc->chip_class == CAYMAN ? false : true;
534 int max_slots = bc->chip_class == CAYMAN ? 4 : 5;
612 int max_slots = bc->chip_class == CAYMAN ? 4 : 5;
648 if (bc->chip_class < CAYMAN) {
764 int max_slots = bc->chip_class == CAYMAN ? 4 : 5;
1263 int max_slots = bc->chip_class == CAYMAN ? 4 : 5;
    [all...]
evergreen_state.c 531 if (rctx->b.chip_class == CAYMAN) {
779 if (rscreen->b.chip_class == CAYMAN) {
811 if (rscreen->b.chip_class == CAYMAN)
848 if (rscreen->b.chip_class == CAYMAN) {
    [all...]
eg_asm.c 93 if (bc->chip_class == EVERGREEN) /* no EOP on cayman */
108 if (bc->chip_class == EVERGREEN) /* no EOP on cayman */
164 if (bc->chip_class == CAYMAN)
r600_shader.c 42 /* CAYMAN notes
43 Why CAYMAN got loops for lots of instructions is explained here.
334 /* evergreen/cayman also store sample mask in face register */
706 if (ctx->bc->chip_class == CAYMAN && op == ALU_OP2_MULLO_INT) {
    [all...]
r600_blit.c 764 rctx->b.chip_class == CAYMAN ? ~0 :
r600_isa.c     [all...]
r600_state_common.c     [all...]
  /external/mesa3d/src/gallium/winsys/radeon/drm/
radeon_drm_winsys.c 282 ws->info.chip_class = CAYMAN;

Completed in 251 milliseconds