Home
last modified time | relevance | path

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

/external/skia/src/gpu/graphite/
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;
/external/pigweed/pw_bluetooth_sapphire/host/gatt/public/pw_bluetooth_sapphire/internal/host/gatt/
Dgatt_defs.h196 struct DescriptorData { struct
204 bool operator==(const DescriptorData& other) const { argument
/external/pigweed/pw_bluetooth_sapphire/host/gatt/
Dgatt_defs.cc37 DescriptorData::DescriptorData(att::Handle handle_in, const UUID& type_in) in DescriptorData() function in bt::gatt::DescriptorData
Dclient_test.cc74 void NopDescCallback(const gatt::DescriptorData&) {} in NopDescCallback()
/external/kotlinx.serialization/formats/json/commonMain/src/kotlinx/serialization/json/internal/
DSchemaCache.kt10 private typealias DescriptorData<T> = MutableMap<DescriptorSchemaCache.Key<T>, T> typealias
/external/deqp/external/vulkancts/modules/vulkan/binding_model/
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