Searched refs:ALU_SRC_PARAM_BASE (Results 1 – 5 of 5) sorted by relevance
/third_party/mesa3d/src/gallium/drivers/r600/sfn/ |
D | sfn_shader_fs.cpp | 689 new InlineConstant(ALU_SRC_PARAM_BASE + io.lds_pos(), i + comp), in load_input_hw() 697 new InlineConstant(ALU_SRC_PARAM_BASE + io.lds_pos(), i), in load_input_hw() 928 new InlineConstant(ALU_SRC_PARAM_BASE + params.base, chan), in load_interpolated_one_comp() 952 new InlineConstant(ALU_SRC_PARAM_BASE + params.base, i), in load_interpolated_two_comp() 973 new InlineConstant(ALU_SRC_PARAM_BASE + params.base, i), in load_interpolated_two_comp_for_one()
|
D | sfn_virtualvalues.cpp | 551 } else if (sel() >= ALU_SRC_PARAM_BASE && in print() 552 sel() < ALU_SRC_PARAM_BASE + 32 ) { in print() 554 << sel() - ALU_SRC_PARAM_BASE in print() 641 return new InlineConstant( ALU_SRC_PARAM_BASE + param, chan); in param_from_string()
|
D | sfn_alu_defines.h | 371 ALU_SRC_PARAM_BASE = 0x1C0, enumerator
|
D | sfn_instr_alugroup.cpp | 182 param_src = is->sel() - ALU_SRC_PARAM_BASE; in add_vec_instructions()
|
/third_party/mesa3d/src/gallium/drivers/r600/sfn/tests/ |
D | sfn_instrfromstring_test.cpp | 302 new InlineConstant( ALU_SRC_PARAM_BASE, 2), in TEST_F() 318 new InlineConstant( ALU_SRC_PARAM_BASE, 2), in TEST_F()
|