Home
last modified time | relevance | path

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

/third_party/libunwind/src/dwarf/
DGparser.c858 dwarf_loc_t new_loc[DWARF_NUM_PRESERVED_REGS]; in apply_reg_state() local
859 memcpy(new_loc, c->loc, sizeof(new_loc)); in apply_reg_state()
866 new_loc[i] = DWARF_NULL_LOC; in apply_reg_state()
873 new_loc[i] = DWARF_MEM_LOC (c, cfa + rs->reg.val[i]); in apply_reg_state()
881 new_loc[i] = DWARF_FPREG_LOC (c, dwarf_to_unw_regnum (rs->reg.val[i])); in apply_reg_state()
885 new_loc[i] = new_loc[rs->reg.val[i]]; in apply_reg_state()
892 if ((ret = eval_location_expr (c, cfa, as, a, addr, new_loc + i, arg)) < 0) in apply_reg_state()
900 if ((ret = eval_location_expr (c, cfa, as, a, addr, new_loc + i, arg)) < 0) in apply_reg_state()
902 new_loc[i] = DWARF_VAL_LOC (c, DWARF_GET_LOC (new_loc[i])); in apply_reg_state()
906 new_loc[i] = DWARF_VAL_LOC (c, DWARF_GET_LOC (new_loc[i])); in apply_reg_state()
[all …]
/third_party/mesa3d/src/compiler/nir/
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()
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/
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/ffmpeg/libavformat/
Dhttp.c738 char redirected_location[MAX_URL_SIZE], *new_loc; in parse_location() local
741 new_loc = av_strdup(redirected_location); in parse_location()
742 if (!new_loc) in parse_location()
745 s->location = new_loc; in parse_location()
1915 int new_loc; in http_proxy_open() local
1969 ret = http_read_header(h, &new_loc); in http_proxy_open()
/third_party/mesa3d/src/vulkan/runtime/
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()