Home
last modified time | relevance | path

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

/external/mesa3d/src/gallium/drivers/swr/rasterizer/core/
Dstate.h827 uint32_t hsAllocationSize; // Size of HS output in bytes, per lane member
Dfrontend.cpp1333 hsContext.outputSize = tsState.hsAllocationSize; in TessellationStages()
1359 uint32_t requiredAllocSize = KNOB_SIMD_WIDTH * tsState.hsAllocationSize; in TessellationStages()
1394 …tch* pCPout = (ScalarPatch*)(gt_pTessellationThreadData->pHSOutput + tsState.hsAllocationSize * p); in TessellationStages()
/external/mesa3d/src/gallium/drivers/swr/
Dswr_shader.cpp2057 pTS->hsAllocationSize = sizeof(ScalarPatch); in CompileTCS()