Searched defs:regs_ind_used (Results 1 - 1 of 1) sorted by relevance

/external/mesa3d/src/gallium/auxiliary/tgsi/
H A Dtgsi_sanity.c52 struct cso_hash *regs_ind_used; member in struct:sanity_check_ctx
245 return cso_hash_contains(ctx->regs_ind_used, reg->file);
285 cso_hash_insert(ctx->regs_ind_used, reg->file, reg);
546 ctx.regs_ind_used = cso_hash_create();
562 regs_hash_destroy(ctx.regs_ind_used);

Completed in 55 milliseconds