Home
last modified time | relevance | path

Searched refs:CacheMode (Results 1 – 4 of 4) sorted by relevance

/external/mesa3d/src/gallium/drivers/nouveau/codegen/
Dnv50_ir.h320 enum CacheMode enum
871 CacheMode cache;
Dnv50_ir_emit_gk110.cpp64 void emitCachingMode(CacheMode c, const int pos);
66 void emitSUCachingMode(CacheMode c);
1687 CodeEmitterGK110::emitSUCachingMode(CacheMode c) in emitSUCachingMode()
2135 CodeEmitterGK110::emitCachingMode(CacheMode c, const int pos) in emitCachingMode()
Dnv50_ir_from_tgsi.cpp42 static nv50_ir::CacheMode translateCacheMode(uint qualifier);
235 nv50_ir::CacheMode getCacheMode() const { in getCacheMode()
507 static nv50_ir::CacheMode translateCacheMode(uint qualifier) in translateCacheMode()
Dnv50_ir_emit_nvc0.cpp69 void emitCachingMode(CacheMode c);
1823 CodeEmitterNVC0::emitCachingMode(CacheMode c) in emitCachingMode()