Searched refs:samplingTypes (Results 1 – 1 of 1) sorted by relevance
869 …VkDescriptorType samplingTypes[] = {VK_DESCRIPTOR_TYPE_COMBINED_IMAGE_SAMPLER, VK_DESCRIPTOR_TYPE_… in createImageSamplingTypeTests() local873 for (int smpTypeNdx = 0; smpTypeNdx < DE_LENGTH_OF_ARRAY(samplingTypes); smpTypeNdx++) in createImageSamplingTypeTests()876 … samplingTypes[smpTypeNdx] == VK_DESCRIPTOR_TYPE_COMBINED_IMAGE_SAMPLER ? "combined" : "separate"; in createImageSamplingTypeTests()879 …teImageViewTypeTests(testCtx, allocationKind, pipelineConstructionType, samplingTypes[smpTypeNdx]); in createImageSamplingTypeTests()