Searched refs:ShaderVariant (Results 1 - 2 of 2) sorted by relevance

/xsrc/external/mit/MesaLib/dist/src/gallium/drivers/swr/
H A Dswr_state.h41 struct ShaderVariant { struct
45 ShaderVariant(struct gallivm_state *gs, T code) : gallivm(gs), shader(code) {} function in struct:ShaderVariant
46 ~ShaderVariant() { gallivm_destroy(gallivm); }
52 typedef ShaderVariant<PFN_VERTEX_FUNC> VariantVS;
53 typedef ShaderVariant<PFN_PIXEL_KERNEL> VariantFS;
54 typedef ShaderVariant<PFN_GS_FUNC> VariantGS;
55 typedef ShaderVariant<PFN_TCS_FUNC> VariantTCS;
56 typedef ShaderVariant<PFN_TES_FUNC> VariantTES;
/xsrc/external/mit/MesaLib.old/dist/src/gallium/drivers/swr/
H A Dswr_state.h41 struct ShaderVariant { struct
45 ShaderVariant(struct gallivm_state *gs, T code) : gallivm(gs), shader(code) {} function in struct:ShaderVariant
46 ~ShaderVariant() { gallivm_destroy(gallivm); }
49 typedef ShaderVariant<PFN_VERTEX_FUNC> VariantVS;
50 typedef ShaderVariant<PFN_PIXEL_KERNEL> VariantFS;
51 typedef ShaderVariant<PFN_GS_FUNC> VariantGS;

Completed in 5 milliseconds