Home
last modified time | relevance | path

Searched refs:lds_pos (Results 1 – 6 of 6) sorted by relevance

/external/mesa3d/src/gallium/drivers/r600/sfn/
Dsfn_shaderio.h52 virtual void set_lds_pos(int lds_pos);
55 virtual int lds_pos() const;
83 void set_lds_pos(int lds_pos) override;
89 int lds_pos() const override;
Dsfn_shaderio.cpp56 void ShaderInput::set_lds_pos(UNUSED int lds_pos) in set_lds_pos() argument
70 int ShaderInput::lds_pos() const in lds_pos() function in r600::ShaderInput
90 io.lds_pos = lds_pos(); in set_ioinfo()
235 void ShaderInputVarying::set_lds_pos(int lds_pos) in set_lds_pos() argument
237 m_lds_pos = lds_pos; in set_lds_pos()
240 int ShaderInputVarying::lds_pos() const in lds_pos() function in r600::ShaderInputVarying
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 …, dest[i], i & 1 ? ip.j : ip.i, PValue(new InlineConstValue(ALU_SRC_PARAM_BASE + io.lds_pos(), i)), in load_interpolated_two_comp()
748 … PValue(new InlineConstValue(ALU_SRC_PARAM_BASE + io.lds_pos(), i)), in load_interpolated_two_comp_for_one()
/external/mesa3d/src/gallium/drivers/r600/
Dr600_dump.c64 PRINT_UINT_ARRAY_ELM(input, lds_pos); /* for evergreen */ in print_shader_info()
79 PRINT_UINT_ARRAY_ELM(output, lds_pos); /* for evergreen */ in print_shader_info()
Dr600_shader.h53 unsigned lds_pos; /* for evergreen */ member
Dr600_shader.c612 alu.src[1].sel = V_SQ_ALU_SRC_PARAM_BASE + ctx->shader->input[input].lds_pos; in evergreen_interp_alu()
639 alu.src[0].sel = V_SQ_ALU_SRC_PARAM_BASE + ctx->shader->input[input].lds_pos; in evergreen_interp_flat()
765 ctx->shader->input[index].lds_pos = ctx->shader->nlds++; in evergreen_interp_input()
3775 ctx.shader->input[ni].lds_pos = next_lds_loc++; in r600_shader_from_tgsi()
7174 alu.src[1].sel = V_SQ_ALU_SRC_PARAM_BASE + ctx->shader->input[input].lds_pos; in tgsi_interp_egcm()