Searched refs:sub_index (Results 1 – 8 of 8) sorted by relevance
/external/mesa3d/src/gallium/drivers/radeon/ |
D | r600_perfcounter.c | 34 unsigned *base_gid, unsigned *sub_index) in lookup_counter() argument 44 *sub_index = index; in lookup_counter() 306 unsigned base_gid, sub_gid, sub_index; in si_create_batch_query() local 329 &base_gid, &sub_index); in si_create_batch_query() 333 sub_gid = sub_index / block->num_selectors; in si_create_batch_query() 334 sub_index = sub_index % block->num_selectors; in si_create_batch_query() 346 group->selectors[group->num_counters] = sub_index; in si_create_batch_query() 393 &base_gid, &sub_index); in si_create_batch_query() 395 sub_gid = sub_index / block->num_selectors; in si_create_batch_query() 396 sub_index = sub_index % block->num_selectors; in si_create_batch_query() [all …]
|
/external/mesa3d/src/gallium/drivers/r600/ |
D | r600_perfcounter.c | 38 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 …]
|
/external/tensorflow/tensorflow/compiler/xla/service/ |
D | shaped_buffer_test.cc | 133 output.buffers().ForEachElement([&](const xla::ShapeIndex& sub_index, in TEST() 136 for (int i : sub_index) { in TEST()
|
/external/libvpx/libvpx/vpx_dsp/arm/ |
D | fdct32x32_neon.c | 583 add_index, sub_index) \ argument 587 &b##_lo[sub_index], &b##_hi[sub_index]); \ 608 sub_index) \ argument 613 &b##_lo[sub_index], &b##_hi[sub_index]); \ 637 right_constant, b, add_index, sub_index) \ argument 642 &b##_hi[add_index], &b##_lo[sub_index], \ 643 &b##_hi[sub_index]); \
|
/external/pdfium/core/fpdfdoc/ |
D | cpdf_formfield.h | 197 WideString GetOptionText(int index, int sub_index) const;
|
D | cpdf_formfield.cpp | 617 WideString CPDF_FormField::GetOptionText(int index, int sub_index) const { in GetOptionText() 626 pOption = pOptionArray->GetDirectObjectAt(sub_index); in GetOptionText()
|
/external/freetype/include/freetype/ |
D | freetype.h | 4160 FT_UInt sub_index,
|
/external/freetype/src/base/ |
D | ftobjs.c | 5451 FT_UInt sub_index, in FT_Get_SubGlyph_Info() argument 5464 sub_index < glyph->num_subglyphs ) in FT_Get_SubGlyph_Info() 5466 FT_SubGlyph subg = glyph->subglyphs + sub_index; in FT_Get_SubGlyph_Info()
|