Searched defs:r600_shader_ctx (Results 1 – 1 of 1) sorted by relevance
176 struct r600_shader_ctx { struct177 struct tgsi_shader_info info;178 struct tgsi_parse_context parse;179 const struct tgsi_token *tokens;180 unsigned type;181 unsigned file_offset[TGSI_FILE_COUNT];182 unsigned temp_reg;183 struct r600_shader_tgsi_instruction *inst_info;207 int (*process)(struct r600_shader_ctx *ctx); argument