Lines Matching defs:StorageImageDescriptor
56 struct alignas(16) StorageImageDescriptor struct
60 void *ptr;
61 int width;
62 int height;
63 int depth; // Layer/cube count for arrayed images
64 int rowPitchBytes;
65 int slicePitchBytes; // Layer pitch in case of array image
66 int samplePitchBytes;
67 int sampleCount;
68 int sizeInBytes;
70 void *stencilPtr;
71 int stencilRowPitchBytes;
72 int stencilSlicePitchBytes; // Layer pitch in case of array image
73 int stencilSamplePitchBytes;
75 ImageView *memoryOwner; // Pointer to the view which owns the memory used by the descriptor set