Searched refs:VariantGS (Results 1 – 2 of 2) sorted by relevance
51 typedef ShaderVariant<PFN_GS_FUNC> VariantGS; typedef76 std::unordered_map<swr_jit_gs_key, std::unique_ptr<VariantGS>> map;
720 ctx->gs->map.insert(std::make_pair(key, make_unique<VariantGS>(builder.gallivm, func))); in swr_compile_gs()