Home
last modified time | relevance | path

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

/third_party/mesa3d/src/gallium/drivers/r600/sfn/
Dsfn_shader_fs.cpp689 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()
Dsfn_virtualvalues.cpp551 } 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()
Dsfn_alu_defines.h371 ALU_SRC_PARAM_BASE = 0x1C0, enumerator
Dsfn_instr_alugroup.cpp182 param_src = is->sel() - ALU_SRC_PARAM_BASE; in add_vec_instructions()
/third_party/mesa3d/src/gallium/drivers/r600/sfn/tests/
Dsfn_instrfromstring_test.cpp302 new InlineConstant( ALU_SRC_PARAM_BASE, 2), in TEST_F()
318 new InlineConstant( ALU_SRC_PARAM_BASE, 2), in TEST_F()