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

  /xsrc/external/mit/MesaLib/dist/src/gallium/drivers/freedreno/a6xx/
fd6_compute.c 84 uint32_t local_invocation_id, work_group_id; variable
85 local_invocation_id =
93 A6XX_HLSQ_CS_CNTL_0_LOCALIDREGID(local_invocation_id));
102 A6XX_SP_CS_CNTL_0_LOCALIDREGID(local_invocation_id));
  /xsrc/external/mit/MesaLib/dist/src/gallium/drivers/freedreno/a5xx/
fd5_compute.c 91 uint32_t local_invocation_id, work_group_id; local
92 local_invocation_id =
100 A5XX_HLSQ_CS_CNTL_0_LOCALIDREGID(local_invocation_id));
  /xsrc/external/mit/MesaLib.old/dist/src/gallium/drivers/freedreno/a5xx/
fd5_compute.c 136 uint32_t local_invocation_id, work_group_id; local
137 local_invocation_id = ir3_find_sysval_regid(v, SYSTEM_VALUE_LOCAL_INVOCATION_ID);
144 A5XX_HLSQ_CS_CNTL_0_LOCALIDREGID(local_invocation_id));
  /xsrc/external/mit/MesaLib.old/dist/src/gallium/drivers/freedreno/a6xx/
fd6_compute.c 104 uint32_t local_invocation_id, work_group_id; local
105 local_invocation_id = ir3_find_sysval_regid(v, SYSTEM_VALUE_LOCAL_INVOCATION_ID);
112 A6XX_HLSQ_CS_CNTL_0_LOCALIDREGID(local_invocation_id));
  /xsrc/external/mit/MesaLib/dist/src/freedreno/computerator/
a4xx.c 130 uint32_t local_invocation_id, work_group_id, num_wg_id; local
131 local_invocation_id =
139 A4XX_HLSQ_CL_CONTROL_0_LOCALIDREGID(local_invocation_id));
a6xx.c 161 uint32_t local_invocation_id, work_group_id; local
162 local_invocation_id =
170 A6XX_HLSQ_CS_CNTL_0_LOCALIDREGID(local_invocation_id));
  /xsrc/external/mit/MesaLib.old/dist/src/freedreno/ir3/
ir3_context.h 80 struct ir3_instruction *local_invocation_id, *work_group_id; member in struct:ir3_context
  /xsrc/external/mit/MesaLib/dist/src/freedreno/ir3/
ir3_context.h 104 struct ir3_instruction *local_invocation_id, *work_group_id; member in struct:ir3_context
  /xsrc/external/mit/MesaLib/dist/src/freedreno/vulkan/
tu_pipeline.c 643 uint32_t local_invocation_id = local
654 A6XX_HLSQ_CS_CNTL_0_LOCALIDREGID(local_invocation_id));
664 A6XX_SP_CS_CNTL_0_LOCALIDREGID(local_invocation_id));

Completed in 30 milliseconds