Searched refs:workgroups_z_shift (Results 1 - 10 of 10) sorted by relevance

/xsrc/external/mit/MesaLib/dist/src/panfrost/lib/
H A Dpan_encoder.h193 cfg.workgroups_z_shift = shifts[5];
197 * workgroups_z_shift = 32. This doesn't appear to matter to
201 cfg.workgroups_z_shift = 32;
/xsrc/external/mit/MesaLib/dist/src/panfrost/lib/genxml/
H A Ddecode.c478 unsigned groups_y = bits(invocation.invocations, invocation.workgroups_y_shift, invocation.workgroups_z_shift) + 1;
479 unsigned groups_z = bits(invocation.invocations, invocation.workgroups_z_shift, 32) + 1;
/xsrc/external/mit/MesaLib.old/dist/src/gallium/drivers/panfrost/pandecode/
H A Ddecode.c967 pandecode_prop("workgroups_z_shift = %d", p->workgroups_z_shift);
982 p->workgroups_z_shift) + 1,
983 bits(p->invocation_count, p->workgroups_z_shift,
/xsrc/external/mit/MesaLib.old/dist/src/gallium/drivers/panfrost/include/
H A Dpanfrost-job.h858 * gl_NumWorkGroups.y starts at, and workgroups_z_shift gives the bit
876 u32 workgroups_z_shift : 6; member in struct:mali_vertex_tiler_prefix
/xsrc/external/mit/MesaLib.old/dist/src/gallium/drivers/panfrost/
H A Dpan_context.c398 .workgroups_z_shift = 32,
413 .workgroups_z_shift = 32,
/xsrc/external/mit/MesaLib/src/panfrost/lib/genxml/
H A Dv4_pack.h1553 uint32_t workgroups_z_shift; member in struct:MALI_INVOCATION
1570 __gen_uint(values->workgroups_z_shift, 22, 27) |
1586 values->workgroups_z_shift = __gen_unpack_uint(cl, 54, 59);
1598 fprintf(fp, "%*sWorkgroups Z shift: %u\n", indent, "", values->workgroups_z_shift);
H A Dv5_pack.h1605 uint32_t workgroups_z_shift; member in struct:MALI_INVOCATION
1622 __gen_uint(values->workgroups_z_shift, 22, 27) |
1638 values->workgroups_z_shift = __gen_unpack_uint(cl, 54, 59);
1650 fprintf(fp, "%*sWorkgroups Z shift: %u\n", indent, "", values->workgroups_z_shift);
H A Dv6_pack.h1806 uint32_t workgroups_z_shift; member in struct:MALI_INVOCATION
1823 __gen_uint(values->workgroups_z_shift, 22, 27) |
1839 values->workgroups_z_shift = __gen_unpack_uint(cl, 54, 59);
1851 fprintf(fp, "%*sWorkgroups Z shift: %u\n", indent, "", values->workgroups_z_shift);
H A Dv7_pack.h1858 uint32_t workgroups_z_shift; member in struct:MALI_INVOCATION
1875 __gen_uint(values->workgroups_z_shift, 22, 27) |
1891 values->workgroups_z_shift = __gen_unpack_uint(cl, 54, 59);
1903 fprintf(fp, "%*sWorkgroups Z shift: %u\n", indent, "", values->workgroups_z_shift);
/xsrc/external/mit/MesaLib/dist/src/gallium/drivers/panfrost/
H A Dpan_cmdstream.c2844 cfg.workgroups_z_shift = 32;

Completed in 87 milliseconds