Searched refs:is_compute_copy_faster (Results 1 – 7 of 7) sorted by relevance
/third_party/mesa3d/src/gallium/include/pipe/ |
D | p_screen.h | 197 bool (*is_compute_copy_faster)( struct pipe_screen *, member
|
/third_party/mesa3d/src/gallium/auxiliary/driver_trace/ |
D | tr_screen.c | 1197 …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/ |
D | st_pbo_compute.c | 1113 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/ |
D | zink_screen.c | 2293 screen->base.is_compute_copy_faster = zink_is_compute_copy_faster; in zink_internal_create_screen()
|
/third_party/mesa3d/docs/gallium/ |
D | screen.rst | 186 pipe_screen::is_compute_copy_faster.
|
/third_party/mesa3d/docs/relnotes/ |
D | 22.0.0.rst | 3213 - gallium: add pipe_screen::is_compute_copy_faster hook
|
D | 22.2.0.rst | 4543 - aux/trace: implement pipe_screen::is_compute_copy_faster
|