Home
last modified time | relevance | path

Searched refs:sub_index (Results 1 – 10 of 10) sorted by relevance

/third_party/node/deps/v8/src/wasm/
Dwasm-subtyping.cc187 uint32_t sub_index = sub_heap.ref_index(); in IsSubtypeOfImpl() local
188 DCHECK(sub_module->has_type(sub_index)); in IsSubtypeOfImpl()
192 return sub_module->has_signature(sub_index); in IsSubtypeOfImpl()
195 return !sub_module->has_signature(sub_index); in IsSubtypeOfImpl()
197 return sub_module->has_array(sub_index); in IsSubtypeOfImpl()
213 if (sub_module == super_module && sub_index == super_index) return true; in IsSubtypeOfImpl()
216 return GetTypeCanonicalizer()->IsCanonicalSubtype(sub_index, super_index, in IsSubtypeOfImpl()
219 uint32_t explicit_super = sub_module->supertype(sub_index); in IsSubtypeOfImpl()
Dcanonical-types.cc72 bool TypeCanonicalizer::IsCanonicalSubtype(uint32_t sub_index, in IsCanonicalSubtype() argument
83 sub_module->isorecursive_canonical_type_ids[sub_index]; in IsCanonicalSubtype()
Dcanonical-types.h49 V8_EXPORT_PRIVATE bool IsCanonicalSubtype(uint32_t sub_index,
/third_party/mesa3d/src/gallium/drivers/r600/
Dr600_perfcounter.c38 unsigned *base_gid, unsigned *sub_index) in lookup_counter() argument
48 *sub_index = index; in lookup_counter()
310 unsigned base_gid, sub_gid, sub_index; in r600_create_batch_query() local
333 &base_gid, &sub_index); in r600_create_batch_query()
337 sub_gid = sub_index / block->num_selectors; in r600_create_batch_query()
338 sub_index = sub_index % block->num_selectors; in r600_create_batch_query()
350 group->selectors[group->num_counters] = sub_index; in r600_create_batch_query()
397 &base_gid, &sub_index); in r600_create_batch_query()
399 sub_gid = sub_index / block->num_selectors; in r600_create_batch_query()
400 sub_index = sub_index % block->num_selectors; in r600_create_batch_query()
[all …]
/third_party/mesa3d/src/gallium/drivers/radeonsi/
Dsi_perfcounter.c522 unsigned base_gid, sub_gid, sub_index; in si_create_batch_query() local
544 … ac_lookup_counter(&pc->base, query_types[i] - SI_QUERY_FIRST_PERFCOUNTER, &base_gid, &sub_index); in si_create_batch_query()
548 sub_gid = sub_index / block->b->selectors; in si_create_batch_query()
549 sub_index = sub_index % block->b->selectors; in si_create_batch_query()
559 group->selectors[group->num_counters] = sub_index; in si_create_batch_query()
599 … ac_lookup_counter(&pc->base, query_types[i] - SI_QUERY_FIRST_PERFCOUNTER, &base_gid, &sub_index); in si_create_batch_query()
601 sub_gid = sub_index / block->b->selectors; in si_create_batch_query()
602 sub_index = sub_index % block->b->selectors; in si_create_batch_query()
608 if (group->selectors[j] == sub_index) in si_create_batch_query()
/third_party/mesa3d/src/amd/common/
Dac_perfcounter.h192 unsigned *sub_index);
Dac_perfcounter.c1028 unsigned *sub_index) in ac_lookup_counter() argument
1038 *sub_index = index; in ac_lookup_counter()
/third_party/skia/third_party/externals/freetype/include/freetype/
Dfreetype.h4139 FT_UInt sub_index,
/third_party/skia/third_party/externals/freetype/src/base/
Dftobjs.c5574 FT_UInt sub_index, in FT_Get_SubGlyph_Info() argument
5587 sub_index < glyph->num_subglyphs ) in FT_Get_SubGlyph_Info()
5589 FT_SubGlyph subg = glyph->subglyphs + sub_index; in FT_Get_SubGlyph_Info()
/third_party/skia/third_party/externals/tint/src/reader/spirv/
Dfunction.cc4631 const auto sub_index = index - vec0_len; in MakeVectorShuffle() local
4632 TINT_ASSERT(Reader, sub_index < kMaxVectorLen); in MakeVectorShuffle()
4638 source, expr.expr, Swizzle(sub_index))); in MakeVectorShuffle()