/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_standard/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/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/spirv-tools/source/opt/ |
D | interface_var_sroa.cpp | 43 Instruction* array_type) { in GetArrayLength() 55 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 | 925 } else if (const Array* array_type = parent_type->AsArray()) { in GetMemberType() local
|
D | folding_rules.cpp | 1721 if (auto* array_type = type->AsArray()) { in GetElementType() local 2056 if (auto* array_type = type->AsArray()) { in GetNumberOfElements() 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/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/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/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/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/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/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
|
D | parser_impl.cc | 1587 auto* array_type = def_use_mgr_->GetDef(ptr_type->GetSingleWordInOperand(1)); in GetArraySize() 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 | 568 array_type_def_sptr array_type in process_ctf_type() local
|
/third_party/skia/third_party/externals/tint/src/resolver/ |
D | resolver_validation.cc | 1727 const sem::Array* array_type) { in ValidateArrayConstructorOrCast()
|
/third_party/vk-gl-cts/external/openglcts/modules/gles31/ |
D | es31cVertexAttribBindingTests.cpp | 1898 int array_type; member in glcts::__anonbea866000111::VertexAttribState
|
/third_party/vk-gl-cts/external/openglcts/modules/gl/ |
D | gl4cVertexAttribBindingTests.cpp | 2440 int array_type; member in gl4cts::__anonf88c0cef0111::VertexAttribState
|