Searched defs:SampledImageDescriptor (Results 1 – 2 of 2) sorted by relevance
37 struct alignas(16) SampledImageDescriptor : ImageDescriptor struct41 uint32_t samplerId;43 alignas(16) sw::Texture texture;44 int width; // Of base mip-level.45 int height;46 int depth; // Layer/cube count for arrayed images47 int mipLevels;48 int sampleCount;50 ImageView *memoryOwner; // Pointer to the view which owns the memory used by the descriptor set
458 class SampledImageDescriptor : public ImageDescriptor class1382 SampledImageDescriptor::SampledImageDescriptor(uint32_t arraySize, uint32_t writeStart, uint32_t el… in SampledImageDescriptor() function in vkt::BindingModel::__anon37b3beec0111::SampledImageDescriptor