Lines Matching refs:dlc
211 assert(!smem.dlc); /* Device-level coherent is not supported on GFX9 and lower */
216 encoding |= smem.dlc ? 1 << 14 : 0;
392 assert(!mubuf.dlc); /* Device-level coherent is not supported on GFX9 and lower */
395 encoding |= (mubuf.dlc ? 1 : 0) << 15;
419 assert(!mtbuf.dlc || ctx.chip_class >= GFX10);
420 encoding |= (mtbuf.dlc ? 1 : 0) << 15; /* DLC bit replaces one bit of the OPCODE on GFX10 */
466 assert(!mimg.dlc); /* Device-level coherent is not supported on GFX9 and lower */
475 encoding |= mimg.dlc ? 1 << 7 : 0;
533 encoding |= flat.dlc ? 1 << 12 : 0;
535 assert(!flat.dlc);