| /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/mesa3d/src/gallium/auxiliary/gallivm/ |
| D | lp_bld_struct.c | 83 LLVMTypeRef array_type, in lp_build_array_get_ptr2() 103 LLVMTypeRef array_type, in lp_build_array_get2()
|
| /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/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/spirv_to_dxil/ |
| D | dxil_spirv_nir.c | 196 const struct glsl_type *array_type = in add_runtime_data_var() local 313 const struct glsl_type *array_type = in add_push_constant_var() local
|
| D | dxil_spirv_nir_lower_bindless.c | 186 const struct glsl_type *array_type = in add_bindless_data_var() local
|
| /third_party/mesa3d/src/microsoft/clc/ |
| D | clc_compiler.c | 429 const struct glsl_type *array_type = glsl_array_type(glsl_uint_type(), size / 4, 4); in add_kernel_inputs_var() local 444 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/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/ |
| D | glsl_types.c | 2037 const glsl_type *vec_type, *array_type; in glsl_get_std140_base_alignment() local 2148 const glsl_type *array_type = in glsl_get_std140_size() local 2366 const glsl_type *vec_type, *array_type; in glsl_get_std430_base_alignment() local 2545 const glsl_type *array_type = in glsl_get_std430_size() local
|
| /third_party/rust/rust/compiler/rustc_codegen_gcc/src/intrinsic/ |
| D | mod.rs | 641 let array_type = self.context.new_array_type(None, arg_type, 3); in count_leading_zeroes() localVariable 725 let array_type = self.context.new_array_type(None, arg_type, 3); in count_trailing_zeroes() localVariable
|
| /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()
|
| /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 | 1437 SpvId array_type = spirv_builder_type_array(&ctx->builder, get_uvec_type(ctx, bitsize, 1), in get_sized_uint_array_type() local 1452 SpvId array_type; in get_bo_array_type() local 1475 SpvId array_type = get_bo_array_type(ctx, var); in get_bo_struct_type() local 1513 SpvId array_type = spirv_builder_type_array(&ctx->builder, struct_type, array_length); in emit_bo() local
|