Home
last modified time | relevance | path

Searched refs:new_loc (Results 1 - 6 of 6) sorted by relevance

/third_party/libunwind/libunwind/src/dwarf/
H A DGparser.c825 dwarf_loc_t new_loc[DWARF_NUM_PRESERVED_REGS]; in apply_reg_state() local
826 memcpy(new_loc, c->loc, sizeof(new_loc)); in apply_reg_state()
833 new_loc[i] = DWARF_NULL_LOC; in apply_reg_state()
840 new_loc[i] = DWARF_MEM_LOC (c, cfa + rs->reg.val[i]); in apply_reg_state()
848 new_loc[i] = DWARF_FPREG_LOC (c, dwarf_to_unw_regnum (rs->reg.val[i])); in apply_reg_state()
852 new_loc[i] = new_loc[rs->reg.val[i]]; in apply_reg_state()
859 if ((ret = eval_location_expr (c, cfa, as, a, addr, new_loc + i, arg)) < 0) in apply_reg_state()
867 if ((ret = eval_location_expr (c, cfa, as, a, addr, new_loc in apply_reg_state()
[all...]
/third_party/mesa3d/src/compiler/nir/
H A Dnir_lower_io_to_vector.c293 unsigned new_loc = loc; in create_new_io_vars() local
295 get_flat_type(shader, old_vars, &new_loc, &first_var, &num_vertices); in create_new_io_vars()
314 loc = new_loc; in create_new_io_vars()
H A Dnir_linking_helpers.c428 struct varying_loc *new_loc = &remap[location][var->data.location_frac]; in remap_slots_and_components() local
443 if (new_loc->location) { in remap_slots_and_components()
444 var->data.location = new_loc->location; in remap_slots_and_components()
445 var->data.location_frac = new_loc->component; in remap_slots_and_components()
/third_party/mesa3d/src/microsoft/vulkan/
H A Ddzn_device.c2579 D3D12_TEXTURE_COPY_LOCATION new_loc = *loc; in dzn_buffer_get_line_copy_loc() local
2595 new_loc.PlacedFootprint.Footprint.Height = blkh; in dzn_buffer_get_line_copy_loc()
2596 new_loc.PlacedFootprint.Footprint.Depth = 1; in dzn_buffer_get_line_copy_loc()
2597 new_loc.PlacedFootprint.Offset = (offset / offset_alignment) * offset_alignment; in dzn_buffer_get_line_copy_loc()
2599 new_loc.PlacedFootprint.Footprint.Width = *start_x + region->imageExtent.width; in dzn_buffer_get_line_copy_loc()
2600 new_loc.PlacedFootprint.Footprint.RowPitch = in dzn_buffer_get_line_copy_loc()
2601 ALIGN_POT(DIV_ROUND_UP(new_loc.PlacedFootprint.Footprint.Width, blkw) * blksz, in dzn_buffer_get_line_copy_loc()
2603 return new_loc; in dzn_buffer_get_line_copy_loc()
/third_party/node/deps/v8/src/objects/
H A Dsource-text-module.cc220 MessageLocation new_loc(script, entry->beg_pos(), entry->end_pos()); in ResolveExport()
224 new_loc, true, resolve_set) in ResolveExport()
284 MessageLocation new_loc(script, entry->beg_pos(), entry->end_pos()); in ResolveExportUsingStarExports()
288 new_loc, false, resolve_set) in ResolveExportUsingStarExports()
/third_party/mesa3d/src/vulkan/runtime/
H A Dvk_render_pass.c1053 VK_MULTIALLOC_DECL(&ma, VkRenderPassSampleLocationsBeginInfoEXT, new_loc, 1); in clone_rp_sample_locations()
1110 *new_loc = (VkRenderPassSampleLocationsBeginInfoEXT) { in clone_rp_sample_locations()
1118 return new_loc; in clone_rp_sample_locations()

Completed in 17 milliseconds