Home
last modified time | relevance | path

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

/external/vulkan-validation-layers/tests/
Dlayer_validation_tests.cpp8974 VkDescriptorSetLayoutBinding dslb = {}; in TEST_F() local
8989 dslb.binding = 0; in TEST_F()
8990 dslb.descriptorType = VK_DESCRIPTOR_TYPE_SAMPLER; in TEST_F()
8991 dslb.descriptorCount = max_samplers; in TEST_F()
8992 dslb.stageFlags = VK_SHADER_STAGE_ALL_GRAPHICS; in TEST_F()
8993 dslb.pImmutableSamplers = NULL; in TEST_F()
8994 dslb_vec.push_back(dslb); in TEST_F()
8995 dslb.binding = 1; in TEST_F()
8996 dslb.descriptorType = VK_DESCRIPTOR_TYPE_COMBINED_IMAGE_SAMPLER; in TEST_F()
8997 dslb.descriptorCount = max_combined; in TEST_F()
[all …]