Home
last modified time | relevance | path

Searched refs:OSALIGNLINE (Results 1 – 10 of 10) sorted by relevance

/external/mesa3d/src/gallium/drivers/swr/rasterizer/core/
Dtilemgr.h150 OSALIGNLINE(long) mWorkItemsProduced { 0 }; in OSALIGNLINE() function
151 OSALIGNLINE(volatile long) mWorkItemsConsumed { 0 }; in OSALIGNLINE() function
243 OSALIGNLINE(volatile long) mTasksAvailable{ 0 }; in OSALIGNLINE() function
244 OSALIGNLINE(volatile long) mTasksOutstanding{ 0 }; in OSALIGNLINE() function
Dcontext.h225 OSALIGNLINE(struct) API_STATE in OSALIGNLINE() function
415 volatile OSALIGNLINE(bool) doneFE; // Is FE work done for this draw?
416 volatile OSALIGNLINE(uint32_t) FeLock;
417 volatile OSALIGNLINE(uint32_t) threadsDone;
509 volatile OSALIGNLINE(uint32_t) drawsOutstandingFE;
511 OSALIGNLINE(CachingAllocator) cachingArenaAllocator;
Dringbuffer.h100 OSALIGNLINE(volatile uint32_t) mRingHead; // Consumer Counter
101 OSALIGNLINE(volatile uint32_t) mRingTail; // Producer Counter
Dfifo.hpp40 OSALIGNLINE(volatile uint32_t) mLock{ 0 }; in OSALIGNLINE() function
41 OSALIGNLINE(volatile uint32_t) mNumEntries{ 0 }; in OSALIGNLINE() function
Dstate.h606 OSALIGNLINE(struct) SWR_STATS in OSALIGNLINE() function
622 OSALIGNLINE(struct) SWR_STATS_FE in OSALIGNLINE() function
Dpa.h1213 static const OSALIGNLINE(int32_t) maskGen[SIMD_WIDTH * 2] = in GenPrimMask()
1221 static const OSALIGNLINE(int32_t) maskGen[SIMD_WIDTH * 2] = in GenPrimMask()
Dthreads.cpp360 OSALIGNLINE(SWR_STATS) stats{ 0 }; in UpdateClientStats()
Drasterizer_impl.h515 static THREAD OSALIGNLINE(float) perspAttribsTLS[vertsPerTri * SWR_VTX_NUM_SLOTS * componentsPerAtt…
/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.h261 #define OSALIGNLINE(RWORD) OSALIGN(RWORD, 64) macro