Searched refs:blend_location (Results 1 – 5 of 5) sorted by relevance
115 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()
171 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()
354 unsigned blend_location; member
248 .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()
437 - pan/bi: Add blend_location to IR for BI_BLEND