Searched refs:SIMD_TILE_X_DIM (Results 1 – 7 of 7) sorted by relevance
82 const simdscalar dx = _simd_set1_ps(static_cast<float>(SIMD_TILE_X_DIM)); in BackendSampleRate()84 for (uint32_t xx = x; xx < x + KNOB_TILE_X_DIM; xx += SIMD_TILE_X_DIM) in BackendSampleRate()86 const bool useAlternateOffset = ((xx & SIMD_TILE_X_DIM) != 0); in BackendSampleRate()196 work.coverageMask[sample] >>= (SIMD_TILE_Y_DIM * SIMD_TILE_X_DIM); in BackendSampleRate()251 work.coverageMask[sample] >>= (SIMD_TILE_Y_DIM * SIMD_TILE_X_DIM); in BackendSampleRate()290 work.coverageMask[sample] >>= (SIMD_TILE_Y_DIM * SIMD_TILE_X_DIM); in BackendSampleRate()300 work.innerCoverageMask >>= (SIMD_TILE_Y_DIM * SIMD_TILE_X_DIM); in BackendSampleRate()
84 const simdscalar dx = _simd_set1_ps(static_cast<float>(SIMD_TILE_X_DIM)); in BackendSingleSample()86 for (uint32_t xx = x; xx < x + KNOB_TILE_X_DIM; xx += SIMD_TILE_X_DIM) in BackendSingleSample()88 const bool useAlternateOffset = ((xx & SIMD_TILE_X_DIM) != 0); in BackendSingleSample()280 work.coverageMask[0] >>= (SIMD_TILE_Y_DIM * SIMD_TILE_X_DIM); in BackendSingleSample()283 work.innerCoverageMask >>= (SIMD_TILE_Y_DIM * SIMD_TILE_X_DIM); in BackendSingleSample()
285 const simdscalar dx = _simd_set1_ps(static_cast<float>(SIMD_TILE_X_DIM)); in BackendNullPS()287 for (uint32_t xx = x; xx < x + KNOB_TILE_X_DIM; xx += SIMD_TILE_X_DIM) in BackendNullPS()378 work.coverageMask[sample] >>= (SIMD_TILE_Y_DIM * SIMD_TILE_X_DIM); in BackendNullPS()
134 #define SIMD_TILE_X_DIM 4 macro
1074 const simdscalar dx = _simd_set1_ps(static_cast<float>(SIMD_TILE_X_DIM));1076 for (uint32_t xx = x; xx < x + KNOB_TILE_X_DIM; xx += SIMD_TILE_X_DIM)1078 const bool useAlternateOffset = ((xx & SIMD_TILE_X_DIM) != 0);1242 work.coverageMask[sample] >>= (SIMD_TILE_Y_DIM * SIMD_TILE_X_DIM);1247 work.innerCoverageMask >>= (SIMD_TILE_Y_DIM * SIMD_TILE_X_DIM);1249 work.anyCoveredSamples >>= (SIMD_TILE_Y_DIM * SIMD_TILE_X_DIM);
63 uint32_t coverageMask : (SIMD_TILE_X_DIM* SIMD_TILE_Y_DIM);64 uint32_t reserved : 32 - 1 - 1 - (SIMD_TILE_X_DIM * SIMD_TILE_Y_DIM);
62 #if (SIMD_TILE_X_DIM == 4) in GetSwizzledColor()64 #elif (SIMD_TILE_X_DIM == 2) in GetSwizzledColor()86 #if (SIMD_TILE_X_DIM == 4) in SetSwizzledColor()88 #elif (SIMD_TILE_X_DIM == 2) in SetSwizzledColor()118 #if (SIMD_TILE_X_DIM == 4)120 #elif (SIMD_TILE_X_DIM == 2)143 #if (SIMD_TILE_X_DIM == 4)145 #elif (SIMD_TILE_X_DIM == 2)