Lines Matching defs:sctx
35 type **array, *sctx = av_mallocz(sizeof(*sctx)); \36 if (!sctx) \41 av_free(sctx); \46 dctx->array[dctx->num++] = sctx; \48 return sctx; \691 FFVkSampler *sctx = create_sampler(s);692 if (!sctx)696 s->hwctx->alloc, &sctx->sampler[0]);704 sctx->sampler[i] = sctx->sampler[0];706 return sctx;