Searched refs:old_idx (Results 1 – 6 of 6) sorted by relevance
/third_party/mesa3d/src/gallium/drivers/r300/compiler/ |
D | radeon_compiler_util.c | 659 unsigned int old_idx; in rc_make_conversion_swizzle() local 661 for (old_idx = 0; old_idx < 4; old_idx++) { in rc_make_conversion_swizzle() 662 if (!GET_BIT(old_mask, old_idx)) in rc_make_conversion_swizzle() 666 SET_SWZ(conversion_swizzle, old_idx, new_idx); in rc_make_conversion_swizzle()
|
/third_party/mesa3d/src/compiler/nir/ |
D | nir_lower_uniforms_to_ubo.c | 49 nir_ssa_def *old_idx = nir_ssa_for_src(b, instr->src[0], 1); in lower_instr() local 50 nir_ssa_def *new_idx = nir_iadd(b, old_idx, nir_imm_int(b, 1)); in lower_instr()
|
/third_party/vulkan-loader/loader/ |
D | loader.c | 5849 for (uint32_t old_idx = 0; old_idx < inst->phys_dev_count_term; old_idx++) { in check_if_phys_dev_already_present() local 5850 if (physical_device == inst->phys_devs_term[old_idx]->phys_dev) { in check_if_phys_dev_already_present() 5851 new_phys_devs[idx] = inst->phys_devs_term[old_idx]; in check_if_phys_dev_already_present() 6032 for (uint32_t old_idx = 0; old_idx < inst->phys_dev_count_term; old_idx++) { in setup_loader_term_phys_devs() local 6033 if (new_phys_devs[new_idx]->phys_dev == inst->phys_devs_term[old_idx]->phys_dev) { in setup_loader_term_phys_devs() 6035 "Copying old device %u into new device %u", old_idx, new_idx); in setup_loader_term_phys_devs() 6038 new_phys_devs[new_idx] = inst->phys_devs_term[old_idx]; in setup_loader_term_phys_devs() 6077 for (uint32_t old_idx = 0; old_idx < inst->phys_dev_count_term; old_idx++) { in setup_loader_term_phys_devs() local 6078 if (new_phys_devs[i] == inst->phys_devs_term[old_idx]) { in setup_loader_term_phys_devs() 6792 for (uint32_t old_idx = 0; old_idx < inst->phys_dev_group_count_term; old_idx++) { in terminator_EnumeratePhysicalDeviceGroups() local [all …]
|
/third_party/skia/third_party/externals/harfbuzz/src/ |
D | hb-ot-color-cbdt-table.hh | 424 unsigned int old_idx = (unsigned int) old_gid - next_record->firstGlyphIndex; in add_new_subtable() local 426 old_idx, in add_new_subtable()
|
D | hb-repacker.hh | 908 unsigned old_idx = link.objidx; in reassign_link() local 910 vertices_[old_idx].remove_parent (parent_idx); in reassign_link()
|
/third_party/ffmpeg/libavcodec/ |
D | agm.c | 938 int old_idx[512]; in make_new_tree() local 997 old_idx[idx] = ch; in make_new_tree() 1004 node_idx[512 + i] = old_idx[i]; in make_new_tree()
|