Lines Matching defs:StorageImageDescriptor
53 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;
67 void *stencilPtr;
68 int stencilRowPitchBytes;
69 int stencilSlicePitchBytes; // Layer pitch in case of array image
70 int stencilSamplePitchBytes;
72 ImageView *memoryOwner; // Pointer to the view which owns the memory used by the descriptor set