Home
last modified time | relevance | path

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

/third_party/mesa3d/src/gallium/auxiliary/cso_cache/
Dcso_context.c340 int maxssbo = scr->get_shader_param(scr, sh, in cso_unbind_context() local
348 assert(maxssbo <= PIPE_MAX_SHADER_BUFFERS); in cso_unbind_context()
357 if (maxssbo > 0) { in cso_unbind_context()
358 ctx->pipe->set_shader_buffers(ctx->pipe, sh, 0, maxssbo, ssbos, 0); in cso_unbind_context()