Home
last modified time | relevance | path

Searched refs:PIPE_CAP_GL_CLAMP (Results 1 – 10 of 10) sorted by relevance

/third_party/mesa3d/src/gallium/auxiliary/util/
Du_screen.c49 case PIPE_CAP_GL_CLAMP: in u_pipe_screen_get_param_defaults()
/third_party/mesa3d/src/gallium/include/pipe/
Dp_defines.h988 PIPE_CAP_GL_CLAMP, enumerator
/third_party/mesa3d/src/gallium/drivers/v3d/
Dv3d_screen.c268 case PIPE_CAP_GL_CLAMP: in v3d_screen_get_param()
/third_party/mesa3d/src/gallium/drivers/crocus/
Dcrocus_screen.c209 case PIPE_CAP_GL_CLAMP: in crocus_get_param()
/third_party/mesa3d/src/gallium/drivers/freedreno/
Dfreedreno_screen.c428 case PIPE_CAP_GL_CLAMP: in fd_screen_get_param()
/third_party/mesa3d/src/mesa/state_tracker/
Dst_context.c701 !screen->get_param(screen, PIPE_CAP_GL_CLAMP); in st_create_context_priv()
/third_party/mesa3d/src/gallium/drivers/nouveau/nvc0/
Dnvc0_screen.c314 case PIPE_CAP_GL_CLAMP: in nvc0_screen_get_param()
/third_party/mesa3d/src/gallium/drivers/zink/
Dzink_screen.c449 case PIPE_CAP_GL_CLAMP: in zink_get_param()
/third_party/mesa3d/docs/gallium/
Dscreen.rst617 * ``PIPE_CAP_GL_CLAMP``: Driver natively supports GL_CLAMP. Required for non-NIR drivers with the …
/third_party/mesa3d/docs/relnotes/
D21.1.0.rst4037 - mesa/st: add PIPE_CAP_GL_CLAMP