Searched defs:StorageImageDescriptor (Results 1 – 2 of 2) sorted by relevance
56 struct alignas(16) StorageImageDescriptor struct60 void *ptr;61 int width;62 int height;63 int depth; // Layer/cube count for arrayed images64 int rowPitchBytes;65 int slicePitchBytes; // Layer pitch in case of array image66 int samplePitchBytes;67 int sampleCount;68 int sizeInBytes;[all …]
361 class StorageImageDescriptor : public ImageDescriptor class1260 StorageImageDescriptor::StorageImageDescriptor (deUint32 arraySize, in StorageImageDescriptor() function in vkt::BindingModel::__anone49c327d0111::StorageImageDescriptor