Searched defs:opt_ctx (Results 1 – 2 of 2) sorted by relevance
456 struct opt_ctx { struct457 Program* program;458 float_mode fp_mode;459 std::vector<aco_ptr<Instruction>> instructions;460 std::vector<ssa_info> info;461 std::pair<uint32_t, Temp> last_literal;462 std::vector<mad_info> mad_infos;463 std::vector<uint16_t> uses;
222 GOptionContext *opt_ctx; in main() local