Searched refs:workgroups_y_shift (Results 1 - 9 of 9) sorted by relevance

/xsrc/external/mit/MesaLib/dist/src/panfrost/lib/
H A Dpan_encoder.h192 cfg.workgroups_y_shift = shifts[4];
/xsrc/external/mit/MesaLib/dist/src/panfrost/lib/genxml/
H A Ddecode.c477 unsigned groups_x = bits(invocation.invocations, invocation.workgroups_x_shift, invocation.workgroups_y_shift) + 1;
478 unsigned groups_y = bits(invocation.invocations, invocation.workgroups_y_shift, invocation.workgroups_z_shift) + 1;
/xsrc/external/mit/MesaLib.old/dist/src/gallium/drivers/panfrost/pandecode/
H A Ddecode.c966 pandecode_prop("workgroups_y_shift = %d", p->workgroups_y_shift);
980 p->workgroups_y_shift) + 1,
981 bits(p->invocation_count, p->workgroups_y_shift,
/xsrc/external/mit/MesaLib.old/dist/src/gallium/drivers/panfrost/include/
H A Dpanfrost-job.h857 * fields below. For example, workgroups_y_shift gives the bit that
875 u32 workgroups_y_shift : 6; member in struct:mali_vertex_tiler_prefix
/xsrc/external/mit/MesaLib/src/panfrost/lib/genxml/
H A Dv4_pack.h1552 uint32_t workgroups_y_shift; member in struct:MALI_INVOCATION
1569 __gen_uint(values->workgroups_y_shift, 16, 21) |
1585 values->workgroups_y_shift = __gen_unpack_uint(cl, 48, 53);
1597 fprintf(fp, "%*sWorkgroups Y shift: %u\n", indent, "", values->workgroups_y_shift);
H A Dv5_pack.h1604 uint32_t workgroups_y_shift; member in struct:MALI_INVOCATION
1621 __gen_uint(values->workgroups_y_shift, 16, 21) |
1637 values->workgroups_y_shift = __gen_unpack_uint(cl, 48, 53);
1649 fprintf(fp, "%*sWorkgroups Y shift: %u\n", indent, "", values->workgroups_y_shift);
H A Dv6_pack.h1805 uint32_t workgroups_y_shift; member in struct:MALI_INVOCATION
1822 __gen_uint(values->workgroups_y_shift, 16, 21) |
1838 values->workgroups_y_shift = __gen_unpack_uint(cl, 48, 53);
1850 fprintf(fp, "%*sWorkgroups Y shift: %u\n", indent, "", values->workgroups_y_shift);
H A Dv7_pack.h1857 uint32_t workgroups_y_shift; member in struct:MALI_INVOCATION
1874 __gen_uint(values->workgroups_y_shift, 16, 21) |
1890 values->workgroups_y_shift = __gen_unpack_uint(cl, 48, 53);
1902 fprintf(fp, "%*sWorkgroups Y shift: %u\n", indent, "", values->workgroups_y_shift);
/xsrc/external/mit/MesaLib/dist/src/gallium/drivers/panfrost/
H A Dpan_cmdstream.c2843 cfg.workgroups_y_shift = 0;

Completed in 61 milliseconds