Home
last modified time | relevance | path

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

/external/mesa3d/src/gallium/auxiliary/tgsi/
Dtgsi_sanity.c52 struct cso_hash *regs_ind_used; member
246 return cso_hash_contains(ctx->regs_ind_used, reg->file); in is_ind_register_used()
284 cso_hash_insert(ctx->regs_ind_used, reg->file, reg); in check_register_usage()
573 ctx.regs_ind_used = cso_hash_create(); in tgsi_sanity_check()
587 regs_hash_destroy(ctx.regs_ind_used); in tgsi_sanity_check()