Home
last modified time | relevance | path

Searched refs:current_type (Results 1 – 20 of 20) sorted by relevance

/third_party/icu/icu4c/source/test/depstest/
Ddependencies.py148 current_type = None
153 current_type = "library"
162 current_type = "group"
179 if current_type == "library":
181 elif current_type == "group":
184 elif current_type == "system_symbols":
185 item = items[current_type]
190 current_type = "system_symbols"
191 if current_type in items:
193 item = items[current_type] = {"type": current_type, "name": current_type}
/third_party/pulseaudio/src/pulsecore/
Drtkit.c71 int current_type; in rtkit_get_int_property() local
107 while ((current_type = dbus_message_iter_get_arg_type (&iter)) != DBUS_TYPE_INVALID) { in rtkit_get_int_property()
109 if (current_type == DBUS_TYPE_VARIANT) { in rtkit_get_int_property()
112 … while ((current_type = dbus_message_iter_get_arg_type (&subiter)) != DBUS_TYPE_INVALID) { in rtkit_get_int_property()
114 if (current_type == DBUS_TYPE_INT32) { in rtkit_get_int_property()
120 if (current_type == DBUS_TYPE_INT64) { in rtkit_get_int_property()
/third_party/vk-gl-cts/external/amber/src/src/vkscript/
Dsection_parser.cc161 NodeType current_type = NodeType::kComment; in SplitSections() local
186 AddSection(current_type, current_shader, current_fmt, section_start, in SplitSections()
198 NameToNodeType(name, &current_type, &current_shader, &current_fmt); in SplitSections()
205 AddSection(current_type, current_shader, current_fmt, section_start, in SplitSections()
/third_party/mesa3d/src/amd/compiler/
Daco_form_hard_clauses.cpp70 clause_type current_type = clause_other; in form_hard_clauses() local
94 if (type != current_type || num_instrs == 64 || in form_hard_clauses()
98 current_type = type; in form_hard_clauses()
/third_party/mesa3d/src/compiler/glsl/
Dgl_nir_link_uniforms.c657 struct type_tree_entry *current_type; member
735 if (state->current_type->next_index == UINT_MAX) { in get_next_index()
742 for (const struct type_tree_entry *p = state->current_type; in get_next_index()
748 state->current_type->next_index = *next_index; in get_next_index()
754 unsigned index = state->current_type->next_index; in get_next_index()
756 state->current_type->next_index += MAX2(1, uniform->array_elements); in get_next_index()
916 struct type_tree_entry *old_type = state->current_type; in find_and_update_named_uniform_storage()
917 state->current_type = old_type->children; in find_and_update_named_uniform_storage()
953 state->current_type = state->current_type->next_sibling; in find_and_update_named_uniform_storage()
956 state->current_type = old_type; in find_and_update_named_uniform_storage()
[all …]
/third_party/skia/third_party/externals/swiftshader/third_party/SPIRV-Tools/source/fuzz/
Dfuzzer_pass_add_parameters.cpp73 auto current_type = in Apply() local
78 if (current_type->kind() == opt::analysis::Type::kPointer) { in Apply()
/third_party/spirv-tools/source/fuzz/
Dfuzzer_pass_add_parameters.cpp73 auto current_type = in Apply() local
78 if (current_type->kind() == opt::analysis::Type::kPointer) { in Apply()
/third_party/skia/third_party/externals/spirv-tools/source/fuzz/
Dfuzzer_pass_add_parameters.cpp73 auto current_type = in Apply() local
78 if (current_type->kind() == opt::analysis::Type::kPointer) { in Apply()
/third_party/spirv-tools/source/opt/
Dlocal_access_chain_convert_pass.cpp471 const analysis::Type* current_type = base_pointer_type->pointee_type(); in AnyIndexIsOutOfBounds() local
473 if (IsIndexOutOfBounds(constants[i], current_type)) { in AnyIndexIsOutOfBounds()
481 current_type = type_mgr->GetMemberType(current_type, {index}); in AnyIndexIsOutOfBounds()
Dvector_dce.cpp276 const analysis::Type* current_type = type_mgr->GetType(inst->type_id()); in HasVectorResult() local
277 switch (current_type->kind()) { in HasVectorResult()
291 const analysis::Type* current_type = type_mgr->GetType(inst->type_id()); in HasScalarResult() local
292 switch (current_type->kind()) { in HasScalarResult()
/third_party/skia/third_party/externals/swiftshader/third_party/SPIRV-Tools/source/opt/
Dvector_dce.cpp276 const analysis::Type* current_type = type_mgr->GetType(inst->type_id()); in HasVectorResult() local
277 switch (current_type->kind()) { in HasVectorResult()
291 const analysis::Type* current_type = type_mgr->GetType(inst->type_id()); in HasScalarResult() local
292 switch (current_type->kind()) { in HasScalarResult()
/third_party/skia/third_party/externals/spirv-tools/source/opt/
Dvector_dce.cpp276 const analysis::Type* current_type = type_mgr->GetType(inst->type_id()); in HasVectorResult() local
277 switch (current_type->kind()) { in HasVectorResult()
291 const analysis::Type* current_type = type_mgr->GetType(inst->type_id()); in HasScalarResult() local
292 switch (current_type->kind()) { in HasScalarResult()
/third_party/ffmpeg/libavformat/
Daviobuf.c130 s->current_type = AVIO_DATA_MARKER_UNKNOWN; in ffio_init_context()
167 s->current_type, in writeout()
178 if (s->current_type == AVIO_DATA_MARKER_SYNC_POINT || in writeout()
179 s->current_type == AVIO_DATA_MARKER_BOUNDARY_POINT) { in writeout()
180 s->current_type = AVIO_DATA_MARKER_UNKNOWN; in writeout()
494 (s->current_type != AVIO_DATA_MARKER_HEADER && in avio_write_marker()
495 s->current_type != AVIO_DATA_MARKER_TRAILER)) in avio_write_marker()
503 if (type == s->current_type) in avio_write_marker()
511 s->current_type = type; in avio_write_marker()
Davio.h331 enum AVIODataMarkerType current_type; member
/third_party/node/
Dnode.gypi13 'current_type%': '<(_type)',
17 ['current_type=="static_library"', {
20 [ 'current_type=="executable" and node_target_type=="shared_library"', {
/third_party/skia/third_party/externals/tint/src/reader/spirv/
Dfunction.cc1034 auto* current_type = var_type->UnwrapAlias()->UnwrapRef()->UnwrapAlias(); in EmitPipelineInput() local
1036 if (auto* matrix_type = current_type->As<Matrix>()) { in EmitPipelineInput()
1038 current_type = ty_.Vector(matrix_type->type, matrix_type->rows); in EmitPipelineInput()
1039 } else if (auto* array_type = current_type->As<Array>()) { in EmitPipelineInput()
1041 current_type = array_type->type->UnwrapAlias(); in EmitPipelineInput()
1042 } else if (auto* struct_type = current_type->As<Struct>()) { in EmitPipelineInput()
1046 current_type = struct_type->members[index]; in EmitPipelineInput()
1172 auto* current_type = var_type->UnwrapAlias()->UnwrapRef()->UnwrapAlias(); in EmitPipelineOutput() local
1174 if (auto* matrix_type = current_type->As<Matrix>()) { in EmitPipelineOutput()
1176 current_type = ty_.Vector(matrix_type->type, matrix_type->rows); in EmitPipelineOutput()
[all …]
/third_party/rust/crates/bindgen/bindgen/
Dclang.rs1336 let current_type = Type { in elem_type() localVariable
1339 if current_type.is_valid() { in elem_type()
1340 Some(current_type) in elem_type()
/third_party/skia/third_party/externals/libpng/contrib/tools/
Dpngfix.c1126 static png_uint_32 current_type(struct file *file, int code);
1154 type = current_type(file, code); /* Gropes in struct chunk and IDAT */ in stop()
1611 current_type(struct file *file, int code) in current_type() function
/third_party/flutter/skia/third_party/externals/libpng/contrib/tools/
Dpngfix.c1126 static png_uint_32 current_type(struct file *file, int code);
1154 type = current_type(file, code); /* Gropes in struct chunk and IDAT */ in stop()
1611 current_type(struct file *file, int code) in current_type() function
/third_party/gstreamer/gstplugins_base/gst-libs/gst/app/
Dgstappsrc.c182 GstAppStreamType current_type; member