Home
last modified time | relevance | path

Searched refs:check_unordered_exec (Results 1 – 2 of 2) sorted by relevance

/aosp_15_r20/external/mesa3d/src/gallium/drivers/zink/
H A Dzink_synchronization.cpp262 check_unordered_exec(struct zink_context *ctx, struct zink_resource *res, bool is_write) in check_unordered_exec() function
280 unordered_exec &= check_unordered_exec(ctx, src, false) && in zink_get_cmdbuf()
281 check_unordered_exec(ctx, dst, true); in zink_get_cmdbuf()
/aosp_15_r20/external/mesa3d/docs/relnotes/
H A D24.1.0.rst2652 - zink: extract check_unordered_exec from zink_get_cmdbuf