| /third_party/skia/third_party/externals/tint/src/transform/ |
| D | wrap_arrays_in_structs.h | 63 std::function<const ast::Type*(CloneContext&)> array_type; member
|
| /third_party/wpa_supplicant/wpa_supplicant-2.9/wpa_supplicant/dbus/ |
| D | dbus_dict_helpers.h | 116 int array_type; /** the dbus type of the array elements if the dict member
|
| D | dbus_dict_helpers.c | 367 char array_type[10]; in wpa_dbus_dict_begin_array() local 673 DBusMessageIter *iter, int array_type, in _wpa_dbus_dict_entry_get_string_array() 823 int array_type = dbus_message_iter_get_element_type(iter_dict_val); in _wpa_dbus_dict_entry_get_array() local
|
| /third_party/wpa_supplicant/wpa_supplicant-2.9_standard/wpa_supplicant/dbus/ |
| D | dbus_dict_helpers.h | 124 int array_type; /** the dbus type of the array elements if the dict member
|
| D | dbus_dict_helpers.c | 407 char array_type[10]; in wpa_dbus_dict_begin_array() local 766 DBusMessageIter *iter, int array_type, in _wpa_dbus_dict_entry_get_string_array() 916 int array_type = dbus_message_iter_get_element_type(iter_dict_val); in _wpa_dbus_dict_entry_get_array() local
|
| /third_party/spirv-tools/source/opt/ |
| D | interface_var_sroa.cpp | 42 Instruction* array_type) { in GetArrayLength() 54 Instruction* array_type) { in GetArrayElementType() 615 analysis::Array* array_type = ty_mgr->GetType(component_type_id)->AsArray(); in StoreComponentOfValueToScalarVar() local 633 analysis::Array* array_type = ty_mgr->GetType(component_type_id)->AsArray(); in LoadScalarVar() local 785 analysis::Array array_type( in GetArrayType() local
|
| D | copy_prop_arrays.cpp | 367 } else if (const analysis::Array* array_type = result_type->AsArray()) { in BuildMemoryObjectFromInsert() local 805 } else if (const analysis::Array* array_type = type->AsArray()) { in GetNumberOfMembers() local
|
| D | type_manager.cpp | 959 } else if (const Array* array_type = parent_type->AsArray()) { in GetMemberType() local
|
| /third_party/skia/third_party/externals/tint/src/reader/wgsl/ |
| D | parser_impl_function_header_test.cc | 92 auto* array_type = f->return_type->As<ast::Array>(); in TEST_F() local
|
| /third_party/mesa3d/src/microsoft/spirv_to_dxil/ |
| D | dxil_spirv_nir.c | 55 const struct glsl_type *array_type = in add_runtime_data_var() local 166 const struct glsl_type *array_type = in add_push_constant_var() local
|
| /third_party/skia/third_party/externals/swiftshader/third_party/SPIRV-Tools/source/opt/ |
| D | copy_prop_arrays.cpp | 379 } else if (const analysis::Array* array_type = result_type->AsArray()) { in BuildMemoryObjectFromInsert() local 806 } else if (const analysis::Array* array_type = type->AsArray()) { in GetNumberOfMembers() local
|
| D | type_manager.cpp | 926 } else if (const Array* array_type = parent_type->AsArray()) { in GetMemberType() local
|
| /third_party/skia/third_party/externals/spirv-tools/source/opt/ |
| D | copy_prop_arrays.cpp | 379 } else if (const analysis::Array* array_type = result_type->AsArray()) { in BuildMemoryObjectFromInsert() local 806 } else if (const analysis::Array* array_type = type->AsArray()) { in GetNumberOfMembers() local
|
| D | type_manager.cpp | 926 } else if (const Array* array_type = parent_type->AsArray()) { in GetMemberType() local
|
| /third_party/mesa3d/src/microsoft/clc/ |
| D | clc_compiler.c | 413 const struct glsl_type *array_type = glsl_array_type(glsl_uint_type(), size / 4, 4); in add_kernel_inputs_var() local 428 const struct glsl_type *array_type = in add_work_properties_var() local
|
| /third_party/alsa-utils/nhlt/ |
| D | nhlt-dmic-info.c | 143 uint8_t config_type, array_type, mic, num_mics; in nhlt_dmic_ep_to_json() local
|
| /third_party/mesa3d/src/compiler/ |
| D | glsl_types.cpp | 2063 const struct glsl_type *vec_type, *array_type; in std140_base_alignment() local 2174 const glsl_type *array_type = glsl_type::get_array_instance(vec_type, in std140_size() local 2388 const struct glsl_type *vec_type, *array_type; in std430_base_alignment() local 2567 const glsl_type *array_type = glsl_type::get_array_instance(vec_type, in std430_size() local
|
| /third_party/alsa-utils/topology/nhlt/intel/ |
| D | dmic-nhlt.c | 213 uint8_t array_type; in nhlt_dmic_get_ep() local
|
| /third_party/mindspore/mindspore-src/source/mindspore/ccsrc/plugin/device/cpu/kernel/custom/ |
| D | julia_api.h | 391 auto array_type = JlApplyArrayType(dtype, ndims); in GetJuliaArray() local
|
| /third_party/mesa3d/src/compiler/glsl/ |
| D | gl_nir_linker.c | 399 const struct glsl_type *array_type = glsl_get_array_element(type); in add_shader_variable() local
|
| /third_party/alsa-utils/topology/nhlt/intel/dmic/ |
| D | dmic-process.c | 1047 uint16_t *channel_count, uint32_t *bits_per_sample, uint8_t *array_type, in dmic_get_params()
|
| D | dmic-internal.h | 315 int8_t array_type; member
|
| /third_party/skia/third_party/externals/tint/src/reader/spirv/ |
| D | function.cc | 976 } else if (auto* array_type = tip_type->As<Array>()) { in EmitPipelineInput() local 1039 } else if (auto* array_type = current_type->As<Array>()) { in EmitPipelineInput() local 1113 } else if (auto* array_type = tip_type->As<Array>()) { in EmitPipelineOutput() local 1177 } else if (auto* array_type = current_type->As<Array>()) { in EmitPipelineOutput() local
|
| /third_party/mesa3d/src/gallium/drivers/zink/nir_to_spirv/ |
| D | nir_to_spirv.c | 972 SpvId array_type = spirv_builder_type_array(&ctx->builder, get_uvec_type(ctx, bitsize, 1), in get_sized_uint_array_type() local 987 SpvId array_type; in get_bo_array_type() local 1010 SpvId array_type = get_bo_array_type(ctx, var); in get_bo_struct_type() local 1049 SpvId array_type = spirv_builder_type_array(&ctx->builder, struct_type, array_length); in emit_bo() local
|
| /third_party/libabigail/src/ |
| D | abg-ctf-reader.cc | 575 array_type_def_sptr array_type in process_ctf_type() local
|