Home
last modified time | relevance | path

Searched refs:DescriptorTable (Results 1 – 25 of 31) sorted by relevance

12

/external/skia/src/gpu/d3d/
DGrD3DRootSignature.cpp72 parameters[parameterCount].DescriptorTable.NumDescriptorRanges = numDescriptorRanges; in Make()
73 parameters[parameterCount].DescriptorTable.pDescriptorRanges = shaderViewRanges.get(); in Make()
80 parameters[parameterCount].DescriptorTable.NumDescriptorRanges = numTextureSamplers; in Make()
81 parameters[parameterCount].DescriptorTable.pDescriptorRanges = samplerRanges.get(); in Make()
/external/protobuf/src/google/protobuf/
Dgenerated_message_reflection.h266 struct PROTOBUF_EXPORT DescriptorTable { struct
273 const DescriptorTable* const* deps; argument
291 void PROTOBUF_EXPORT AssignDescriptors(const DescriptorTable* table); argument
298 void PROTOBUF_EXPORT AddDescriptors(const DescriptorTable* table);
Dmessage.cc74 void RegisterFileLevelMetadata(const DescriptorTable* descriptor_table);
567 void RegisterFile(const google::protobuf::internal::DescriptorTable* table);
575 std::unordered_map<const char*, const google::protobuf::internal::DescriptorTable*,
591 const google::protobuf::internal::DescriptorTable* table) { in RegisterFile()
625 const internal::DescriptorTable* registration_data = in GetPrototype()
660 const google::protobuf::internal::DescriptorTable* table) { in InternalRegisterGeneratedFile()
Dempty.pb.cc64 static const ::PROTOBUF_NAMESPACE_ID::internal::DescriptorTable*const descriptor_table_google_2fpro…
71 const ::PROTOBUF_NAMESPACE_ID::internal::DescriptorTable descriptor_table_google_2fprotobuf_2fempty…
Dsource_context.pb.cc67 static const ::PROTOBUF_NAMESPACE_ID::internal::DescriptorTable*const descriptor_table_google_2fpro…
74 const ::PROTOBUF_NAMESPACE_ID::internal::DescriptorTable descriptor_table_google_2fprotobuf_2fsourc…
Dduration.pb.cc67 static const ::PROTOBUF_NAMESPACE_ID::internal::DescriptorTable*const descriptor_table_google_2fpro…
74 const ::PROTOBUF_NAMESPACE_ID::internal::DescriptorTable descriptor_table_google_2fprotobuf_2fdurat…
Dtimestamp.pb.cc67 static const ::PROTOBUF_NAMESPACE_ID::internal::DescriptorTable*const descriptor_table_google_2fpro…
74 const ::PROTOBUF_NAMESPACE_ID::internal::DescriptorTable descriptor_table_google_2fprotobuf_2ftimes…
Dfield_mask.pb.cc66 static const ::PROTOBUF_NAMESPACE_ID::internal::DescriptorTable*const descriptor_table_google_2fpro…
73 const ::PROTOBUF_NAMESPACE_ID::internal::DescriptorTable descriptor_table_google_2fprotobuf_2ffield…
Dany.pb.cc67 static const ::PROTOBUF_NAMESPACE_ID::internal::DescriptorTable*const descriptor_table_google_2fpro…
74 const ::PROTOBUF_NAMESPACE_ID::internal::DescriptorTable descriptor_table_google_2fprotobuf_2fany_2…
Dempty.pb.h56 extern PROTOBUF_EXPORT const ::PROTOBUF_NAMESPACE_ID::internal::DescriptorTable descriptor_table_go…
Dduration.pb.h56 extern PROTOBUF_EXPORT const ::PROTOBUF_NAMESPACE_ID::internal::DescriptorTable descriptor_table_go…
Dtimestamp.pb.h56 extern PROTOBUF_EXPORT const ::PROTOBUF_NAMESPACE_ID::internal::DescriptorTable descriptor_table_go…
Dsource_context.pb.h56 extern PROTOBUF_EXPORT const ::PROTOBUF_NAMESPACE_ID::internal::DescriptorTable descriptor_table_go…
Dgenerated_message_reflection.cc58 using google::protobuf::internal::DescriptorTable;
2331 void AssignDescriptorsImpl(const DescriptorTable* table) { in AssignDescriptorsImpl()
2369 void AddDescriptorsImpl(const DescriptorTable* table) { in AddDescriptorsImpl()
2403 void AssignDescriptors(const DescriptorTable* table) { in AssignDescriptors()
2407 void AddDescriptors(const DescriptorTable* table) { in AddDescriptors()
2417 void RegisterFileLevelMetadata(const DescriptorTable* table) { in RegisterFileLevelMetadata()
Dfield_mask.pb.h56 extern PROTOBUF_EXPORT const ::PROTOBUF_NAMESPACE_ID::internal::DescriptorTable descriptor_table_go…
Dany.pb.h57 extern PROTOBUF_EXPORT const ::PROTOBUF_NAMESPACE_ID::internal::DescriptorTable descriptor_table_go…
Dmessage.h153 struct DescriptorTable;
1119 const google::protobuf::internal::DescriptorTable* table);
Dstruct.pb.cc146 static const ::PROTOBUF_NAMESPACE_ID::internal::DescriptorTable*const descriptor_table_google_2fpro…
153 const ::PROTOBUF_NAMESPACE_ID::internal::DescriptorTable descriptor_table_google_2fprotobuf_2fstruc…
Dapi.pb.cc153 static const ::PROTOBUF_NAMESPACE_ID::internal::DescriptorTable*const descriptor_table_google_2fpro…
164 const ::PROTOBUF_NAMESPACE_ID::internal::DescriptorTable descriptor_table_google_2fprotobuf_2fapi_2…
Dstruct.pb.h60 extern PROTOBUF_EXPORT const ::PROTOBUF_NAMESPACE_ID::internal::DescriptorTable descriptor_table_go…
Dwrappers.pb.cc280 static const ::PROTOBUF_NAMESPACE_ID::internal::DescriptorTable*const descriptor_table_google_2fpro…
295 const ::PROTOBUF_NAMESPACE_ID::internal::DescriptorTable descriptor_table_google_2fprotobuf_2fwrapp…
Dapi.pb.h58 extern PROTOBUF_EXPORT const ::PROTOBUF_NAMESPACE_ID::internal::DescriptorTable descriptor_table_go…
/external/crosvm/hypervisor/src/
Dx86_64.rs514 pub struct DescriptorTable { struct
531 pub gdt: DescriptorTable, argument
532 pub idt: DescriptorTable,
/external/crosvm/hypervisor/src/kvm/
Dx86_64.rs20 ClockState, CpuId, CpuIdEntry, DebugRegs, DescriptorTable, DeviceKind, Fpu, HypervisorX86_64,
1021 impl From<&kvm_dtable> for DescriptorTable { implementation
1023 DescriptorTable { in from()
1030 impl From<&DescriptorTable> for kvm_dtable {
1031 fn from(dt: &DescriptorTable) -> Self { in from()
1051 gdt: DescriptorTable::from(&r.gdt), in from()
1052 idt: DescriptorTable::from(&r.idt), in from()
/external/protobuf/src/google/protobuf/compiler/
Dplugin.pb.cc184 static const ::PROTOBUF_NAMESPACE_ID::internal::DescriptorTable*const descriptor_table_google_2fpro…
195 const ::PROTOBUF_NAMESPACE_ID::internal::DescriptorTable descriptor_table_google_2fprotobuf_2fcompi…

12