Searched refs:VariantVS (Results 1 – 2 of 2) sorted by relevance
49 typedef ShaderVariant<PFN_VERTEX_FUNC> VariantVS; typedef57 std::unordered_map<swr_jit_vs_key, std::unique_ptr<VariantVS>> map;
971 ctx->vs->map.insert(std::make_pair(key, make_unique<VariantVS>(builder.gallivm, func))); in swr_compile_vs()