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
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
Dcontext.h220 OSALIGNLINE(struct) API_STATE in OSALIGNLINE() function
406 volatile OSALIGNLINE(uint32_t) FeLock;
Dstate.h565 OSALIGNLINE(struct) SWR_STATS in OSALIGNLINE() function
581 OSALIGNLINE(struct) SWR_STATS_FE in OSALIGNLINE() function
Dpa.h1023 static const OSALIGNLINE(int32_t) maskGen[KNOB_SIMD_WIDTH * 2] = in GenPrimMask()
1029 static const OSALIGNLINE(int32_t) maskGen[KNOB_SIMD_WIDTH * 2] = in GenPrimMask()
Dutils.h44 OSALIGNLINE(uint32_t) elems[4]; in _MM_EXTRACT_EPI64()
62 OSALIGNLINE(int64_t) elems[2]; in _MM_INSERT_EPI64()
Drasterizer.cpp513 static THREAD OSALIGNLINE(float) perspAttribsTLS[vertsPerTri * KNOB_NUM_ATTRIBUTES * componentsPerA…
/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.h250 #define OSALIGNLINE(RWORD) OSALIGN(RWORD, 64) macro