Home
last modified time | relevance | path

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

/external/mesa3d/src/gallium/auxiliary/cso_cache/
Dcso_context.c372 int maxview = scr->get_shader_param(scr, sh, in cso_destroy_context() local
375 assert(maxview <= PIPE_MAX_SHADER_SAMPLER_VIEWS); in cso_destroy_context()
379 if (maxview > 0) { in cso_destroy_context()
380 ctx->pipe->set_sampler_views(ctx->pipe, sh, 0, maxview, views); in cso_destroy_context()