Home
last modified time | relevance | path

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

/external/mesa3d/src/gallium/drivers/swr/
Dswr_shader.h36 PFN_VERTEX_FUNC
Dswr_shader.cpp227 PFN_VERTEX_FUNC CompileVS(struct swr_context *ctx, swr_jit_vs_key &key);
741 PFN_VERTEX_FUNC
949 PFN_VERTEX_FUNC pFunc = in CompileVS()
950 (PFN_VERTEX_FUNC)gallivm_jit_function(gallivm, wrap(pFunction)); in CompileVS()
960 PFN_VERTEX_FUNC
969 PFN_VERTEX_FUNC func = builder.CompileVS(ctx, key); in swr_compile_vs()
Dswr_state.h49 typedef ShaderVariant<PFN_VERTEX_FUNC> VariantVS;
Dswr_state.cpp1441 PFN_VERTEX_FUNC func; in swr_update_derived()
/external/mesa3d/src/gallium/drivers/swr/rasterizer/core/
Dcontext.h237 PFN_VERTEX_FUNC pfnVertexFunc; in OSALIGNLINE()
Dapi.h383 PFN_VERTEX_FUNC pfnVertexFunc);
Dstate.h884 typedef void(__cdecl *PFN_VERTEX_FUNC)(HANDLE hPrivateData, SWR_VS_CONTEXT* pVsContext); typedef
Dapi.cpp602 PFN_VERTEX_FUNC pfnVertexFunc) in SwrSetVertexFunc()