Home
last modified time | relevance | path

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

/external/mesa3d/src/gallium/drivers/swr/rasterizer/core/
Dfrontend.cpp690 uint32_t numOutputBytes = std::max(numInputBytes / 2, 1U); in ProcessStreamIdBuffer() local
692 for (uint32_t b = 0; b < numOutputBytes; ++b) in ProcessStreamIdBuffer()