Home
last modified time | relevance | path

Searched refs:PIPE_CAP_NIR_COMPACT_ARRAYS (Results 1 – 13 of 13) sorted by relevance

/third_party/mesa3d/src/gallium/auxiliary/util/
Du_screen.c331 case PIPE_CAP_NIR_COMPACT_ARRAYS: in u_pipe_screen_get_param_defaults()
/third_party/mesa3d/src/gallium/include/pipe/
Dp_defines.h935 PIPE_CAP_NIR_COMPACT_ARRAYS, enumerator
/third_party/mesa3d/src/gallium/drivers/iris/
Diris_screen.c244 case PIPE_CAP_NIR_COMPACT_ARRAYS: in iris_get_param()
/third_party/mesa3d/src/gallium/drivers/crocus/
Dcrocus_screen.c201 case PIPE_CAP_NIR_COMPACT_ARRAYS: in crocus_get_param()
/third_party/mesa3d/src/gallium/drivers/freedreno/
Dfreedreno_screen.c206 case PIPE_CAP_NIR_COMPACT_ARRAYS: in fd_screen_get_param()
/third_party/mesa3d/src/gallium/drivers/d3d12/
Dd3d12_screen.cpp320 case PIPE_CAP_NIR_COMPACT_ARRAYS: in d3d12_get_param()
/third_party/mesa3d/src/mesa/state_tracker/
Dst_extensions.c374 if (!screen->get_param(screen, PIPE_CAP_NIR_COMPACT_ARRAYS)) in st_init_limits()
417 !screen->get_param(screen, PIPE_CAP_NIR_COMPACT_ARRAYS); in st_init_limits()
Dst_program.c730 PIPE_CAP_NIR_COMPACT_ARRAYS); in lower_ucp()
/third_party/mesa3d/src/gallium/drivers/nouveau/nv50/
Dnv50_screen.c363 case PIPE_CAP_NIR_COMPACT_ARRAYS: in nv50_screen_get_param()
/third_party/mesa3d/src/gallium/drivers/nouveau/nvc0/
Dnvc0_screen.c403 case PIPE_CAP_NIR_COMPACT_ARRAYS: in nvc0_screen_get_param()
/third_party/mesa3d/src/gallium/drivers/zink/
Dzink_screen.c651 case PIPE_CAP_NIR_COMPACT_ARRAYS: in zink_get_param()
/third_party/mesa3d/docs/gallium/
Dscreen.rst538 * ``PIPE_CAP_NIR_COMPACT_ARRAYS``: True if the compiler backend supports NIR's compact array featur…
/third_party/mesa3d/docs/relnotes/
D19.1.0.rst2519 - gallium: Add a PIPE_CAP_NIR_COMPACT_ARRAYS capability bit.