Home
last modified time | relevance | path

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

/aosp_15_r20/external/mesa3d/src/gallium/drivers/zink/
H A Dzink_context.c4624 …unsigned num_image_rebinds_remaining = rebind_mask ? expected_num_rebinds - num_rebinds : res->ima… in rebind_buffer() local
4626 …for (unsigned slot = 0; num_image_rebinds_remaining && slot < ctx->di.num_images[shader]; slot++) { in rebind_buffer()
4634 num_image_rebinds_remaining--; in rebind_buffer()