Home
last modified time | relevance | path

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

/aosp_15_r20/external/mesa3d/src/gallium/drivers/r600/sfn/
H A Dsfn_instr_alu.h204 bool check_readport_validation(PRegister old_src, PVirtualValue new_src) const;
H A Dsfn_instr_alu.cpp480 if (!check_readport_validation(old_src, new_src)) in can_replace_source()
653 AluInstr::check_readport_validation(PRegister old_src, PVirtualValue new_src) const in check_readport_validation() function in r600::AluInstr