Lines Matching defs:defs
473 struct dxil_def *defs;
1699 if (ctx->defs[ssa->index].chans[chan]) {
1700 const struct dxil_type *expect_type = dxil_value_get_type(ctx->defs[ssa->index].chans[chan]);
1705 ctx->defs[ssa->index].chans[chan] = value;
1756 assert(ctx->defs[ssa->index].chans[chan]);
1757 return ctx->defs[ssa->index].chans[chan];
5340 ctx->defs = rzalloc_array(ctx->ralloc_ctx, struct dxil_def, impl->ssa_alloc);
5341 if (!ctx->defs)
5369 ralloc_free(ctx->defs);
5370 ctx->defs = NULL;