| /xsrc/external/mit/MesaLib/dist/src/panfrost/lib/ |
| H A D | pan_encoder.h | 193 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 D | decode.c | 478 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 D | decode.c | 967 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 D | panfrost-job.h | 858 * 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 D | pan_context.c | 398 .workgroups_z_shift = 32, 413 .workgroups_z_shift = 32,
|
| /xsrc/external/mit/MesaLib/src/panfrost/lib/genxml/ |
| H A D | v4_pack.h | 1553 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 D | v5_pack.h | 1605 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 D | v6_pack.h | 1806 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 D | v7_pack.h | 1858 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 D | pan_cmdstream.c | 2844 cfg.workgroups_z_shift = 32;
|