Searched refs:is_compute_copy_faster (Results 1 - 4 of 4) sorted by relevance
/third_party/mesa3d/src/gallium/include/pipe/ |
H A D | p_screen.h | 197 bool (*is_compute_copy_faster)( struct pipe_screen *, member
|
/third_party/mesa3d/src/gallium/auxiliary/driver_trace/ |
H A D | tr_screen.c | 1187 trace_dump_call_begin("pipe_screen", "is_compute_copy_faster"); in trace_screen_is_compute_copy_faster() 1197 bool ret = screen->is_compute_copy_faster(screen, src_format, dst_format, width, height, depth, cpu); 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/ |
H A 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/ |
H A D | zink_screen.c | 2293 screen->base.is_compute_copy_faster = zink_is_compute_copy_faster; in zink_internal_create_screen()
|
Completed in 15 milliseconds