HomeSort by: relevance | last modified time | path
    Searched refs:get_or_inject (Results 1 - 4 of 4) sorted by relevancy

  /xsrc/external/mit/MesaLib/dist/src/gallium/drivers/r600/sfn/
sfn_instruction_base.cpp 78 v.set_reg_i(i,m_values.get_or_inject(ns_idx.new_reg, v.reg_i(i)->chan()));
88 reg = m_values.get_or_inject(new_index.new_reg, reg->chan());
sfn_valuepool.h 47 PValue get_or_inject(uint32_t index, uint32_t chan) { function in class:r600::ValueMap
sfn_instruction_export.cpp 191 m_address = values.get_or_inject(new_index.new_reg, m_address->chan());
328 m_index = values.get_or_inject(new_index.new_reg, m_index->chan());
sfn_instruction_alu.cpp 133 reg = values.get_or_inject(new_index.new_reg, reg->chan());

Completed in 5 milliseconds