Searched refs:regs_ind_used (Results 1 – 2 of 2) sorted by relevance
52 struct cso_hash *regs_ind_used; member245 return cso_hash_contains(ctx->regs_ind_used, reg->file); in is_ind_register_used()283 cso_hash_insert(ctx->regs_ind_used, reg->file, reg); in check_register_usage()546 ctx.regs_ind_used = cso_hash_create(); in tgsi_sanity_check()560 regs_hash_destroy(ctx.regs_ind_used); in tgsi_sanity_check()
52 struct cso_hash regs_ind_used; member246 return cso_hash_contains(&ctx->regs_ind_used, reg->file); in is_ind_register_used()283 cso_hash_insert(&ctx->regs_ind_used, reg->file, reg); in check_register_usage()574 cso_hash_init(&ctx.regs_ind_used); in tgsi_sanity_check()588 regs_hash_destroy(&ctx.regs_ind_used); in tgsi_sanity_check()