Home
last modified time | relevance | path

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

/third_party/skia/third_party/externals/swiftshader/src/Vulkan/
DVkDescriptorSetLayout.hpp53 struct alignas(16) StorageImageDescriptor : ImageDescriptor struct
57 void *ptr;
58 int width;
59 int height;
60 int depth; // Layer/cube count for arrayed images
61 int rowPitchBytes;
62 int slicePitchBytes; // Layer pitch in case of array image
63 int samplePitchBytes;
64 int sampleCount;
65 int sizeInBytes;
[all …]