Home
last modified time | relevance | path

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

/external/mesa3d/src/gallium/drivers/swr/rasterizer/core/
Dfrontend.cpp695 …const uint32_t numSimdBatches = (state.gsState.maxNumVerts + KNOB_SIMD_WIDTH - 1) / KNOB_SIMD_WIDT… in GeometryShaderStage()
703 cutPrimStride = (state.gsState.maxNumVerts + 7) / 8; in GeometryShaderStage()
708 cutPrimStride = AlignUp(state.gsState.maxNumVerts * 2 / 8, 4); in GeometryShaderStage()
876 …const uint32_t numSimdBatches = (state.gsState.maxNumVerts + KNOB_SIMD_WIDTH - 1) / KNOB_SIMD_WIDT… in AllocateGsBuffers()
880 const uint32_t cutPrimStride = (state.gsState.maxNumVerts + 7) / 8; in AllocateGsBuffers()
881 const uint32_t streamIdPrimStride = AlignUp(state.gsState.maxNumVerts * 2 / 8, 4); in AllocateGsBuffers()
Dstate.h685 uint32_t maxNumVerts; member