Home
last modified time | relevance | path

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

/third_party/mesa3d/src/gallium/auxiliary/util/
Du_screen.c481 case PIPE_CAP_ALLOW_DYNAMIC_VAO_FASTPATH: in u_pipe_screen_get_param_defaults()
/third_party/mesa3d/src/gallium/include/pipe/
Dp_defines.h997 PIPE_CAP_ALLOW_DYNAMIC_VAO_FASTPATH, enumerator
/third_party/mesa3d/docs/relnotes/
D21.0.3.rst179 - gallium: add PIPE_CAP_ALLOW_DYNAMIC_VAO_FASTPATH
D21.1.0.rst3242 - gallium: add PIPE_CAP_ALLOW_DYNAMIC_VAO_FASTPATH
/third_party/mesa3d/src/gallium/drivers/iris/
Diris_screen.c404 case PIPE_CAP_ALLOW_DYNAMIC_VAO_FASTPATH: in iris_get_param()
/third_party/mesa3d/src/gallium/drivers/nouveau/nv50/
Dnv50_screen.c269 case PIPE_CAP_ALLOW_DYNAMIC_VAO_FASTPATH: in nv50_screen_get_param()
/third_party/mesa3d/src/gallium/drivers/nouveau/nvc0/
Dnvc0_screen.c317 case PIPE_CAP_ALLOW_DYNAMIC_VAO_FASTPATH: in nvc0_screen_get_param()
/third_party/mesa3d/src/mesa/state_tracker/
Dst_extensions.c617 screen->get_param(screen, PIPE_CAP_ALLOW_DYNAMIC_VAO_FASTPATH); in st_init_limits()