Home
last modified time | relevance | path

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

/third_party/mesa3d/src/gallium/auxiliary/cso_cache/
Dcso_context.c336 int maxsam = scr->get_shader_param(scr, sh, in cso_unbind_context() local
346 assert(maxsam <= PIPE_MAX_SAMPLERS); in cso_unbind_context()
351 if (maxsam > 0) { in cso_unbind_context()
352 ctx->pipe->bind_sampler_states(ctx->pipe, sh, 0, maxsam, zeros); in cso_unbind_context()