Home
last modified time | relevance | path

Searched refs:can_do_exec_capture (Results 1 – 4 of 4) sorted by relevance

/external/mesa3d/src/mesa/drivers/dri/i965/
Dintel_screen.h176 can_do_exec_capture(const struct intel_screen *screen) in can_do_exec_capture() function
Dbrw_pipe_control.c379 if (!can_do_exec_capture(brw->screen)) in init_identifier_bo()
Dbrw_program_cache.c213 if (can_do_exec_capture(brw->screen)) in brw_cache_new_bo()
381 if (can_do_exec_capture(brw->screen)) in brw_init_caches()
Dintel_batchbuffer.c237 grow->bo->kflags |= can_do_exec_capture(screen) ? EXEC_OBJECT_CAPTURE : 0; in recreate_growing_buffer()