Home
last modified time | relevance | path

Searched refs:get_group (Results 1 – 2 of 2) sorted by relevance

/external/mesa3d/src/mesa/main/
Dperformance_monitor.c130 get_group(const struct gl_context *ctx, GLuint id) in get_group() function
165 return get_group(ctx, queryid_to_index(queryid)) != NULL; in queryid_valid()
206 group_obj = get_group(ctx, group); in _mesa_GetPerfMonitorCountersAMD()
238 group_obj = get_group(ctx, group); in _mesa_GetPerfMonitorGroupStringAMD()
270 group_obj = get_group(ctx, group); in _mesa_GetPerfMonitorCounterStringAMD()
311 group_obj = get_group(ctx, group); in _mesa_GetPerfMonitorCounterInfoAMD()
470 group_obj = get_group(ctx, group); in _mesa_SelectPerfMonitorCountersAMD()
789 const struct gl_perf_monitor_group *group_obj = get_group(ctx, i); in _mesa_GetPerfQueryIdByNameINTEL()
814 group_obj = get_group(ctx, queryid_to_index(queryId)); in _mesa_GetPerfQueryInfoINTEL()
891 group_obj = get_group(ctx, queryid_to_index(queryId)); in _mesa_GetPerfCounterInfoINTEL()
[all …]
/external/eigen/unsupported/Eigen/CXX11/src/Tensor/
DTensorReductionSycl.h73 aI[id.get_group(0)] = scratch[localid]; in run()