Home
last modified time | relevance | path

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

/external/mesa3d/src/gallium/auxiliary/cso_cache/
Dcso_context.c370 int maxsam = scr->get_shader_param(scr, sh, in cso_destroy_context() local
374 assert(maxsam <= PIPE_MAX_SAMPLERS); in cso_destroy_context()
376 if (maxsam > 0) { in cso_destroy_context()
377 ctx->pipe->bind_sampler_states(ctx->pipe, sh, 0, maxsam, zeros); in cso_destroy_context()