Lines Matching defs:sampler
499 // Create image view and sampler
518 // Create descriptor set for image and sampler
544 const VkSampler sampler = m_samplingType == VK_DESCRIPTOR_TYPE_SAMPLED_IMAGE ? DE_NULL : *m_sampler;
548 descriptorImageInfo[imgNdx].sampler = sampler; // VkSampler sampler;
558 *m_sampler, // VkSampler sampler;
1067 // Create image view and sampler
1091 // Create descriptor set for image and sampler
1117 const VkSampler sampler = m_samplingType == VK_DESCRIPTOR_TYPE_SAMPLED_IMAGE ? DE_NULL : *m_sampler;
1121 descriptorImageInfo[imgNdx].sampler = sampler; // VkSampler sampler;
1131 *m_sampler, // VkSampler sampler;
2065 << "layout(set = 0, binding = 0) uniform highp sampler texSampler;\n"
2469 de::MovePtr<tcu::TestCaseGroup> samplingTypeTests (new tcu::TestCaseGroup(testCtx, "sampler"));