HomeSort by relevance Sort by last modified time
    Searched refs:statMask (Results 1 - 2 of 2) sorted by null

  /external/mesa3d/src/gallium/drivers/swr/rasterizer/core/
backend.cpp 589 uint32_t statMask = _simd_movemask_ps(depthPassMask);
590 uint32_t statCount = _mm_popcnt_u32(statMask);
    [all...]
backend.h 641 uint32_t statMask = _simd_movemask_ps(depthPassMask[sample])
    [all...]

Completed in 70 milliseconds