Searched defs:StorageImageDescriptor (Results 1 – 2 of 2) sorted by relevance
53 struct alignas(16) StorageImageDescriptor : ImageDescriptor struct57 void *ptr;58 int width;59 int height;60 int depth; // Layer/cube count for arrayed images61 int rowPitchBytes;62 int slicePitchBytes; // Layer pitch in case of array image63 int samplePitchBytes;64 int sampleCount;65 int sizeInBytes;[all …]
363 class StorageImageDescriptor : public ImageDescriptor class1272 StorageImageDescriptor::StorageImageDescriptor (deUint32 arraySize, in StorageImageDescriptor() function in vkt::BindingModel::__anon0814fc5b0111::StorageImageDescriptor