Home
last modified time | relevance | path

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

/external/mesa3d/src/mesa/drivers/dri/i965/
Dintel_screen.h173 can_do_exec_capture(const struct intel_screen *screen) in can_do_exec_capture() function
Dbrw_program_cache.c225 if (can_do_exec_capture(brw->screen)) in brw_cache_new_bo()
392 if (can_do_exec_capture(brw->screen)) in brw_init_caches()
Dintel_batchbuffer.c173 grow->bo->kflags = can_do_exec_capture(screen) ? EXEC_OBJECT_CAPTURE : 0; in recreate_growing_buffer()