Lines Matching defs:sampler
360 // Input image is used with sampler cases only.
363 // Upload the test image data for sampler cases.
407 // resultImage is used in sampler / combined image sampler tests to verify the sampled image.
410 Move<VkSampler> sampler;
459 sampler = createSampler(vk, device, &samplerCreateInfo);
522 const VkDescriptorImageInfo testImageDescriptorInfo = makeDescriptorImageInfo(*sampler, *imageView, VK_IMAGE_LAYOUT_GENERAL);
560 // The reference image has always a depth of 1, because it will be compared to the 2D result image (sampler cases) or to a single layer of a 3D image.
631 << "layout (set=0, binding = 1) uniform sampler samp;\n"
713 << "layout (set = 0, binding = 1) uniform sampler samp;\n"
772 { Sampler, "sampler" },