HomeSort by: relevance | last modified time | path
    Searched refs:global_invocation_y (Results 1 - 3 of 3) sorted by relevancy

  /xsrc/external/mit/MesaLib/dist/src/panfrost/lib/
pan_shader.h 179 rsd->preload.compute.global_invocation_y = true;
  /xsrc/external/mit/MesaLib/src/panfrost/lib/genxml/
v6_pack.h 2576 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);
v7_pack.h 2640 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 19 milliseconds