Home
last modified time | relevance | path

Searched refs:currentBit (Results 1 – 2 of 2) sorted by relevance

/external/mesa3d/src/gallium/drivers/swr/rasterizer/common/
Dsimdintrin.h1200 uint32_t currentBit = 0; in pext_u32()
1207 result |= ((a & lowest) > 0) << currentBit++; in pext_u32()
/external/deqp/modules/gles31/functional/
Des31fProgramInterfaceQueryTests.cpp4997 const deUint32 currentBit = (1u << stageNdx); in init() local
4998 if (currentBit > pipelines[pipelineNdx].flags) in init()
5000 if (currentBit & pipelines[pipelineNdx].flags) in init()
5010 …terReferencedByCase(m_context, name.c_str(), "", false, pipelines[pipelineNdx].flags, currentBit)); in init()