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

  /xsrc/external/mit/MesaLib/dist/src/panfrost/lib/
pan_shader.h 178 rsd->preload.compute.global_invocation_x = true;
  /xsrc/external/mit/MesaLib/src/panfrost/lib/genxml/
v6_pack.h 2575 bool global_invocation_x; member in struct:MALI_COMPUTE_PRELOAD
2592 fprintf(fp, "%*sGlobal Invocation X: %s\n", indent, "", values->global_invocation_x ? "true" : "false");
2684 __gen_uint(values->compute.global_invocation_x, 12, 12) |
2716 values->compute.global_invocation_x = __gen_unpack_uint(cl, 12, 12);
3184 __gen_uint(values->preload.compute.global_invocation_x, 12, 12) |
3208 __gen_uint(values->secondary_preload.compute.global_invocation_x, 12, 12) |
3304 values->preload.compute.global_invocation_x = __gen_unpack_uint(cl, 396, 396);
3328 values->secondary_preload.compute.global_invocation_x = __gen_unpack_uint(cl, 428, 428);
v7_pack.h 2639 bool global_invocation_x; member in struct:MALI_COMPUTE_PRELOAD
2656 fprintf(fp, "%*sGlobal Invocation X: %s\n", indent, "", values->global_invocation_x ? "true" : "false");
2748 __gen_uint(values->compute.global_invocation_x, 12, 12) |
2780 values->compute.global_invocation_x = __gen_unpack_uint(cl, 12, 12);
3253 __gen_uint(values->preload.compute.global_invocation_x, 12, 12) |
3277 __gen_uint(values->secondary_preload.compute.global_invocation_x, 12, 12) |
3378 values->preload.compute.global_invocation_x = __gen_unpack_uint(cl, 396, 396);
3402 values->secondary_preload.compute.global_invocation_x = __gen_unpack_uint(cl, 428, 428);

Completed in 20 milliseconds