Searched defs:fd2_compile_context (Results 1 – 1 of 1) sorted by relevance
46 struct fd2_compile_context { struct47 struct fd_program_stateobj *prog;48 struct fd2_shader_stateobj *so;50 struct tgsi_parse_context parser;51 unsigned type;54 int pred_depth;55 enum ir2_pred pred_stack[8];76 int pred_reg;77 int num_internal_temps;79 uint8_t num_regs[TGSI_FILE_COUNT];[all …]