Home
last modified time | relevance | path

Searched refs:SWR_FUNC (Results 1 – 3 of 3) sorted by relevance

/external/mesa3d/src/gallium/drivers/swr/rasterizer/core/
Dapi.h313 SWR_FUNC(HANDLE, SwrCreateContext, SWR_CREATECONTEXT_INFO* pCreateInfo);
318 SWR_FUNC(void, SwrDestroyContext, HANDLE hContext);
324 SWR_FUNC(void, SwrBindApiThread, HANDLE hContext, uint32_t apiThreadId);
331 SWR_FUNC(void, SwrSaveState, HANDLE hContext, void* pOutputStateBlock, size_t memSize);
338 SWR_FUNC(void, SwrRestoreState, HANDLE hContext, const void* pStateBlock, size_t memSize);
346 SWR_FUNC(void,
358 SWR_FUNC(void, SwrStallBE, HANDLE hContext);
363 SWR_FUNC(void, SwrWaitForIdle, HANDLE hContext);
368 SWR_FUNC(void, SwrWaitForIdleFE, HANDLE hContext);
375 SWR_FUNC(void,
[all …]
/external/mesa3d/src/gallium/drivers/swr/rasterizer/memory/
DInitMemory.h41 SWR_FUNC(void,
60 SWR_FUNC(void,
/external/mesa3d/src/gallium/drivers/swr/rasterizer/common/
Dos.h311 #define SWR_FUNC(_retType, _funcName, /* args */...) \ macro