Home
last modified time | relevance | path

Searched refs:PAN_IS_REG (Results 1 – 8 of 8) sorted by relevance

/third_party/mesa3d/src/panfrost/midgard/
Dmidgard_opt_perspective.c71 if (frcp & PAN_IS_REG) continue; in midgard_opt_combine_projection()
72 if (to & PAN_IS_REG) continue; in midgard_opt_combine_projection()
154 if (vary & PAN_IS_REG) continue; in midgard_opt_varying_projection()
155 if (to & PAN_IS_REG) continue; in midgard_opt_varying_projection()
Dmidgard_opt_copy_prop.c43 if (to & PAN_IS_REG) continue; in midgard_opt_copy_prop()
44 if (from & PAN_IS_REG) continue; in midgard_opt_copy_prop()
Dcompiler.h456 return ((ctx->func->impl->reg_alloc + ctx->temp_alloc++) << 1) | PAN_IS_REG; in make_compiler_temp_reg()
472 return (src->reg.reg->index << 1) | PAN_IS_REG; in nir_src_index()
483 return (dst->reg.reg->index << 1) | PAN_IS_REG; in nir_dest_index()
Dmir_promote_uniforms.c324 bool needs_move = ins->dest & PAN_IS_REG || ins->dest == ctx->blend_src1; in midgard_promote_uniforms()
/third_party/mesa3d/src/panfrost/util/
Dpan_ir.h337 #define PAN_IS_REG (1) macro
353 return (src->reg.reg->index << 1) | PAN_IS_REG; in pan_src_index()
364 return (dst->reg.reg->index << 1) | PAN_IS_REG; in pan_dest_index()
/third_party/mesa3d/src/panfrost/bifrost/
Dbi_validate.c50 fprintf(stderr, "%s%u\n", (i & PAN_IS_REG) ? "r" : "", i >> 1); in bi_validate_initialization()
Dcompiler.h747 return bi_get_index(node >> 1, node & PAN_IS_REG, 0); in bi_node_to_index()
/third_party/mesa3d/docs/relnotes/
D20.1.0.rst767 - pan/mdg: Use PAN_IS_REG
768 - pan/mdg: SSA_FIXED_MINIMUM already covered by PAN_IS_REG