Searched refs:r600_shader_ctx (Results 1 – 2 of 2) sorted by relevance
176 struct r600_shader_ctx { struct207 int (*process)(struct r600_shader_ctx *ctx); argument211 static int tgsi_helper_tempx_replicate(struct r600_shader_ctx *ctx);212 static inline void callstack_check_depth(struct r600_shader_ctx *ctx, unsigned reason, unsigned che…213 static void fc_pushlevel(struct r600_shader_ctx *ctx, int type);214 static int tgsi_else(struct r600_shader_ctx *ctx);215 static int tgsi_endif(struct r600_shader_ctx *ctx);216 static int tgsi_bgnloop(struct r600_shader_ctx *ctx);217 static int tgsi_endloop(struct r600_shader_ctx *ctx);218 static int tgsi_loop_brk_cont(struct r600_shader_ctx *ctx);[all …]
10 struct r600_shader_ctx;