Searched refs:tgsi_tex_get_src_gpr (Results 1 – 1 of 1) sorted by relevance
/external/mesa3d/src/gallium/drivers/r600/ |
D | r600_shader.c | 7385 static inline unsigned tgsi_tex_get_src_gpr(struct r600_shader_ctx *ctx, in tgsi_tex_get_src_gpr() function 7398 int id = tgsi_tex_get_src_gpr(ctx, 1); in do_vtx_fetch_inst() 7401 src_gpr = tgsi_tex_get_src_gpr(ctx, 0); in do_vtx_fetch_inst() 7493 int id = tgsi_tex_get_src_gpr(ctx, reg_idx) + offset; in r600_do_buffer_txq() 7585 src_gpr = tgsi_tex_get_src_gpr(ctx, 0); in tgsi_tex() 7857 tex.sampler_id = tgsi_tex_get_src_gpr(ctx, sampler_src_reg); in tgsi_tex() 7951 t->sampler_id = tgsi_tex_get_src_gpr(ctx, sampler_src_reg); in tgsi_tex() 8030 tex.sampler_id = tgsi_tex_get_src_gpr(ctx, sampler_src_reg); in tgsi_tex() 8260 tex.sampler_id = tgsi_tex_get_src_gpr(ctx, sampler_src_reg); in tgsi_tex() 8345 int id = tgsi_tex_get_src_gpr(ctx, sampler_src_reg); in tgsi_tex() [all …]
|