Home
last modified time | relevance | path

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

/external/tensorflow/tensorflow/lite/delegates/gpu/common/task/
Dbuffer_desc.h29 struct BufferDescriptor : public GPUObjectDescriptor { struct
39 BufferDescriptor() = default; argument
41 BufferDescriptor& operator=(const BufferDescriptor&) = default; argument
43 BufferDescriptor& operator=(BufferDescriptor&& desc) = default; argument
/external/swiftshader/src/Vulkan/
DVkDescriptorSetLayout.hpp78 struct alignas(16) BufferDescriptor struct
82 void *ptr;
83 int sizeInBytes; // intended size of the bound region -- slides along with dynamic offsets
84 …t robustnessSize; // total accessible size from static offset -- does not move with dynamic offset
/external/deqp-deps/amber/src/vulkan/
Dbuffer_descriptor.cc26 BufferDescriptor::BufferDescriptor(Buffer* buffer, in BufferDescriptor() function in amber::vulkan::BufferDescriptor
Ddescriptor.h33 class BufferDescriptor; variable
/external/vulkan-validation-layers/layers/
Ddescriptor_sets.cpp659 using BufferDescriptor = cvdescriptorset::BufferDescriptor; in ValidateDrawState() typedef
1628 cvdescriptorset::BufferDescriptor::BufferDescriptor(const VkDescriptorType type) in BufferDescriptor() function in cvdescriptorset::BufferDescriptor
2035 using BufferDescriptor = cvdescriptorset::BufferDescriptor; in VerifyCopyUpdateContents() typedef
/external/deqp/external/vulkancts/modules/vulkan/binding_model/
DvktBindingDescriptorCopyTests.cpp130 class BufferDescriptor : public Descriptor class
521 BufferDescriptor::BufferDescriptor (VkDescriptorType type, in BufferDescriptor() function in vkt::BindingModel::__anone49c327d0111::BufferDescriptor