Home
last modified time | relevance | path

Searched refs:PIPE_CAP_GLSL_ZERO_INIT (Results 1 – 8 of 8) sorted by relevance

/third_party/mesa3d/src/gallium/auxiliary/util/
Du_screen.c370 case PIPE_CAP_GLSL_ZERO_INIT: in u_pipe_screen_get_param_defaults()
/third_party/mesa3d/src/gallium/include/pipe/
Dp_defines.h980 PIPE_CAP_GLSL_ZERO_INIT, enumerator
/third_party/mesa3d/src/gallium/drivers/radeonsi/
Dsi_get.c170 case PIPE_CAP_GLSL_ZERO_INIT: in si_get_param()
/third_party/mesa3d/src/gallium/drivers/nouveau/nv50/
Dnv50_screen.c390 case PIPE_CAP_GLSL_ZERO_INIT: in nv50_screen_get_param()
/third_party/mesa3d/src/gallium/drivers/nouveau/nvc0/
Dnvc0_screen.c424 case PIPE_CAP_GLSL_ZERO_INIT: in nvc0_screen_get_param()
/third_party/mesa3d/src/mesa/state_tracker/
Dst_extensions.c1285 consts->GLSLZeroInit = screen->get_param(screen, PIPE_CAP_GLSL_ZERO_INIT); in st_init_extensions()
/third_party/mesa3d/docs/gallium/
Dscreen.rst610 * ``PIPE_CAP_GLSL_ZERO_INIT``: Choose a default zero initialization some glsl variables. If `1`, th…
/third_party/mesa3d/docs/relnotes/
D20.2.0.rst3702 - gallium: add a new cap PIPE_CAP_GLSL_ZERO_INIT