Lines Matching refs:dlc
209 assert(!smem.dlc); /* Device-level coherent is not supported on GFX9 and lower */
214 encoding |= smem.dlc ? 1 << 14 : 0;
390 assert(!mubuf.dlc); /* Device-level coherent is not supported on GFX9 and lower */
393 encoding |= (mubuf.dlc ? 1 : 0) << 15;
417 assert(!mtbuf.dlc || ctx.gfx_level >= GFX10);
418 encoding |= (mtbuf.dlc ? 1 : 0) << 15; /* DLC bit replaces one bit of the OPCODE on GFX10 */
464 assert(!mimg.dlc); /* Device-level coherent is not supported on GFX9 and lower */
473 encoding |= mimg.dlc ? 1 << 7 : 0;
534 encoding |= flat.dlc ? 1 << 12 : 0;
536 assert(!flat.dlc);