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.h44 PFN_VERTEX_FUNC
Dswr_state.h52 typedef ShaderVariant<PFN_VERTEX_FUNC> VariantVS;
Dswr_shader.cpp342 PFN_VERTEX_FUNC CompileVS(struct swr_context *ctx, swr_jit_vs_key &key);
2316 PFN_VERTEX_FUNC
2544 PFN_VERTEX_FUNC pFunc = in CompileVS()
2545 (PFN_VERTEX_FUNC)gallivm_jit_function(gallivm, wrap(pFunction)); in CompileVS()
2556 PFN_VERTEX_FUNC
2565 PFN_VERTEX_FUNC func = builder.CompileVS(ctx, key); in swr_compile_vs()
Dswr_state.cpp1686 PFN_VERTEX_FUNC func; in swr_update_derived()
/external/mesa3d/src/gallium/drivers/swr/rasterizer/core/
Dcontext.h258 PFN_VERTEX_FUNC pfnVertexFunc; in OSALIGNLINE()
Dapi.h417 SWR_FUNC(void, SwrSetVertexFunc, HANDLE hContext, PFN_VERTEX_FUNC pfnVertexFunc);
Dstate.h905 typedef void(__cdecl *PFN_VERTEX_FUNC)(HANDLE hPrivateData, HANDLE hWorkerPrivateData, SWR_VS_CONTE… typedef
Dapi.cpp633 void SwrSetVertexFunc(HANDLE hContext, PFN_VERTEX_FUNC pfnVertexFunc) in SwrSetVertexFunc()