Searched refs:sub_index (Results 1 - 10 of 10) sorted by relevance
/third_party/node/deps/v8/src/wasm/ |
H A D | wasm-subtyping.cc | 187 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()
|
H A D | canonical-types.cc | 72 bool TypeCanonicalizer::IsCanonicalSubtype(uint32_t sub_index, in IsCanonicalSubtype() argument 83 sub_module->isorecursive_canonical_type_ids[sub_index]; in IsCanonicalSubtype()
|
H A D | canonical-types.h | 47 // Returns if the type at {sub_index} in {sub_module} is a subtype of the 49 V8_EXPORT_PRIVATE bool IsCanonicalSubtype(uint32_t sub_index,
|
/third_party/mesa3d/src/gallium/drivers/r600/ |
H A D | r600_perfcounter.c | 38 unsigned *base_gid, unsigned *sub_index) in lookup_counter() 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 / bloc in r600_create_batch_query() 37 lookup_counter(struct r600_perfcounters *pc, unsigned index, unsigned *base_gid, unsigned *sub_index) lookup_counter() argument [all...] |
/third_party/mesa3d/src/gallium/drivers/radeonsi/ |
H A D | si_perfcounter.c | 522 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 in si_create_batch_query() [all...] |
/third_party/mesa3d/src/amd/common/ |
H A D | ac_perfcounter.h | 192 unsigned *sub_index);
|
H A D | ac_perfcounter.c | 1028 unsigned *sub_index) in ac_lookup_counter() 1038 *sub_index = index; in ac_lookup_counter() 1026 ac_lookup_counter(const struct ac_perfcounters *pc, unsigned index, unsigned *base_gid, unsigned *sub_index) ac_lookup_counter() argument
|
/third_party/skia/third_party/externals/freetype/include/freetype/ |
H A D | freetype.h | 4106 * sub_index :: 4139 FT_UInt sub_index,
|
/third_party/skia/third_party/externals/freetype/src/base/ |
H A D | ftobjs.c | 5574 FT_UInt sub_index, in FT_EXPORT_DEF() 5587 sub_index < glyph->num_subglyphs ) in FT_EXPORT_DEF() 5589 FT_SubGlyph subg = glyph->subglyphs + sub_index; in FT_EXPORT_DEF()
|
/third_party/skia/third_party/externals/tint/src/reader/spirv/ |
H A D | function.cc | 4631 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()
|
Completed in 24 milliseconds