Home
last modified time | relevance | path

Searched refs:MAX_POINT_SIZE (Results 1 – 6 of 6) sorted by relevance

/third_party/mesa3d/src/mesa/main/
Dconfig.h87 #define MAX_POINT_SIZE 60.0 macro
Dcontext.c426 consts->MaxPointSize = MAX_POINT_SIZE; in _mesa_init_constants()
428 consts->MaxPointSizeAA = MAX_POINT_SIZE; in _mesa_init_constants()
/third_party/skia/third_party/externals/swiftshader/src/Vulkan/
DVkConfig.hpp69 constexpr float MAX_POINT_SIZE = 1023.0; variable
DVkPhysicalDevice.cpp578 { 1.0, vk::MAX_POINT_SIZE }, // pointSizeRange[2] in getLimits()
/third_party/skia/third_party/externals/swiftshader/src/Device/
DRenderer.cpp1155 pSize = clamp(pSize, 1.0f, static_cast<float>(vk::MAX_POINT_SIZE)); in setupPoint()
/third_party/mesa3d/docs/relnotes/
D22.0.0.rst2844 - gallium: rename PIPE_CAPF_MAX_POINT_WIDTH -> MAX_POINT_SIZE