Home
last modified time | relevance | path

Searched defs:numActive (Results 1 – 2 of 2) sorted by relevance

/external/mesa3d/src/mesa/main/
Dperformance_query.c252 GLuint *numActive, in _mesa_GetPerfQueryInfoINTEL()
/external/mesa3d/src/gallium/drivers/swr/rasterizer/core/
Dfrontend.cpp483 … uint32_t numActive = (numItemsRemaining >= KNOB_SIMD_WIDTH) ? KNOB_SIMD_WIDTH : numItemsRemaining; in GenerateMask() local
490 …uint32_t numActive = (numItemsRemaining >= KNOB_SIMD16_WIDTH) ? KNOB_SIMD16_WIDTH : numItemsRemain… in GenerateMask16() local