Home
last modified time | relevance | path

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

/external/mesa3d/src/gallium/drivers/r600/sfn/
Dsfn_value.cpp179 if (m_value >= ALU_SRC_PARAM_BASE && m_value < ALU_SRC_PARAM_BASE + 32) in do_print()
180 os << " Param" << m_value - ALU_SRC_PARAM_BASE; in do_print()
Dsfn_shader_fragment.cpp697 PValue(new InlineConstValue(ALU_SRC_PARAM_BASE + io.lds_pos(), i)), in load_interpolated()
716 … PValue(new InlineConstValue(ALU_SRC_PARAM_BASE + io.lds_pos(), i)), in load_interpolated_one_comp()
731 …tion(op, dest[i], i & 1 ? ip.j : ip.i, PValue(new InlineConstValue(ALU_SRC_PARAM_BASE + io.lds_pos… in load_interpolated_two_comp()
748 … PValue(new InlineConstValue(ALU_SRC_PARAM_BASE + io.lds_pos(), i)), in load_interpolated_two_comp_for_one()
Dsfn_alu_defines.h306 ALU_SRC_PARAM_BASE = 0x1C0, enumerator