Home
last modified time | relevance | path

Searched refs:set_pin_to_channel (Results 1 – 3 of 3) sorted by relevance

/third_party/mesa3d/src/gallium/drivers/r600/sfn/
Dsfn_value_gpr.cpp156 v.set_pin_to_channel(); in pin_to_channel()
163 c.set_pin_to_channel(); in pin_all_to_channel()
Dsfn_value.h89 virtual void set_pin_to_channel() { assert(0 && "Only GPRs can be pinned to a channel ");} in set_pin_to_channel() function
Dsfn_value_gpr.h59 void set_pin_to_channel() override { m_pin_to_channel = true;} in set_pin_to_channel() function