Home
last modified time | relevance | path

Searched refs:check_readport_validation (Results 1 – 2 of 2) sorted by relevance

/third_party/mesa3d/src/gallium/drivers/r600/sfn/
Dsfn_instr_alu.h170 bool check_readport_validation(PRegister old_src, PVirtualValue new_src) const;
Dsfn_instr_alu.cpp361 if (!check_readport_validation(old_src, new_src)) in replace_source()
518 bool AluInstr::check_readport_validation(PRegister old_src, PVirtualValue new_src) const in check_readport_validation() function in r600::AluInstr