Home
last modified time | relevance | path

Searched defs:DescriptorData (Results 1 – 7 of 7) sorted by relevance

/aosp_15_r20/external/skia/src/gpu/graphite/
H A DDescriptorData.h39 struct DescriptorData { struct
45 : fType (type) in fType()
51 DescriptorType fType;
52 uint32_t fCount;
53 int fBindingIndex;
54 SkEnumBitMask<PipelineStageFlags> fPipelineStageFlags;
55 const Sampler* fImmutableSampler;
/aosp_15_r20/external/pigweed/pw_bluetooth_sapphire/public/pw_bluetooth_sapphire/internal/host/gatt/
H A Dgatt_defs.h191 struct DescriptorData { struct
199 bool operator==(const DescriptorData& other) const { argument
/aosp_15_r20/art/test/1946-list-descriptors/
H A Ddescriptors.cc29 struct DescriptorData { struct
30 GetDescriptorList get_descriptor_list;
/aosp_15_r20/external/pigweed/pw_bluetooth_sapphire/host/gatt/
H A Dgatt_defs.cc37 DescriptorData::DescriptorData(att::Handle handle_in, const UUID& type_in) in DescriptorData() function in bt::gatt::DescriptorData
H A Dclient_test.cc74 void NopDescCallback(const gatt::DescriptorData&) {} in NopDescCallback()
/aosp_15_r20/external/kotlinx.serialization/formats/json/commonMain/src/kotlinx/serialization/json/internal/
H A DSchemaCache.kt10 private typealias DescriptorData<T> = MutableMap<DescriptorSchemaCache.Key<T>, T> typealias
/aosp_15_r20/external/deqp/external/vulkancts/modules/vulkan/binding_model/
H A DvktBindingDescriptorCopyTests.cpp78 struct DescriptorData struct
80 vector<uint32_t> data; // The actual data. One element per dynamic offset.
81 bool written; // Is the data written in descriptor update
82 bool copiedInto; // Is the data being overwritten by a copy operation