Home
last modified time | relevance | path

Searched refs:is_compute_copy_faster (Results 1 - 4 of 4) sorted by relevance

/third_party/mesa3d/src/gallium/include/pipe/
H A Dp_screen.h197 bool (*is_compute_copy_faster)( struct pipe_screen *, member
/third_party/mesa3d/src/gallium/auxiliary/driver_trace/
H A Dtr_screen.c1187 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 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/
H A Dzink_screen.c2293 screen->base.is_compute_copy_faster = zink_is_compute_copy_faster; in zink_internal_create_screen()

Completed in 15 milliseconds