Searched refs:regs_decl (Results 1 – 2 of 2) sorted by relevance
/external/virglrenderer/src/gallium/auxiliary/tgsi/ |
D | tgsi_sanity.c | 50 struct cso_hash *regs_decl; member 205 ctx->regs_decl, scan_register_key(reg), in is_register_declared() 216 cso_hash_first_node(ctx->regs_decl); in is_any_register_declared() 382 cso_hash_insert(ctx->regs_decl, in check_and_declare() 450 cso_hash_insert(ctx->regs_decl, scan_register_key(reg), reg); in iter_immediate() 497 cso_hash_first_node(ctx->regs_decl); in epilog() 544 ctx.regs_decl = cso_hash_create(); in tgsi_sanity_check() 558 regs_hash_destroy(ctx.regs_decl); in tgsi_sanity_check()
|
/external/mesa3d/src/gallium/auxiliary/tgsi/ |
D | tgsi_sanity.c | 50 struct cso_hash *regs_decl; member 206 ctx->regs_decl, scan_register_key(reg), in is_register_declared() 217 cso_hash_first_node(ctx->regs_decl); in is_any_register_declared() 384 cso_hash_insert(ctx->regs_decl, in check_and_declare() 466 cso_hash_insert(ctx->regs_decl, scan_register_key(reg), reg); in iter_immediate() 525 cso_hash_first_node(ctx->regs_decl); in epilog() 572 ctx.regs_decl = cso_hash_create(); in tgsi_sanity_check() 586 regs_hash_destroy(ctx.regs_decl); in tgsi_sanity_check()
|