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

/xsrc/external/mit/MesaLib/dist/src/panfrost/lib/
H A Dpan_encoder.h188 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 Ddecode.c475 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 Ddecode.c965 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 Dpanfrost-job.h874 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 Dv4_pack.h1551 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 Dv5_pack.h1603 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 Dv6_pack.h1804 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 Dv7_pack.h1856 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 Dpan_cmdstream.c2842 cfg.workgroups_x_shift = 0;

Completed in 86 milliseconds