Home
last modified time | relevance | path

Searched refs:PFN_GS_FUNC (Results 1 – 8 of 8) sorted by relevance

/external/mesa3d/src/gallium/drivers/swr/
Dswr_shader.h42 PFN_GS_FUNC
Dswr_shader.cpp229 PFN_GS_FUNC CompileGS(struct swr_context *ctx, swr_jit_gs_key &key);
542 PFN_GS_FUNC
701 PFN_GS_FUNC pFunc = in CompileGS()
702 (PFN_GS_FUNC)gallivm_jit_function(gallivm, wrap(pFunction)); in CompileGS()
712 PFN_GS_FUNC
718 PFN_GS_FUNC func = builder.CompileGS(ctx, key); in swr_compile_gs()
Dswr_state.h51 typedef ShaderVariant<PFN_GS_FUNC> VariantGS;
Dswr_state.cpp1400 PFN_GS_FUNC func; in swr_update_derived()
/external/mesa3d/src/gallium/drivers/swr/rasterizer/core/
Dcontext.h240 PFN_GS_FUNC pfnGsFunc; in OSALIGNLINE()
Dapi.h407 PFN_GS_FUNC pfnGsFunc);
Dstate.h887 typedef void(__cdecl *PFN_GS_FUNC)(HANDLE hPrivateData, SWR_GS_CONTEXT* pGsContext); typedef
Dapi.cpp627 PFN_GS_FUNC pfnGsFunc) in SwrSetGsFunc()