Searched refs:OSALIGNLINE (Results 1 – 10 of 10) sorted by relevance
150 OSALIGNLINE(LONG) mWorkItemsProduced { 0 }; in OSALIGNLINE() function151 OSALIGNLINE(volatile LONG) mWorkItemsConsumed { 0 }; in OSALIGNLINE() function243 OSALIGNLINE(volatile LONG) mTasksAvailable{ 0 }; in OSALIGNLINE() function244 OSALIGNLINE(volatile LONG) mTasksOutstanding{ 0 }; in OSALIGNLINE() function
100 OSALIGNLINE(volatile uint32_t) mRingHead; // Consumer Counter101 OSALIGNLINE(volatile uint32_t) mRingTail; // Producer Counter
40 OSALIGNLINE(volatile uint32_t) mLock{ 0 }; in OSALIGNLINE() function41 OSALIGNLINE(volatile uint32_t) mNumEntries{ 0 }; in OSALIGNLINE() function
220 OSALIGNLINE(struct) API_STATE in OSALIGNLINE() function406 volatile OSALIGNLINE(uint32_t) FeLock;
565 OSALIGNLINE(struct) SWR_STATS in OSALIGNLINE() function581 OSALIGNLINE(struct) SWR_STATS_FE in OSALIGNLINE() function
1023 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()
44 OSALIGNLINE(uint32_t) elems[4]; in _MM_EXTRACT_EPI64()62 OSALIGNLINE(int64_t) elems[2]; in _MM_INSERT_EPI64()
513 static THREAD OSALIGNLINE(float) perspAttribsTLS[vertsPerTri * KNOB_NUM_ATTRIBUTES * componentsPerA…
37 OSALIGNLINE(struct) swr_query { in OSALIGNLINE() function
250 #define OSALIGNLINE(RWORD) OSALIGN(RWORD, 64) macro