Home
last modified time | relevance | path

Searched defs:OSALIGNLINE (Results 1 – 6 of 6) sorted by relevance

/external/mesa3d/src/gallium/drivers/swr/rasterizer/core/
Dtilemgr.h140 OSALIGNLINE(long) mWorkItemsProduced{0}; in OSALIGNLINE() function
141 OSALIGNLINE(volatile long) mWorkItemsConsumed{0}; in OSALIGNLINE() function
232 OSALIGNLINE(volatile long) mTasksAvailable{0}; in OSALIGNLINE() function
233 OSALIGNLINE(volatile long) mTasksOutstanding{0}; in OSALIGNLINE() function
Dfifo.hpp39 OSALIGNLINE(volatile uint32_t) mLock{0}; in OSALIGNLINE() function
40 OSALIGNLINE(volatile uint32_t) mNumEntries{0}; in OSALIGNLINE() function
Dcontext.h245 OSALIGNLINE(struct) API_STATE in OSALIGNLINE() function
Dstate.h608 OSALIGNLINE(struct) SWR_STATS in OSALIGNLINE() function
624 OSALIGNLINE(struct) SWR_STATS_FE in OSALIGNLINE() function
/external/mesa3d/src/gallium/drivers/swr/
Dswr_query.h37 OSALIGNLINE(struct) swr_query { in OSALIGNLINE() function
/external/mesa3d/src/gallium/drivers/swr/rasterizer/common/
Dos.h299 #define OSALIGNLINE(RWORD) OSALIGN(RWORD, 64) macro