Lines Matching defs:ImageSamplingInstanceParams
48 struct ImageSamplingInstanceParams struct
50 ImageSamplingInstanceParams (const tcu::UVec2& renderSize_, in ImageSamplingInstanceParams() function
80 const tcu::UVec2 renderSize;
81 vk::VkImageViewType imageViewType;
82 vk::VkFormat imageFormat;
83 const tcu::IVec3 imageSize;
84 int layerCount;
85 const vk::VkComponentMapping componentMapping;
86 const vk::VkImageSubresourceRange subresourceRange;
87 const vk::VkSamplerCreateInfo samplerParams;
88 float samplerLod;
89 const std::vector<Vertex4Tex4> vertices;
90 bool separateStencilUsage;
91 vk::VkDescriptorType samplingType;
92 int imageCount;
93 AllocationKind allocationKind;