Home
last modified time | relevance | path

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

/third_party/mesa3d/src/gallium/drivers/r600/sfn/
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()
268 void ShaderInputVarying::set_lds_pos(int lds_pos) in set_lds_pos() argument
270 m_lds_pos = lds_pos; in set_lds_pos()
273 int ShaderInputVarying::lds_pos() const in lds_pos() function in r600::ShaderInputVarying
Dsfn_shaderio.h52 virtual void set_lds_pos(int lds_pos);
55 virtual int lds_pos() const;
86 void set_lds_pos(int lds_pos) override;
92 int lds_pos() const override;
Dsfn_shader_fragment.cpp719 io.lds_pos(), i)), in emit_load_input()
845 PValue(new InlineConstValue(ALU_SRC_PARAM_BASE + io.lds_pos(), i)), in load_interpolated()
864 … PValue(new InlineConstValue(ALU_SRC_PARAM_BASE + io.lds_pos(), i)), in load_interpolated_one_comp()
881 …, dest[i], i & 1 ? ip.j : ip.i, PValue(new InlineConstValue(ALU_SRC_PARAM_BASE + io.lds_pos(), i)), in load_interpolated_two_comp()
898 … PValue(new InlineConstValue(ALU_SRC_PARAM_BASE + io.lds_pos(), i)), in load_interpolated_two_comp_for_one()
/third_party/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.c617 alu.src[1].sel = V_SQ_ALU_SRC_PARAM_BASE + ctx->shader->input[input].lds_pos; in evergreen_interp_alu()
644 alu.src[0].sel = V_SQ_ALU_SRC_PARAM_BASE + ctx->shader->input[input].lds_pos; in evergreen_interp_flat()
770 ctx->shader->input[index].lds_pos = ctx->shader->nlds++; in evergreen_interp_input()
3780 ctx.shader->input[ni].lds_pos = next_lds_loc++; in r600_shader_from_tgsi()
7188 alu.src[1].sel = V_SQ_ALU_SRC_PARAM_BASE + ctx->shader->input[input].lds_pos; in tgsi_interp_egcm()