Home
last modified time | relevance | path

Searched refs:isAccessSupported (Results 1 – 6 of 6) sorted by relevance

/external/mesa3d/src/gallium/drivers/nouveau/codegen/
Dnv50_ir_target_nv50.h53 virtual bool isAccessSupported(DataFile, DataType) const;
Dnv50_ir_target_nvc0.h58 virtual bool isAccessSupported(DataFile, DataType) const;
Dnv50_ir_target.h224 virtual bool isAccessSupported(DataFile, DataType) const = 0;
Dnv50_ir_target_nv50.cpp410 TargetNV50::isAccessSupported(DataFile file, DataType ty) const in isAccessSupported() function in nv50_ir::TargetNV50
Dnv50_ir_target_nvc0.cpp451 TargetNVC0::isAccessSupported(DataFile file, DataType ty) const in isAccessSupported() function in nv50_ir::TargetNVC0
Dnv50_ir_peephole.cpp2771 isAccessSupported(ld->getSrc(0)->reg.file, typeOfSize(size))) in combineLd()
2834 isAccessSupported(st->getSrc(0)->reg.file, typeOfSize(size))) in combineSt()
3992 !prog->getTarget()->isAccessSupported(ld1->getSrc(0)->reg.file, in checkSplitLoad()