Home
last modified time | relevance | path

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

/external/mesa3d/src/nouveau/winsys/
Dnouveau_device.h24 uint32_t max_push; member
Dnouveau_device.c336 device->max_push = NOUVEAU_GEM_MAX_PUSH; in nouveau_ws_device_new()
338 device->max_push = value; in nouveau_ws_device_new()
/external/mesa3d/src/nouveau/vulkan/nvkmd/nouveau/
Dnvkmd_nouveau_ctx.c82 ctx->max_push = MIN2(NVKMD_NOUVEAU_MAX_PUSH, dev->ws_dev->max_push); in nvkmd_nouveau_create_exec_ctx()
168 if (unlikely(ctx->req.push_count >= ctx->max_push)) { in nvkmd_nouveau_exec_ctx_exec()
Dnvkmd_nouveau.h110 uint32_t max_push; member