HomeSort by relevance Sort by last modified time
    Searched refs:regs_decl (Results 1 - 2 of 2) sorted by null

  /external/virglrenderer/src/gallium/auxiliary/tgsi/
tgsi_sanity.c 50 struct cso_hash *regs_decl; member in struct:sanity_check_ctx
205 ctx->regs_decl, scan_register_key(reg),
216 cso_hash_first_node(ctx->regs_decl);
382 cso_hash_insert(ctx->regs_decl,
450 cso_hash_insert(ctx->regs_decl, scan_register_key(reg), reg);
497 cso_hash_first_node(ctx->regs_decl);
544 ctx.regs_decl = cso_hash_create();
558 regs_hash_destroy(ctx.regs_decl);
  /external/mesa3d/src/gallium/auxiliary/tgsi/
tgsi_sanity.c 50 struct cso_hash *regs_decl; member in struct:sanity_check_ctx
206 ctx->regs_decl, scan_register_key(reg),
217 cso_hash_first_node(ctx->regs_decl);
384 cso_hash_insert(ctx->regs_decl,
466 cso_hash_insert(ctx->regs_decl, scan_register_key(reg), reg);
525 cso_hash_first_node(ctx->regs_decl);
572 ctx.regs_decl = cso_hash_create();
586 regs_hash_destroy(ctx.regs_decl);

Completed in 44 milliseconds