Home
last modified time | relevance | path

Searched refs:samplingTypes (Results 1 – 1 of 1) sorted by relevance

/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/pipeline/
DvktPipelineImageTests.cpp807 VkDescriptorType samplingTypes[] = in createImageSamplingTypeTests() local
815 for (int smpTypeNdx = 0; smpTypeNdx < DE_LENGTH_OF_ARRAY(samplingTypes); smpTypeNdx++) in createImageSamplingTypeTests()
817 …const char* smpTypeName = samplingTypes[smpTypeNdx] == VK_DESCRIPTOR_TYPE_COMBINED_IMAGE_SAMPLER ?… in createImageSamplingTypeTests()
819 …roup> viewTypeTests = createImageViewTypeTests(testCtx, allocationKind, samplingTypes[smpTypeNdx]); in createImageSamplingTypeTests()