Home
last modified time | relevance | path

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

/third_party/mesa3d/src/gallium/auxiliary/cso_cache/
Dcso_context.c338 int maxview = scr->get_shader_param(scr, sh, in cso_unbind_context() local
347 assert(maxview <= PIPE_MAX_SHADER_SAMPLER_VIEWS); in cso_unbind_context()
354 if (maxview > 0) { in cso_unbind_context()
355 ctx->pipe->set_sampler_views(ctx->pipe, sh, 0, maxview, 0, false, views); in cso_unbind_context()