Home
last modified time | relevance | path

Searched refs:old_type (Results 1 – 12 of 12) sorted by relevance

/third_party/vk-gl-cts/external/vulkancts/scripts/
Dohos_gen_framework_c.py75 for old_type, new_type in TYPE_SUBSTITUTIONS:
76 dst = dst.replace(old_type, new_type)
Dgen_framework_c.py74 for old_type, new_type in TYPE_SUBSTITUTIONS:
75 dst = dst.replace(old_type, new_type)
/third_party/ffmpeg/libavformat/
Dvivo.c256 unsigned old_sequence = vivo->sequence, old_type = vivo->type; in vivo_read_packet() local
293 (((vivo->type - 1) >> 1) == ((old_type - 1) >> 1))) { in vivo_read_packet()
/third_party/ffmpeg/libavcodec/
Ddxv.c1051 int size = 0, old_type = 0; in dxv_decode() local
1121 old_type = tag >> 24; in dxv_decode()
1122 version_major = (old_type & 0x0F) - 1; in dxv_decode()
1124 if (old_type & 0x80) { in dxv_decode()
1132 if (old_type & 0x40) { in dxv_decode()
1137 } else if (old_type & 0x20 || version_major == 1) { in dxv_decode()
1155 if (!old_type) { in dxv_decode()
/third_party/mesa3d/src/compiler/glsl/
Dgl_nir_link_uniforms.c916 struct type_tree_entry *old_type = state->current_type; in find_and_update_named_uniform_storage() local
917 state->current_type = old_type->children; in find_and_update_named_uniform_storage()
956 state->current_type = old_type; in find_and_update_named_uniform_storage()
961 state->current_type = old_type; in find_and_update_named_uniform_storage()
1237 struct type_tree_entry *old_type = state->current_type; in nir_link_uniform() local
1240 state->current_type = old_type->children; in nir_link_uniform()
1323 state->current_type = old_type; in nir_link_uniform()
/third_party/ltp/tools/sparse/sparse-src/
Dshow-parse.c990 struct symbol *old_type, *new_type; in show_cast_expr() local
995 old_type = expr->cast_expression->ctype; in show_cast_expr()
998 oldbits = old_type->bit_size; in show_cast_expr()
1003 is_signed = is_signed_type(old_type); in show_cast_expr()
Dcompile-i386.c1650 struct symbol *old_type, *new_type; in emit_cast_expr() local
1655 old_type = expr->cast_expression->ctype; in emit_cast_expr()
1658 oldbits = old_type->bit_size; in emit_cast_expr()
1663 emit_move(op, REG_EAX, old_type, "begin cast .."); in emit_cast_expr()
/third_party/mesa3d/src/microsoft/compiler/
Ddxil_nir.c1208 const struct glsl_type *old_type = var->type; in dxil_nir_split_clip_cull_distance_instr() local
1210 arrayed_io_length = glsl_array_size(old_type); in dxil_nir_split_clip_cull_distance_instr()
1211 old_type = glsl_get_array_element(old_type); in dxil_nir_split_clip_cull_distance_instr()
1215 int old_length = glsl_array_size(old_type); in dxil_nir_split_clip_cull_distance_instr()
1225 assert(glsl_get_base_type(glsl_get_array_element(old_type)) == GLSL_TYPE_FLOAT); in dxil_nir_split_clip_cull_distance_instr()
/third_party/mesa3d/src/intel/compiler/
Dbrw_vec4_nir.cpp956 const enum brw_reg_type old_type = op[idx].type; in try_immediate_source() local
958 switch (old_type) { in try_immediate_source()
985 op[idx] = retype(src_reg(brw_imm_d(d)), old_type); in try_immediate_source()
1014 assert(op[idx].type == old_type); in try_immediate_source()
/third_party/libabigail/src/
Dabg-ir.cc22147 method_type_sptr old_type = method->get_type(); in copy_member_function() local
22148 ABG_ASSERT(old_type); in copy_member_function()
22149 method_type_sptr new_type(new method_type(old_type->get_return_type(), in copy_member_function()
22151 old_type->get_parameters(), in copy_member_function()
22152 old_type->get_is_const(), in copy_member_function()
22153 old_type->get_size_in_bits(), in copy_member_function()
22154 old_type->get_alignment_in_bits())); in copy_member_function()
Dabg-comparison.cc9151 decl_base_sptr old_type = is_decl(j->second); in ensure_lookup_tables_populated() local
9153 if (old_type != new_type) in ensure_lookup_tables_populated()
9159 diff_sptr d = compute_diff(old_type, new_type, ctxt); in ensure_lookup_tables_populated()
/third_party/skia/third_party/externals/spirv-cross/
Dspirv_msl.cpp1967 auto &old_type = get<SPIRType>(type_id); in build_extended_vector_type() local
1968 auto *type = &set<SPIRType>(new_type_id, old_type); in build_extended_vector_type()
1978 if (is_array(old_type)) in build_extended_vector_type()
1983 type->array = old_type.array; in build_extended_vector_type()
1984 type->array_size_literal = old_type.array_size_literal; in build_extended_vector_type()
1988 if (old_type.pointer) in build_extended_vector_type()
1994 type->storage = old_type.storage; in build_extended_vector_type()