Searched refs:ALU_SRC_PARAM_BASE (Results 1 – 3 of 3) sorted by relevance
/external/mesa3d/src/gallium/drivers/r600/sfn/ |
D | sfn_value.cpp | 179 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()
|
D | sfn_shader_fragment.cpp | 697 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()
|
D | sfn_alu_defines.h | 306 ALU_SRC_PARAM_BASE = 0x1C0, enumerator
|