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.h52 virtual bool isAccessSupported(DataFile, DataType) const;
Dnv50_ir_target_nvc0.h54 virtual bool isAccessSupported(DataFile, DataType) const;
Dnv50_ir_target.h217 virtual bool isAccessSupported(DataFile, DataType) const = 0;
Dnv50_ir_target_nv50.cpp406 TargetNV50::isAccessSupported(DataFile file, DataType ty) const in isAccessSupported() function in nv50_ir::TargetNV50
Dnv50_ir_target_nvc0.cpp406 TargetNVC0::isAccessSupported(DataFile file, DataType ty) const in isAccessSupported() function in nv50_ir::TargetNVC0
Dnv50_ir_peephole.cpp2353 isAccessSupported(ld->getSrc(0)->reg.file, typeOfSize(size))) in combineLd()
2412 isAccessSupported(st->getSrc(0)->reg.file, typeOfSize(size))) in combineSt()
3490 !prog->getTarget()->isAccessSupported(ld1->getSrc(0)->reg.file, in checkSplitLoad()