Searched refs:old_idx (Results 1 - 6 of 6) sorted by relevance
/third_party/mesa3d/src/gallium/drivers/r300/compiler/ |
H A 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/ |
H A 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/ |
H A D | loader.c | 6353 for (uint32_t old_idx = 0; old_idx < inst->phys_dev_count_term; old_idx++) { 6354 if (new_phys_devs[new_idx]->phys_dev == inst->phys_devs_term[old_idx]->phys_dev) { 6356 "Copying old device %u into new device %u", old_idx, new_idx); 6359 new_phys_devs[new_idx] = inst->phys_devs_term[old_idx]; 6398 for (uint32_t old_idx = 0; old_idx < inst->phys_dev_count_term; old_idx++) { 6399 if (new_phys_devs[i] == inst->phys_devs_term[old_idx]) { [all...] |
/third_party/skia/third_party/externals/harfbuzz/src/ |
H A 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()
|
H A 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/ |
H A 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()
|
Completed in 14 milliseconds