Home
last modified time | relevance | path

Searched refs:sub_gid (Results 1 - 3 of 3) sorted by relevance

/third_party/mesa3d/src/gallium/drivers/r600/
H A Dr600_perfcounter.c77 unsigned sub_gid; /* only used during init */ member
236 unsigned sub_gid) in get_group_state()
241 if (group->block == block && group->sub_gid == sub_gid) in get_group_state()
251 group->sub_gid = sub_gid; in get_group_state()
261 shader_id = sub_gid / sub_gids; in get_group_state()
262 sub_gid = sub_gid % sub_gids; in get_group_state()
282 group->se = sub_gid / bloc in get_group_state()
233 get_group_state(struct r600_common_screen *screen, struct r600_query_pc *query, struct r600_perfcounter_block *block, unsigned sub_gid) get_group_state() argument
310 unsigned base_gid, sub_gid, sub_index; r600_create_batch_query() local
327 unsigned sub_gid; r600_create_batch_query() local
[all...]
/third_party/mesa3d/src/gallium/drivers/radeonsi/
H A Dsi_perfcounter.c34 unsigned sub_gid; /* only used during init */ member
449 struct ac_pc_block *block, unsigned sub_gid) in get_group_state()
455 if (group->block == block && group->sub_gid == sub_gid) in get_group_state()
465 group->sub_gid = sub_gid; in get_group_state()
475 shader_id = sub_gid / sub_gids; in get_group_state()
476 sub_gid = sub_gid % sub_gids; in get_group_state()
496 group->se = sub_gid / bloc in get_group_state()
448 get_group_state(struct si_screen *screen, struct si_query_pc *query, struct ac_pc_block *block, unsigned sub_gid) get_group_state() argument
522 unsigned base_gid, sub_gid, sub_index; si_create_batch_query() local
538 unsigned sub_gid; si_create_batch_query() local
[all...]
/third_party/cups-filters/fontembed/
H A Dsfnt_subset.c84 const unsigned short sub_gid=get_USHORT(cur+2); in otf_subset_glyf() local
85 assert(sub_gid<otf->numGlyphs); in otf_subset_glyf()
86 if (!bit_check(glyphs,sub_gid)) { in otf_subset_glyf()
88 const int len=otf_get_glyph(otf,sub_gid); in otf_subset_glyf()
90 bit_set(glyphs,sub_gid); in otf_subset_glyf()
91 if (sub_gid<donegid) { in otf_subset_glyf()
93 ret+=otf_subset_glyf(otf,sub_gid,donegid,glyphs); // composite of composites?, e.g. in DejaVu in otf_subset_glyf()

Completed in 3 milliseconds