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
329 class SampledImageDescriptor : public ImageDescriptor class1227 SampledImageDescriptor::SampledImageDescriptor (deUint32 arraySize, in SampledImageDescriptor() function in vkt::BindingModel::__anon2d68a0220111::SampledImageDescriptor