Searched refs:groupid (Results 1 - 2 of 2) sorted by relevance

/xsrc/external/mit/MesaLib/dist/src/freedreno/vulkan/
H A Dmsm_kgsl.h928 * @groupid: Performance counter group ID
933 * Get an available performance counter from a specified groupid. The offset
936 * returned and an offset of 0 if the groupid is invalid or there are no
938 * must call kgsl_perfcounter_put(groupid, contable) when finished with
943 unsigned int groupid; member in struct:kgsl_perfcounter_get
956 * @groupid: Performance counter group ID
965 unsigned int groupid; member in struct:kgsl_perfcounter_put
976 * @groupid: Performance counter group ID
981 * Query the available performance counters given a groupid. The array
988 * If the groupid i
992 unsigned int groupid; member in struct:kgsl_perfcounter_query
1017 unsigned int groupid; member in struct:kgsl_perfcounter_read_group
[all...]
/xsrc/external/mit/MesaLib/dist/src/microsoft/compiler/
H A Dnir_to_dxil.c2346 const struct dxil_value *groupid = emit_groupid_call(ctx, idx); local in function:emit_load_local_workgroup_id
2347 if (!groupid)
2349 store_dest_value(ctx, &intr->dest, i, groupid);

Completed in 11 milliseconds