Lines Matching defs:bifrost
527 b->shader->info.bifrost->uses_flat_shading = true;
762 bool bifrost = b->shader->arch <= 8;
785 bi_blend_to(b, bifrost ? bi_temp(b->shader) : bi_null(), rgba,
795 bi_blend_to(b, bifrost ? bi_temp(b->shader) : bi_null(), rgba,
803 b->shader->info.bifrost->blend[rt].type = T;
806 b->shader->info.bifrost->blend_src1_type = T2;
1491 bool bifrost = b->shader->arch <= 8;
1495 bi_index tmp_dest = bifrost ? bi_temp(b->shader) : dst;
1496 unsigned sr_count = bifrost ? 2 : 1;
1507 if (bifrost) {
1564 b->shader->inputs->bifrost.static_rt_conv ?
1565 bi_imm_u32(b->shader->inputs->bifrost.rt_conv[rt]) :
4113 for (unsigned i = 0; i < ARRAY_SIZE(ctx->info.bifrost->messages); ++i) {
4114 struct bifrost_message_preload msg = ctx->info.bifrost->messages[i];
4757 ctx->info.bifrost->wait_6 = (first_deps & (1 << 6));
4758 ctx->info.bifrost->wait_7 = (first_deps & (1 << 7));
5198 .bifrost = &info->bifrost,