Home
last modified time | relevance | path

Searched refs:is_compute_copy_faster (Results 1 – 7 of 7) sorted by relevance

/third_party/mesa3d/src/gallium/include/pipe/
Dp_screen.h197 bool (*is_compute_copy_faster)( struct pipe_screen *, member
/third_party/mesa3d/src/gallium/auxiliary/driver_trace/
Dtr_screen.c1197 …bool ret = screen->is_compute_copy_faster(screen, src_format, dst_format, width, height, depth, cp… in trace_screen_is_compute_copy_faster()
1428 SCR_INIT(is_compute_copy_faster); in trace_screen_create()
/third_party/mesa3d/src/mesa/state_tracker/
Dst_pbo_compute.c1113 if (!screen->is_compute_copy_faster(screen, src_format, dst_format, width, height, depth, true)) in st_GetTexSubImage_shader()
/third_party/mesa3d/src/gallium/drivers/zink/
Dzink_screen.c2293 screen->base.is_compute_copy_faster = zink_is_compute_copy_faster; in zink_internal_create_screen()
/third_party/mesa3d/docs/gallium/
Dscreen.rst186 pipe_screen::is_compute_copy_faster.
/third_party/mesa3d/docs/relnotes/
D22.0.0.rst3213 - gallium: add pipe_screen::is_compute_copy_faster hook
D22.2.0.rst4543 - aux/trace: implement pipe_screen::is_compute_copy_faster