Searched defs:DescriptorData (Results 1 – 3 of 3) sorted by relevance
39 struct DescriptorData { struct45 : fType (type) in fType()51 DescriptorType fType;52 uint32_t fCount;53 int fBindingIndex;54 SkEnumBitMask<PipelineStageFlags> fPipelineStageFlags;55 const Sampler* fImmutableSampler;
78 struct DescriptorData struct80 vector<deUint32> data; // The actual data. One element per dynamic offset.81 bool written; // Is the data written in descriptor update82 bool copiedInto; // Is the data being overwritten by a copy operation