Searched refs:MAX_POINT_SIZE (Results 1 – 5 of 5) sorted by relevance
83 #define MAX_POINT_SIZE 60.0 macro
482 consts->MaxPointSize = MAX_POINT_SIZE; in _mesa_init_constants()484 consts->MaxPointSizeAA = MAX_POINT_SIZE; in _mesa_init_constants()
69 constexpr float MAX_POINT_SIZE = 1023.0; variable
578 { 1.0, vk::MAX_POINT_SIZE }, // pointSizeRange[2] in getLimits()
1155 pSize = clamp(pSize, 1.0f, static_cast<float>(vk::MAX_POINT_SIZE)); in setupPoint()