Searched refs:global_invocation_y (Results 1 - 3 of 3) sorted by relevance

/xsrc/external/mit/MesaLib/dist/src/panfrost/lib/
H A Dpan_shader.h179 rsd->preload.compute.global_invocation_y = true;
/xsrc/external/mit/MesaLib/src/panfrost/lib/genxml/
H A Dv6_pack.h2576 bool global_invocation_y; member in struct:MALI_COMPUTE_PRELOAD
2593 fprintf(fp, "%*sGlobal Invocation Y: %s\n", indent, "", values->global_invocation_y ? "true" : "false");
2685 __gen_uint(values->compute.global_invocation_y, 13, 13) |
2717 values->compute.global_invocation_y = __gen_unpack_uint(cl, 13, 13);
3185 __gen_uint(values->preload.compute.global_invocation_y, 13, 13) |
3209 __gen_uint(values->secondary_preload.compute.global_invocation_y, 13, 13) |
3305 values->preload.compute.global_invocation_y = __gen_unpack_uint(cl, 397, 397);
3329 values->secondary_preload.compute.global_invocation_y = __gen_unpack_uint(cl, 429, 429);
H A Dv7_pack.h2640 bool global_invocation_y; member in struct:MALI_COMPUTE_PRELOAD
2657 fprintf(fp, "%*sGlobal Invocation Y: %s\n", indent, "", values->global_invocation_y ? "true" : "false");
2749 __gen_uint(values->compute.global_invocation_y, 13, 13) |
2781 values->compute.global_invocation_y = __gen_unpack_uint(cl, 13, 13);
3254 __gen_uint(values->preload.compute.global_invocation_y, 13, 13) |
3278 __gen_uint(values->secondary_preload.compute.global_invocation_y, 13, 13) |
3379 values->preload.compute.global_invocation_y = __gen_unpack_uint(cl, 397, 397);
3403 values->secondary_preload.compute.global_invocation_y = __gen_unpack_uint(cl, 429, 429);

Completed in 27 milliseconds