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

  /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/gallium/drivers/radeonsi/
r600.h 50 CAYMAN,
si_state_streamout.c 59 if (ctx->chip_class >= CAYMAN) {
r600_hw_context.c 50 if (ctx->chip_class >= CAYMAN) {
si_state.c     [all...]
  /external/mesa3d/src/gallium/drivers/r600/
r600_blit.c 263 assert(rctx->chip_class != CAYMAN);
309 /* Cayman cannot decompress an MSAA colorbuffer,
311 assert(rctx->chip_class != CAYMAN);
312 if (rctx->chip_class == CAYMAN) {
353 if (rctx->chip_class != CAYMAN && rsrc->fmask_size && rsrc->cmask_size) {
417 rctx->chip_class == CAYMAN ? ~0 : ((1ull << MAX2(1, info->src.res->nr_samples)) - 1);
704 if (rctx->chip_class != CAYMAN && rsrc->fmask_size && rsrc->cmask_size) {
767 /* XXX Properly implement multisample textures on Cayman. In the meantime,
769 if (rctx->chip_class == CAYMAN) {
r600.h 72 CAYMAN,
r600_asm.c 125 case CAYMAN:
383 case CAYMAN:
434 case CAYMAN:
452 case CAYMAN:
470 case CAYMAN:
526 case CAYMAN:
576 case CAYMAN:
597 case CAYMAN:
608 int max_slots = bc->chip_class == CAYMAN ? 4 : 5;
816 boolean scalar_only = bc->chip_class == CAYMAN ? false : true
    [all...]
r600_shader.c 39 /* CAYMAN notes
40 Why CAYMAN got loops for lots of instructions is explained here.
249 if (shader_ctx.bc->chip_class == CAYMAN) {
362 if (ctx->bc->chip_class == CAYMAN)
413 if (ctx->bc->chip_class == CAYMAN) {
    [all...]
evergreen_state.c 911 if (rctx->chip_class == CAYMAN) {
1061 if (rscreen->chip_class == CAYMAN) {
    [all...]
evergreen_compute.c 642 if (ctx->chip_class < CAYMAN) {
689 if (ctx->chip_class < CAYMAN) {
r600_pipe.c 266 case CAYMAN:
358 case CHIP_CAYMAN: return "AMD CAYMAN";
924 rscreen->chip_class = CAYMAN;
946 case CAYMAN:
r600_state_common.c 636 /* Track compressed colorbuffers for Evergreen (Cayman doesn't need this). */
637 if (rctx->chip_class != CAYMAN && rtex->cmask_size && rtex->fmask_size) {
    [all...]

Completed in 434 milliseconds