Searched refs:already_emitted (Results 1 – 2 of 2) sorted by relevance
295 BITSET_WORD *already_emitted; member
479 BITSET_SET(ctx->already_emitted, (*dest)->ssa.index); in mir_accept_dest_mod()612 if (dest->is_ssa && BITSET_TEST(ctx->already_emitted, dest->ssa.index)) in emit_alu()2793 … ctx->already_emitted = calloc(BITSET_WORDS(func->impl->ssa_alloc), sizeof(BITSET_WORD)); in midgard_compile_shader_nir()2807 free(ctx->already_emitted); in midgard_compile_shader_nir()