Home | History | Annotate | Download | only in core

Lines Matching refs:KNOB_SIMD_WIDTH

45 #if KNOB_SIMD_WIDTH == 8
152 INLINE generateInputCoverage(const uint64_t *const coverageMask, uint32_t (&inputMask)[KNOB_SIMD_WIDTH], const uint32_t sampleMask)
155 assert(KNOB_SIMD_WIDTH == 8);
276 for(int32_t i = KNOB_SIMD_WIDTH - 1; i >= 0; i--)
294 uint32_t inputMask[KNOB_SIMD_WIDTH];
307 assert(KNOB_SIMD_WIDTH == 8);
316 INLINE generateInputCoverage(const uint64_t *const coverageMask, uint32_t (&inputMask)[KNOB_SIMD_WIDTH], const uint32_t sampleMask)
320 for(int i = 0; i < KNOB_SIMD_WIDTH; i++)
343 uint32_t inputMask[KNOB_SIMD_WIDTH];
349 unsigned long sampleNum[KNOB_SIMD_WIDTH];
545 // add param: const uint32_t inputMask[KNOB_SIMD_WIDTH] to eliminate 'generate coverage 2X'..
755 const uint32_t simd = KNOB_SIMD_WIDTH * sizeof(float);
1042 psContext.pColorBuffer[rt] += (2 * KNOB_SIMD_WIDTH * FormatTraits<KNOB_COLOR_HOT_TILE_FORMAT>::bpp) / 8;
1051 psContext.pColorBuffer[rt] += (KNOB_SIMD_WIDTH * FormatTraits<KNOB_COLOR_HOT_TILE_FORMAT>::bpp) / 8;
1054 pDepthBuffer += (KNOB_SIMD_WIDTH * FormatTraits<KNOB_DEPTH_HOT_TILE_FORMAT>::bpp) / 8;
1055 pStencilBuffer += (KNOB_SIMD_WIDTH * FormatTraits<KNOB_STENCIL_HOT_TILE_FORMAT>::bpp) / 8;