Home
last modified time | relevance | path

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

/third_party/mesa3d/src/gallium/auxiliary/cso_cache/
Dcso_context.c344 int maximg = scr->get_shader_param(scr, sh, in cso_unbind_context() local
350 assert(maximg <= PIPE_MAX_SHADER_IMAGES); in cso_unbind_context()
360 if (maximg > 0) { in cso_unbind_context()
361 ctx->pipe->set_shader_images(ctx->pipe, sh, 0, 0, maximg, NULL); in cso_unbind_context()