Home
last modified time | relevance | path

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

/third_party/mesa3d/src/gallium/drivers/swr/rasterizer/core/
Dcontext.h245 OSALIGNLINE(struct) API_STATE in OSALIGNLINE() function
308 OSALIGNLINE(SWR_BACKEND_STATE) backendState; in OSALIGNLINE()
455 volatile OSALIGNLINE(bool) doneFE; // Is FE work done for this draw?
456 volatile OSALIGNLINE(uint32_t) FeLock;
457 volatile OSALIGNLINE(uint32_t) threadsDone;
554 volatile OSALIGNLINE(uint32_t) drawsOutstandingFE;
556 OSALIGNLINE(CachingAllocator) cachingArenaAllocator;
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
Dringbuffer.h93 OSALIGNLINE(volatile uint32_t) mRingHead; // Consumer Counter
94 OSALIGNLINE(volatile uint32_t) mRingTail; // Producer Counter
Dfifo.hpp39 OSALIGNLINE(volatile uint32_t) mLock{0}; in OSALIGNLINE() function
40 OSALIGNLINE(volatile uint32_t) mNumEntries{0}; in OSALIGNLINE() function
Dstate.h608 OSALIGNLINE(struct) SWR_STATS in OSALIGNLINE() function
624 OSALIGNLINE(struct) SWR_STATS_FE in OSALIGNLINE() function
Dpa.h1342 static const OSALIGNLINE(int32_t) maskGen[SIMD_WIDTH * 2] = { in GenPrimMask()
1348 static const OSALIGNLINE(int32_t) in GenPrimMask()
Dthreads.cpp414 OSALIGNLINE(SWR_STATS) stats{0}; in UpdateClientStats()
Drasterizer_impl.h546 OSALIGNLINE(float) perspAttribsTLS[vertsPerTri * SWR_VTX_NUM_SLOTS * componentsPerAttrib];
/third_party/mesa3d/src/gallium/drivers/swr/
Dswr_query.h37 OSALIGNLINE(struct) swr_query { in OSALIGNLINE() function
/third_party/mesa3d/src/gallium/drivers/swr/rasterizer/common/
Dos.h315 #define OSALIGNLINE(RWORD) OSALIGN(RWORD, 64) macro