Home
last modified time | relevance | path

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

/external/mesa3d/src/gallium/auxiliary/cso_cache/
Dcso_context.c405 int maximg = scr->get_shader_param(scr, sh, in cso_destroy_context() local
411 assert(maximg <= PIPE_MAX_SHADER_IMAGES); in cso_destroy_context()
421 if (maximg > 0) { in cso_destroy_context()
422 ctx->pipe->set_shader_images(ctx->pipe, sh, 0, maximg, NULL); in cso_destroy_context()