Home
last modified time | relevance | path

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

/third_party/mesa3d/src/gallium/drivers/swr/rasterizer/core/
Dfrontend.h373 state.rastState.pointSize == 1.0f && !state.rastState.pointParam && in CanUseSimplePoints()
Dstate.h1069 uint32_t pointParam : 1; member
Dbinner.cpp1425 if (rastState.pointParam) in BinPostSetupPointsImpl()
/third_party/mesa3d/src/gallium/drivers/swr/
Dswr_state.cpp1283 rastState->pointParam = rasterizer->point_size_per_vertex; in swr_update_derived()