Searched refs:bi_bundle (Results 1 – 6 of 6) sorted by relevance
/external/mesa3d/src/panfrost/bifrost/ |
D | bi_pack.c | 192 bi_bundle *bundle) in bi_assign_fau_idx() 241 bi_assign_slots(bi_bundle *now, bi_bundle *prev) in bi_assign_slots() 456 bi_pack_fma(bi_clause *clause, bi_bundle bundle, bi_registers *regs) in bi_pack_fma() 701 bi_pack_add(bi_clause *clause, bi_bundle bundle, bi_registers *regs, gl_shader_stage stage) in bi_pack_add() 943 bi_lower_cubeface2(bi_context *ctx, bi_bundle *bundle) in bi_lower_cubeface2() 981 bi_pack_bundle(bi_clause *clause, bi_bundle bundle, bi_bundle prev, bool first_bundle, gl_shader_st… in bi_pack_bundle() 1158 const bi_bundle *bundle = &clause->bundles[clause->bundle_count - 1]; in bi_collect_blend_ret_addr()
|
D | bi_print.h | 48 void bi_print_bundle(bi_bundle *bundle, FILE *fp);
|
D | compiler.h | 390 } bi_bundle; typedef 404 bi_bundle bundles[8];
|
D | bi_print.c | 390 bi_print_bundle(bi_bundle *bundle, FILE *fp) in bi_print_bundle()
|
/external/mesa3d/docs/relnotes/ |
D | 20.1.0.rst | 399 - pan/bi: Add bi_clause, bi_bundle abstractions 421 - pan/bi: Add bi_print_bundle for printing bi_bundle
|
D | 20.2.0.rst | 511 - pan/bi: Move bi_registers to bi_bundle
|