/third_party/libunwind/libunwind/src/ia64/ |
H A D | Gtables.c | 140 _Uia64_find_dyn_list (unw_addr_space_t as, unw_dyn_info_t *di, void *arg) in _Uia64_find_dyn_list() argument 146 unw_word_t gp = di->gp; in _Uia64_find_dyn_list() 149 switch (di->format) in _Uia64_find_dyn_list() 156 e = (struct ia64_table_entry *) di->u.ti.table_data; in _Uia64_find_dyn_list() 157 table_size = di->u.ti.table_len * sizeof (di->u.ti.table_data[0]); in _Uia64_find_dyn_list() 158 segbase = di->u.ti.segbase; in _Uia64_find_dyn_list() 169 unw_word_t e_addr = di->u.rti.table_data; in _Uia64_find_dyn_list() 171 table_size = di->u.rti.table_len * sizeof (unw_word_t); in _Uia64_find_dyn_list() 172 segbase = di in _Uia64_find_dyn_list() 251 unw_search_ia64_unwind_table(unw_addr_space_t as, unw_word_t ip, unw_dyn_info_t *di, unw_proc_info_t *pi, int need_unwind_info, void *arg) unw_search_ia64_unwind_table() argument 404 get_kernel_table(unw_dyn_info_t *di) get_kernel_table() argument 444 _Uia64_get_kernel_table(unw_dyn_info_t *di) _Uia64_get_kernel_table() argument 474 unw_dyn_info_t *di = ptr; callback() local 651 unw_dyn_info_t di, *dip = &di; tdep_find_proc_info() local [all...] |
/third_party/alsa-utils/topology/nhlt/intel/ssp/ |
H A D | ssp-process.c | 44 int di = ssp->ssp_count;; in ssp_calculate_intern_v15() local 45 struct ssp_intel_config_data_1_5 *blob15 = &ssp->ssp_blob_1_5[di][hwi]; in ssp_calculate_intern_v15() 46 struct ssp_intel_config_data *blob = &ssp->ssp_blob[di][hwi]; in ssp_calculate_intern_v15() 49 blob15->gateway_attributes = ssp->ssp_blob[di][hwi].gateway_attributes; in ssp_calculate_intern_v15() 68 ssp->ssp_prm[di].mdivr[hwi].count = 1; in ssp_calculate_intern_v15() 69 blob15->mdivrcnt = ssp->ssp_prm[di].mdivr[hwi].count; in ssp_calculate_intern_v15() 70 ssp->ssp_prm[di].mdivr[hwi].mdivrs[0] = blob->mdivr; in ssp_calculate_intern_v15() 74 ssp->ssp_blob_ext[di][hwi].size; in ssp_calculate_intern_v15() 98 int di; in ssp_calculate_intern() local 104 di in ssp_calculate_intern() 570 int di; ssp_calculate_intern_ext() local 1033 int di = ssp->ssp_count; ssp_mn_set_params() local 1051 int di = ssp->ssp_count; ssp_clk_set_params() local 1076 int di, hwi; ssp_tr_start_set_params() local 1106 int di, hwi; ssp_tr_stop_set_params() local 1132 int di = ssp->ssp_count; ssp_run_set_params() local 1148 int di = ssp->ssp_count; ssp_sync_set_params() local 1164 int di = ssp->ssp_count; ssp_node_set_params() local 1194 int di = ssp->ssp_count; ssp_ext_set_params() local 1230 int di = ssp->ssp_count; ssp_link_set_params() local [all...] |
/third_party/mesa3d/src/gallium/drivers/svga/svgadump/ |
H A D | svga_shader_dump.c | 150 static void dump_reg( struct sh_reg reg, struct sh_srcreg *indreg, const struct dump_info *di ) in dump_reg() 170 if (di->is_ps) { in dump_reg() 202 if (!di->is_ps && di->version >= SVGA3D_VS_30) { in dump_reg() 364 const struct dump_info *di) in dump_dstreg() 406 dump_reg( u.reg, indreg, di); in dump_dstreg() 420 static void dump_srcreg( struct sh_srcreg srcreg, struct sh_srcreg *indreg, const struct dump_info *di ) in dump_srcreg() 441 dump_reg(srcreg_sh, indreg, di ); in dump_srcreg() 488 parse_op(struct dump_info *di, in parse_op() argument 506 (!di in parse_op() 362 dump_dstreg(struct sh_dstreg dstreg, struct sh_srcreg *indreg, const struct dump_info *di) dump_dstreg() argument 530 dump_inst(struct dump_info *di, const unsigned **assem, struct sh_op op, const struct sh_opcode_info *info) dump_inst() argument 573 struct dump_info di; svga_shader_dump() local [all...] |
/third_party/libunwind/libunwind/src/mi/ |
H A D | Gdyn-remote.c | 127 free_dyn_info (unw_dyn_info_t *di) in free_dyn_info() argument 129 switch (di->format) in free_dyn_info() 132 if (di->u.pi.regions) in free_dyn_info() 134 free_regions (di->u.pi.regions); in free_dyn_info() 135 di->u.pi.regions = NULL; in free_dyn_info() 140 if (di->u.ti.table_data) in free_dyn_info() 142 free (di->u.ti.table_data); in free_dyn_info() 143 di->u.ti.table_data = NULL; in free_dyn_info() 155 unw_word_t *addr, unw_dyn_info_t *di, void *arg) in intern_dyn_info() 160 switch (di in intern_dyn_info() 154 intern_dyn_info(unw_addr_space_t as, unw_accessors_t *a, unw_word_t *addr, unw_dyn_info_t *di, void *arg) intern_dyn_info() argument 210 unw_dyn_info_t *di = NULL; unwi_dyn_remote_find_proc_info() local [all...] |
H A D | dyn-cancel.c | 29 _U_dyn_cancel (unw_dyn_info_t *di) in _U_dyn_cancel() argument 35 if (di->prev) in _U_dyn_cancel() 36 di->prev->next = di->next; in _U_dyn_cancel() 38 _U_dyn_info_list.first = di->next; in _U_dyn_cancel() 40 if (di->next) in _U_dyn_cancel() 41 di->next->prev = di->prev; in _U_dyn_cancel() 45 di->next = di in _U_dyn_cancel() [all...] |
H A D | Gdyn-extract.c | 30 unw_proc_info_t *pi, unw_dyn_info_t *di, in unwi_extract_dynamic_proc_info() 33 pi->start_ip = di->start_ip; in unwi_extract_dynamic_proc_info() 34 pi->end_ip = di->end_ip; in unwi_extract_dynamic_proc_info() 35 pi->gp = di->gp; in unwi_extract_dynamic_proc_info() 36 pi->format = di->format; in unwi_extract_dynamic_proc_info() 37 switch (di->format) in unwi_extract_dynamic_proc_info() 40 pi->handler = di->u.pi.handler; in unwi_extract_dynamic_proc_info() 42 pi->flags = di->u.pi.flags; in unwi_extract_dynamic_proc_info() 45 pi->unwind_info = di; in unwi_extract_dynamic_proc_info() 56 return tdep_search_unwind_table (as, ip, di, p in unwi_extract_dynamic_proc_info() 29 unwi_extract_dynamic_proc_info(unw_addr_space_t as, unw_word_t ip, unw_proc_info_t *pi, unw_dyn_info_t *di, int need_unwind_info, void *arg) unwi_extract_dynamic_proc_info() argument [all...] |
H A D | dyn-register.c | 31 _U_dyn_register (unw_dyn_info_t *di) in _U_dyn_register() argument 37 di->next = _U_dyn_info_list.first; in _U_dyn_register() 38 di->prev = NULL; in _U_dyn_register() 39 if (di->next) in _U_dyn_register() 40 di->next->prev = di; in _U_dyn_register() 41 _U_dyn_info_list.first = di; in _U_dyn_register()
|
H A D | Gfind_dynamic_proc_info.c | 44 unw_dyn_info_t *di; in local_find_proc_info() local 54 for (di = list->first; di; di = di->next) in local_find_proc_info() 55 if (ip >= di->start_ip && ip < di->end_ip) in local_find_proc_info() 56 return unwi_extract_dynamic_proc_info (as, ip, pi, di, need_unwind_info, in local_find_proc_info()
|
/third_party/astc-encoder/Source/ |
H A D | astcenc_block_sizes.cpp | 249 * @param[out] di The decimation info structure to populate. 257 decimation_info& di, in init_decimation_info_2d() 328 di.texel_weight_count[i] = wb.weight_count_of_texel[i]; in init_decimation_info_2d() 329 max_texel_weight_count = astc::max(max_texel_weight_count, di.texel_weight_count[i]); in init_decimation_info_2d() 333 di.texel_weight_contribs_int_tr[j][i] = wb.weights_of_texel[i][j]; in init_decimation_info_2d() 334 di.texel_weight_contribs_float_tr[j][i] = static_cast<float>(wb.weights_of_texel[i][j]) * (1.0f / WEIGHTS_TEXEL_SUM); in init_decimation_info_2d() 335 di.texel_weights_tr[j][i] = wb.grid_weights_of_texel[i][j]; in init_decimation_info_2d() 341 di.texel_weight_contribs_int_tr[j][i] = 0; in init_decimation_info_2d() 342 di.texel_weight_contribs_float_tr[j][i] = 0.0f; in init_decimation_info_2d() 343 di in init_decimation_info_2d() 252 init_decimation_info_2d( unsigned int x_texels, unsigned int y_texels, unsigned int x_weights, unsigned int y_weights, decimation_info& di, dt_init_working_buffers& wb ) init_decimation_info_2d() argument 436 init_decimation_info_3d( unsigned int x_texels, unsigned int y_texels, unsigned int z_texels, unsigned int x_weights, unsigned int y_weights, unsigned int z_weights, decimation_info& di, dt_init_working_buffers& wb ) init_decimation_info_3d() argument 752 decimation_info& di = bsd.decimation_tables[index]; construct_dt_entry_2d() local 1064 decimation_info& di = bsd.decimation_tables[decimation_mode_count]; construct_block_size_descriptor_3d() local [all...] |
H A D | astcenc_ideal_endpoints_and_weights.cpp | 32 * @param di The weight grid decimation to use. 39 const decimation_info& di, in bilinear_infill_vla() 44 vint weight_idx0 = vint(di.texel_weights_tr[0] + index); in bilinear_infill_vla() 45 vint weight_idx1 = vint(di.texel_weights_tr[1] + index); in bilinear_infill_vla() 46 vint weight_idx2 = vint(di.texel_weights_tr[2] + index); in bilinear_infill_vla() 47 vint weight_idx3 = vint(di.texel_weights_tr[3] + index); in bilinear_infill_vla() 56 vfloat tex_weight_float0 = loada(di.texel_weight_contribs_float_tr[0] + index); in bilinear_infill_vla() 57 vfloat tex_weight_float1 = loada(di.texel_weight_contribs_float_tr[1] + index); in bilinear_infill_vla() 58 vfloat tex_weight_float2 = loada(di.texel_weight_contribs_float_tr[2] + index); in bilinear_infill_vla() 59 vfloat tex_weight_float3 = loada(di in bilinear_infill_vla() 38 bilinear_infill_vla( const decimation_info& di, const float* weights, unsigned int index ) bilinear_infill_vla() argument 78 bilinear_infill_vla_2( const decimation_info& di, const float* weights, unsigned int index ) bilinear_infill_vla_2() argument [all...] |
/third_party/mesa3d/src/gallium/winsys/svga/drm/ |
H A D | vmw_msg.c | 84 * @di: [OUT] 88 ax, bx, cx, dx, si, di) \ 96 "=D"(di) : \ 125 * @di: [OUT] 133 ax, bx, cx, dx, si, di) \ 144 "=D"(di) : \ 157 ax, bx, cx, dx, si, di) \ 168 "=D"(di) : \ 192 ax, bx, cx, dx, si, di) \ 205 "=D"(di) 308 VMW_REG ax = 0, bx = 0, cx = 0, dx = 0, si = 0, di = 0; vmw_open_channel() local 338 VMW_REG ax = 0, bx = 0, cx = 0, dx = 0, si, di; vmw_close_channel() local 369 VMW_REG ax = 0, bx = 0, cx = 0, dx = 0, si, di, bp; vmw_send_msg() local [all...] |
/third_party/libunwind/libunwind/src/dwarf/ |
H A D | Gfind_proc_info-lsb.c | 57 unw_dyn_info_t *di, 436 unw_dyn_info_t *di = di_debug; in dwarf_find_debug_frame() local 497 di->format = UNW_INFO_FORMAT_TABLE; in dwarf_find_debug_frame() 498 di->start_ip = fdesc->start; in dwarf_find_debug_frame() 499 di->end_ip = fdesc->end; in dwarf_find_debug_frame() 500 di->load_offset = fdesc->load_offset; in dwarf_find_debug_frame() 501 di->u.ti.name_ptr = (unw_word_t) (uintptr_t) obj_name; in dwarf_find_debug_frame() 502 di->u.ti.table_data = (unw_word_t *) fdesc; in dwarf_find_debug_frame() 503 di->u.ti.table_len = sizeof (*fdesc) / sizeof (unw_word_t); in dwarf_find_debug_frame() 504 di in dwarf_find_debug_frame() 565 unw_dyn_info_t di; /* table info (if single_fde is false) */ global() member 576 unw_dyn_info_t *di = &cb_data->di; dwarf_callback() local 909 dwarf_search_unwind_table(unw_addr_space_t as, unw_word_t ip, unw_dyn_info_t *di, unw_proc_info_t *pi, int need_unwind_info, void *arg) dwarf_search_unwind_table() argument [all...] |
/third_party/skia/third_party/externals/swiftshader/src/Renderer/ |
H A D | Clipper.cpp | 95 float di = V[i]->z - n * V[i]->w; in clipNear() local 98 if(di >= 0) in clipNear() 104 clipEdge(polygon.B[polygon.b], *V[i], *V[j], di, dj); in clipNear() 112 clipEdge(polygon.B[polygon.b], *V[j], *V[i], dj, di); in clipNear() 133 float di = V[i]->w - V[i]->z; in clipFar() local 136 if(di >= 0) in clipFar() 142 clipEdge(polygon.B[polygon.b], *V[i], *V[j], di, dj); in clipFar() 150 clipEdge(polygon.B[polygon.b], *V[j], *V[i], dj, di); in clipFar() 171 float di = V[i]->w + V[i]->x; in clipLeft() local 174 if(di > in clipLeft() 209 float di = V[i]->w - V[i]->x; clipRight() local 247 float di = V[i]->w - V[i]->y; clipTop() local 285 float di = V[i]->w + V[i]->y; clipBottom() local 323 float di = p.A * V[i]->x + p.B * V[i]->y + p.C * V[i]->z + p.D * V[i]->w; clipPlane() local 350 clipEdge(float4 &Vo, const float4 &Vi, const float4 &Vj, float di, float dj) const clipEdge() argument [all...] |
/third_party/skia/third_party/externals/swiftshader/src/Device/ |
H A D | Clipper.cpp | 22 inline void clipEdge(sw::float4 &Vo, const sw::float4 &Vi, const sw::float4 &Vj, float di, float dj) in clipEdge() argument 24 float D = 1.0f / (dj - di); in clipEdge() 26 Vo.x = (dj * Vi.x - di * Vj.x) * D; in clipEdge() 27 Vo.y = (dj * Vi.y - di * Vj.y) * D; in clipEdge() 28 Vo.z = (dj * Vi.z - di * Vj.z) * D; in clipEdge() 29 Vo.w = (dj * Vi.w - di * Vj.w) * D; in clipEdge() 43 float di = V[i]->z; in clipNear() local 46 if(di >= 0) in clipNear() 52 clipEdge(polygon.B[polygon.b], *V[i], *V[j], di, dj); in clipNear() 60 clipEdge(polygon.B[polygon.b], *V[j], *V[i], dj, di); in clipNear() 81 float di = V[i]->w - V[i]->z; clipFar() local 119 float di = V[i]->w + V[i]->x; clipLeft() local 157 float di = V[i]->w - V[i]->x; clipRight() local 195 float di = V[i]->w - V[i]->y; clipTop() local 233 float di = V[i]->w + V[i]->y; clipBottom() local [all...] |
/third_party/alsa-utils/topology/nhlt/intel/dmic/ |
H A D | dmic-process.c | 127 int di = dmic->dmic_dai_index; in find_modes() local 160 if (dmic->dmic_prm[di].pdmclk_max < DMIC_HW_PDM_CLK_MIN || in find_modes() 161 dmic->dmic_prm[di].pdmclk_max > dmic->dmic_prm[di].io_clk / 2) { in find_modes() 165 if (dmic->dmic_prm[di].pdmclk_min < DMIC_HW_PDM_CLK_MIN || in find_modes() 166 dmic->dmic_prm[di].pdmclk_min > dmic->dmic_prm[di].pdmclk_max) { in find_modes() 172 if (dmic->dmic_prm[di].duty_min > dmic->dmic_prm[di].duty_max) { in find_modes() 176 if (dmic->dmic_prm[di] in find_modes() 320 int di = dmic->dmic_dai_index; get_fir() local 551 int di = dmic->dmic_dai_index; ipm_helper1() local 578 int di = dmic->dmic_dai_index; ipm_helper2() local 670 int di = dmic->dmic_dai_index; configure_registers() local 970 int di; dmic_calculate() local 1258 int di; dmic_set_pdm_params() local [all...] |
/third_party/lzma/CPP/7zip/UI/Common/ |
H A D | UpdateCallback.cpp | 270 const CDirItem &di = DirItems->Items[(unsigned)up.DirIndex];
in GetRawProp() local 278 if (di.SecureIndex < 0)
in GetRawProp() 280 const CByteBuffer &buf = DirItems->SecureBlocks.Bufs[(unsigned)di.SecureIndex];
in GetRawProp() 293 const CByteBuffer *buf = &di.ReparseData2;
in GetRawProp() 295 buf = &di.ReparseData;
in GetRawProp() 385 const CDirItem &di = DirItems->Items[(unsigned)up.DirIndex];
in GetProperty() local 388 // if (di.IsDir())
in GetProperty() 391 if (attr.Parse(di.ReparseData, di.ReparseData.Size()))
in GetProperty() 412 if (di in GetProperty() 475 const CDirItem &di = DirItems->Items[(unsigned)up.DirIndex]; GetProperty() local 604 const CDirItem &di = DirItems->Items[(unsigned)up.DirIndex]; GetStream2() local [all...] |
/third_party/python/Objects/ |
H A D | odictobject.c | 1652 odictiter_dealloc(odictiterobject *di) in odictiter_dealloc() argument 1654 _PyObject_GC_UNTRACK(di); in odictiter_dealloc() 1655 Py_XDECREF(di->di_odict); in odictiter_dealloc() 1656 Py_XDECREF(di->di_current); in odictiter_dealloc() 1657 if ((di->kind & _odict_ITER_ITEMS) == _odict_ITER_ITEMS) { in odictiter_dealloc() 1658 Py_DECREF(di->di_result); in odictiter_dealloc() 1660 PyObject_GC_Del(di); in odictiter_dealloc() 1664 odictiter_traverse(odictiterobject *di, visitproc visit, void *arg) in odictiter_traverse() argument 1666 Py_VISIT(di->di_odict); in odictiter_traverse() 1667 Py_VISIT(di in odictiter_traverse() 1675 odictiter_nextkey(odictiterobject *di) odictiter_nextkey() argument 1729 odictiter_iternext(odictiterobject *di) odictiter_iternext() argument 1796 odictiter_reduce(odictiterobject *di, PyObject *Py_UNUSED(ignored)) odictiter_reduce() argument 1854 odictiterobject *di; odictiter_new() local [all...] |
/third_party/libunwind/libunwind/tests/ |
H A D | Gtest-dyn1.c | 171 unw_dyn_info_t di; in main() local 202 memset (&di, 0, sizeof (di)); in main() 203 di.start_ip = (long) mem; in main() 204 di.end_ip = (long) mem + 16*region->insn_count/3; in main() 205 di.gp = get_gp (fdesc); in main() 206 di.format = UNW_INFO_FORMAT_DYNAMIC; in main() 207 di.u.pi.name_ptr = (unw_word_t) "copy_of_template"; in main() 208 di.u.pi.regions = region; in main() 210 _U_dyn_register (&di); in main() [all...] |
H A D | ia64-test-dyn1.c | 39 create_func (unw_dyn_info_t *di, const char *name, long (*func) (), in create_func() argument 71 if (di) in create_func() 73 memset (di, 0, sizeof (*di)); in create_func() 74 di->start_ip = (unw_word_t) mem; in create_func() 75 di->end_ip = (unw_word_t) memend; in create_func() 76 di->gp = gp; in create_func() 77 di->format = UNW_INFO_FORMAT_DYNAMIC; in create_func() 78 di->u.pi.name_ptr = (unw_word_t) name; in create_func() 79 di in create_func() [all...] |
/third_party/musl/tools/ |
H A D | add-cfi.i386.awk | 41 match($0, /%e?([abcd][hlx]|si|di|bp)/) 46 match($0, /%e?([abcd][hlx]|si|di|bp),/) 51 match($0, /,%e?([abcd][hlx]|si|di|bp)/) 132 if (match($0, / %(ax|bx|cx|dx|di|si|bp|sp)/)) 138 if (match($0, / %(ax|bx|cx|dx|di|si|bp|sp)/)) 155 /pushl? %e(ax|bx|cx|dx|si|di|bp)/ { # don't match "push (%reg)" 170 /movl? %e(ax|bx|cx|dx|si|di|bp),-?(0x[0-9a-fA-F]+|[0-9]+)?\(%esp\)/ { 196 /mov.*,%e?([abcd][hlx]|si|di|bp)$/ { trashed(get_reg2()) } 197 /(add|addl|sub|subl|and|or|xor|lea|sal|sar|shl|shr).*,%e?([abcd][hlx]|si|di|bp)$/ { 201 /^i?mul.*,%e?([abcd][hlx]|si|di|b [all...] |
H A D | add-cfi.x86_64.awk | 36 match($0, /%[er]?([abcd][xlh]|si|di|bp|8|9|10|11|12|13|14|15)/) 41 match($0, /%[er]?([abcd][xlh]|si|di|bp|8|9|10|11|12|13|14|15),/) 46 match($0, /,%[er]?([abcd][xlh]|si|di|bp|8|9|10|11|12|13|14|15)/) 141 /pushl? %r(ax|bx|cx|dx|si|di|bp|8|9|10|11|12|13|14|15)/ { # don't match "push (%reg)" 156 /movl? %r(ax|bx|cx|dx|si|di|bp|8|9|10|11|12|13|14|15),-?(0x[0-9a-fA-F]+|[0-9]+)?\(%rsp\)/ { 182 /mov.*,%[er]?([abcd][xlh]|si|di|bp|8|9|10|11|12|13|14|15)$/ { trashed(get_reg2()) } 183 /(add|addl|sub|subl|and|or|xor|lea|sal|sar|shl|shr).*,%[er]?([abcd][xlh]|si|di|bp|8|9|10|11|12|13|14|15)$/ { 187 /^i?mul.*,%[er]?([abcd][xlh]|si|di|bp|8|9|10|11|12|13|14|15)$/ { trashed(get_reg2()) } 190 /(dec|inc|not|neg|pop) %[er]?([abcd][xlh]|si|di|bp|8|9|10|11|12|13|14|15)/ { trashed(get_reg()) }
|
/third_party/libunwind/libunwind/src/arm/ |
H A D | Gex_tables.c | 53 unw_dyn_info_t di; /* info about the ARM exidx segment */ member 386 unw_dyn_info_t *di, unw_proc_info_t *pi, in arm_search_unwind_table() 393 unw_word_t first = di->u.rti.table_data; in arm_search_unwind_table() 394 unw_word_t last = di->u.rti.table_data + di->u.rti.table_len - 8; in arm_search_unwind_table() 410 pi->end_ip = di->end_ip -1; in arm_search_unwind_table() 449 unw_dyn_info_t *di, unw_proc_info_t *pi, in tdep_search_unwind_table() 453 && di->format == UNW_INFO_FORMAT_ARM_EXIDX) in tdep_search_unwind_table() 454 return arm_search_unwind_table (as, ip, di, pi, need_unwind_info, arg); in tdep_search_unwind_table() 456 && di in tdep_search_unwind_table() 385 arm_search_unwind_table(unw_addr_space_t as, unw_word_t ip, unw_dyn_info_t *di, unw_proc_info_t *pi, int need_unwind_info, void *arg) arm_search_unwind_table() argument 448 tdep_search_unwind_table(unw_addr_space_t as, unw_word_t ip, unw_dyn_info_t *di, unw_proc_info_t *pi, int need_unwind_info, void *arg) tdep_search_unwind_table() argument [all...] |
/third_party/skia/third_party/externals/spirv-tools/source/opt/ |
H A D | function.cpp | 96 Instruction* di = &debug_insts_in_header_.front(); in WhileEachInst() local 97 while (di != nullptr) { in WhileEachInst() 98 Instruction* next_instruction = di->NextNode(); in WhileEachInst() 99 if (!di->WhileEachInst(f, run_on_debug_line_insts)) return false; in WhileEachInst() 100 di = next_instruction; in WhileEachInst() 144 for (const auto& di : debug_insts_in_header_) { in WhileEachInst() 145 if (!static_cast<const Instruction*>(&di)->WhileEachInst( in WhileEachInst() 194 Instruction* di = &debug_insts_in_header_.front(); in ForEachDebugInstructionsInHeader() 195 while (di != nullptr) { in ForEachDebugInstructionsInHeader() 196 Instruction* next_instruction = di in ForEachDebugInstructionsInHeader() [all...] |
/third_party/skia/third_party/externals/swiftshader/third_party/SPIRV-Tools/source/opt/ |
H A D | function.cpp | 96 Instruction* di = &debug_insts_in_header_.front(); in WhileEachInst() local 97 while (di != nullptr) { in WhileEachInst() 98 Instruction* next_instruction = di->NextNode(); in WhileEachInst() 99 if (!di->WhileEachInst(f, run_on_debug_line_insts)) return false; in WhileEachInst() 100 di = next_instruction; in WhileEachInst() 144 for (const auto& di : debug_insts_in_header_) { in WhileEachInst() 145 if (!static_cast<const Instruction*>(&di)->WhileEachInst( in WhileEachInst() 194 Instruction* di = &debug_insts_in_header_.front(); in ForEachDebugInstructionsInHeader() 195 while (di != nullptr) { in ForEachDebugInstructionsInHeader() 196 Instruction* next_instruction = di in ForEachDebugInstructionsInHeader() [all...] |
/third_party/spirv-tools/source/opt/ |
H A D | function.cpp | 94 Instruction* di = &debug_insts_in_header_.front(); in WhileEachInst() local 95 while (di != nullptr) { in WhileEachInst() 96 Instruction* next_instruction = di->NextNode(); in WhileEachInst() 97 if (!di->WhileEachInst(f, run_on_debug_line_insts)) return false; in WhileEachInst() 98 di = next_instruction; in WhileEachInst() 142 for (const auto& di : debug_insts_in_header_) { in WhileEachInst() 143 if (!static_cast<const Instruction*>(&di)->WhileEachInst( in WhileEachInst() 192 Instruction* di = &debug_insts_in_header_.front(); in ForEachDebugInstructionsInHeader() 193 while (di != nullptr) { in ForEachDebugInstructionsInHeader() 194 Instruction* next_instruction = di in ForEachDebugInstructionsInHeader() [all...] |