Home
last modified time | relevance | path

Searched refs:PIPE_BIND_COMPUTE_RESOURCE (Results 1 – 12 of 12) sorted by relevance

/third_party/mesa3d/src/gallium/drivers/freedreno/a5xx/
Dfd5_screen.c85 PIPE_BIND_SCANOUT | PIPE_BIND_SHARED | PIPE_BIND_COMPUTE_RESOURCE)) && in fd5_screen_is_format_supported()
90 PIPE_BIND_COMPUTE_RESOURCE); in fd5_screen_is_format_supported()
/third_party/mesa3d/src/gallium/drivers/freedreno/a6xx/
Dfd6_screen.c99 PIPE_BIND_SCANOUT | PIPE_BIND_SHARED | PIPE_BIND_COMPUTE_RESOURCE)) && in fd6_screen_is_format_supported()
103 PIPE_BIND_COMPUTE_RESOURCE); in fd6_screen_is_format_supported()
/third_party/mesa3d/src/gallium/tests/trivial/
Dcompute.c191 PIPE_BIND_COMPUTE_RESOURCE | in init_tex()
1135 PIPE_BIND_COMPUTE_RESOURCE)) { in test_surface_ld()
1260 PIPE_BIND_COMPUTE_RESOURCE)) { in test_surface_st()
/third_party/mesa3d/src/gallium/drivers/nouveau/
Dnouveau_screen.c338 PIPE_BIND_COMPUTE_RESOURCE | in nouveau_screen_init()
/third_party/mesa3d/src/gallium/frontends/clover/core/
Dresource.cpp177 PIPE_BIND_COMPUTE_RESOURCE | in root_resource()
/third_party/mesa3d/src/gallium/include/pipe/
Dp_defines.h491 #define PIPE_BIND_COMPUTE_RESOURCE (1 << 16) /* set_compute_resources */ macro
/third_party/mesa3d/src/gallium/drivers/r600/
Dr600_buffer_common.c621 (templ->bind & PIPE_BIND_COMPUTE_RESOURCE)) { in r600_buffer_from_user_memory()
Dr600_texture.c1043 (templ->bind & PIPE_BIND_COMPUTE_RESOURCE) && in r600_choose_tiling()
/third_party/mesa3d/src/gallium/drivers/nouveau/nv50/
Dnv50_formats.c46 #define U_I PIPE_BIND_SHADER_BUFFER | PIPE_BIND_SHADER_IMAGE | PIPE_BIND_COMPUTE_RESOURCE
/third_party/mesa3d/docs/gallium/
Dscreen.rst850 * ``PIPE_BIND_COMPUTE_RESOURCE``: A buffer or texture that can be
/third_party/mesa3d/src/gallium/drivers/iris/
Diris_state.c7481 PIPE_BIND_COMPUTE_RESOURCE | in iris_rebind_buffer()
/third_party/mesa3d/src/gallium/drivers/crocus/
Dcrocus_state.c8335 PIPE_BIND_COMPUTE_RESOURCE |