Searched defs:r600_shader_ctx (Results 1 – 1 of 1) sorted by relevance
325 struct r600_shader_ctx { struct326 struct tgsi_shader_info info;327 struct tgsi_parse_context parse;328 const struct tgsi_token *tokens;329 unsigned type;330 unsigned file_offset[TGSI_FILE_COUNT];331 unsigned temp_reg;332 const struct r600_shader_tgsi_instruction *inst_info;333 struct r600_bytecode *bc;334 struct r600_shader *shader;[all …]