Home
last modified time | relevance | path

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

/external/mesa3d/src/panfrost/bifrost/
Dbi_print.c115 fprintf(fp, "blend_descriptor_%u.%c", ins->blend_location, in bi_print_index()
284 fprintf(fp, ".loc%u", ins->blend_location); in bi_print_instruction()
Dbi_pack.c171 unsigned rt = ins->blend_location; in bi_assign_fau_idx_single()
1171 assert(ins->blend_location < ARRAY_SIZE(ctx->blend_ret_offsets)); in bi_collect_blend_ret_addr()
1172 assert(!ctx->blend_ret_offsets[ins->blend_location]); in bi_collect_blend_ret_addr()
1173 ctx->blend_ret_offsets[ins->blend_location] = in bi_collect_blend_ret_addr()
1175 assert(!(ctx->blend_ret_offsets[ins->blend_location] & 0x7)); in bi_collect_blend_ret_addr()
Dcompiler.h354 unsigned blend_location; member
Dbifrost_compile.c248 .blend_location = rt, in bi_emit_blend()
287 assert(blend.blend_location < 8); in bi_emit_blend()
290 ctx->blend_types[blend.blend_location] = blend.src_types[0]; in bi_emit_blend()
/external/mesa3d/docs/relnotes/
D20.1.0.rst437 - pan/bi: Add blend_location to IR for BI_BLEND