Searched refs:workgroups_x_shift (Results 1 - 9 of 9) sorted by relevance
| /xsrc/external/mit/MesaLib/dist/src/panfrost/lib/ |
| H A D | pan_encoder.h | 188 cfg.workgroups_x_shift = shifts[3]; 208 MALI_SPLIT_MIN_EFFICIENT : cfg.workgroups_x_shift;
|
| /xsrc/external/mit/MesaLib/dist/src/panfrost/lib/genxml/ |
| H A D | decode.c | 475 unsigned size_z = bits(invocation.invocations, invocation.size_z_shift, invocation.workgroups_x_shift) + 1; 477 unsigned groups_x = bits(invocation.invocations, invocation.workgroups_x_shift, invocation.workgroups_y_shift) + 1;
|
| /xsrc/external/mit/MesaLib.old/dist/src/gallium/drivers/panfrost/pandecode/ |
| H A D | decode.c | 965 pandecode_prop("workgroups_x_shift = %d", p->workgroups_x_shift); 977 p->workgroups_x_shift) + 1); 979 bits(p->invocation_count, p->workgroups_x_shift,
|
| /xsrc/external/mit/MesaLib.old/dist/src/gallium/drivers/panfrost/include/ |
| H A D | panfrost-job.h | 874 u32 workgroups_x_shift : 6; member in struct:mali_vertex_tiler_prefix 877 /* This is max(workgroups_x_shift, 2) in all the cases I've seen. */
|
| /xsrc/external/mit/MesaLib/src/panfrost/lib/genxml/ |
| H A D | v4_pack.h | 1551 uint32_t workgroups_x_shift; member in struct:MALI_INVOCATION 1568 __gen_uint(values->workgroups_x_shift, 10, 15) | 1584 values->workgroups_x_shift = __gen_unpack_uint(cl, 42, 47); 1596 fprintf(fp, "%*sWorkgroups X shift: %u\n", indent, "", values->workgroups_x_shift);
|
| H A D | v5_pack.h | 1603 uint32_t workgroups_x_shift; member in struct:MALI_INVOCATION 1620 __gen_uint(values->workgroups_x_shift, 10, 15) | 1636 values->workgroups_x_shift = __gen_unpack_uint(cl, 42, 47); 1648 fprintf(fp, "%*sWorkgroups X shift: %u\n", indent, "", values->workgroups_x_shift);
|
| H A D | v6_pack.h | 1804 uint32_t workgroups_x_shift; member in struct:MALI_INVOCATION 1821 __gen_uint(values->workgroups_x_shift, 10, 15) | 1837 values->workgroups_x_shift = __gen_unpack_uint(cl, 42, 47); 1849 fprintf(fp, "%*sWorkgroups X shift: %u\n", indent, "", values->workgroups_x_shift);
|
| H A D | v7_pack.h | 1856 uint32_t workgroups_x_shift; member in struct:MALI_INVOCATION 1873 __gen_uint(values->workgroups_x_shift, 10, 15) | 1889 values->workgroups_x_shift = __gen_unpack_uint(cl, 42, 47); 1901 fprintf(fp, "%*sWorkgroups X shift: %u\n", indent, "", values->workgroups_x_shift);
|
| /xsrc/external/mit/MesaLib/dist/src/gallium/drivers/panfrost/ |
| H A D | pan_cmdstream.c | 2842 cfg.workgroups_x_shift = 0;
|
Completed in 86 milliseconds