HomeSort by: relevance | last modified time | path
    Searched defs:workgroups_x_shift (Results 1 - 5 of 5) sorted by relevancy

  /xsrc/external/mit/MesaLib.old/dist/src/gallium/drivers/panfrost/include/
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/
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);
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);
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);
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);

Completed in 35 milliseconds