Searched refs:is_resource_busy (Results 1 - 10 of 10) sorted by relevance
| /xsrc/external/mit/MesaLib/dist/src/gallium/auxiliary/driver_trace/ |
| H A D | tr_screen.h | 54 tc_is_resource_busy is_resource_busy; member in struct:trace_screen
|
| H A D | tr_screen.c | 318 trace_dump_call_begin("pipe_screen", "is_resource_busy"); 324 result = tr_scr->is_resource_busy(screen, resource, usage); 356 tr_scr->is_resource_busy = options->is_resource_busy; 361 if (options->is_resource_busy) 362 options->is_resource_busy = trace_context_is_resource_busy;
|
| /xsrc/external/mit/MesaLib/dist/src/gallium/auxiliary/util/ |
| H A D | u_threaded_context.h | 165 * 1) is_resource_busy: It returns true when a resource is busy. If this is NULL, 174 * If is_resource_busy is set, threaded_resource::buffer_id_unique must be 416 tc_is_resource_busy is_resource_busy; member in struct:threaded_context_options
|
| H A D | u_threaded_context.c | 652 if (!tc->options.is_resource_busy) 669 return tc->options.is_resource_busy(tc->pipe->screen, tbuf->latest, map_usage);
|
| /xsrc/external/mit/MesaLib/dist/src/gallium/drivers/freedreno/ |
| H A D | freedreno_context.c | 696 .is_resource_busy = fd_resource_busy,
|
| /xsrc/external/mit/MesaLib/dist/src/gallium/auxiliary/driver_noop/ |
| H A D | noop_pipe.c | 462 .is_resource_busy = noop_is_resource_busy,
|
| /xsrc/external/mit/MesaLib/dist/src/gallium/drivers/radeonsi/ |
| H A D | si_pipe.c | 867 .is_resource_busy = si_is_resource_busy,
|
| /xsrc/external/mit/MesaLib/dist/src/gallium/drivers/zink/ |
| H A D | zink_context.c | 4229 .is_resource_busy = zink_context_is_resource_busy,
|
| /xsrc/external/mit/MesaLib/dist/docs/relnotes/ |
| H A D | 21.3.0.rst | 2895 - zink: use new resource batch usage utils for is_resource_busy
|
| H A D | 21.2.0.rst | 3890 - zink: implement a tc is_resource_busy hook
|
Completed in 34 milliseconds