Home
last modified time | relevance | path

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

/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/angle/third_party/vulkan-validation-layers/src/tests/
H A Dvklayertests_gpu.cpp148 OneOffDescriptorSet descriptor_set_variable(m_device, in TEST_F() local
156 … const VkPipelineLayoutObj pipeline_layout_variable(m_device, {&descriptor_set_variable.layout_}); in TEST_F()
190 descriptor_writes[0].dstSet = descriptor_set_variable.set_; in TEST_F()
191 descriptor_writes[1].dstSet = descriptor_set_variable.set_; in TEST_F()
362 … &descriptor_set_variable, 6, "Index of 6 used to index descriptor array of length 6."}); in TEST_F()
364 &descriptor_set_variable, 5, "Descriptor index 5 is uninitialized"}); in TEST_F()
/dports/graphics/vulkan-validation-layers/Vulkan-ValidationLayers-1.2.203/tests/
H A Dvklayertests_gpu.cpp148 OneOffDescriptorSet descriptor_set_variable(m_device, in TEST_F() local
156 … const VkPipelineLayoutObj pipeline_layout_variable(m_device, {&descriptor_set_variable.layout_}); in TEST_F()
190 descriptor_writes[0].dstSet = descriptor_set_variable.set_; in TEST_F()
191 descriptor_writes[1].dstSet = descriptor_set_variable.set_; in TEST_F()
369 … &descriptor_set_variable, 6, "Index of 6 used to index descriptor array of length 6."}); in TEST_F()
371 &descriptor_set_variable, 5, "Descriptor index 5 is uninitialized"}); in TEST_F()