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 …]
504 class StorageImageDescriptor : public ImageDescriptor class1415 StorageImageDescriptor::StorageImageDescriptor(uint32_t arraySize, uint32_t writeStart, uint32_t el… in StorageImageDescriptor() function in vkt::BindingModel::__anon37b3beec0111::StorageImageDescriptor