Home
last modified time | relevance | path

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

/external/deqp/external/vulkancts/modules/vulkan/pipeline/
DvktPipelinePushDescriptorTests.cpp894 VkWriteDescriptorSet writeDescriptorSets[] = in init() local
922 …SetKHR(*m_cmdBuffer, VK_PIPELINE_BIND_POINT_COMPUTE, *m_pipelineLayout, 0, 2, writeDescriptorSets); in init()
1631 vector<VkWriteDescriptorSet> writeDescriptorSets; in init() local
1632 writeDescriptorSets.push_back(writeDescriptorSet); in init()
1639 writeDescriptorSets.push_back(writeDescriptorSet); in init()
1646 writeDescriptorSets.push_back(writeDescriptorSet); in init()
1649 …BIND_POINT_GRAPHICS, *m_pipelineLayout, 0, (deUint32)writeDescriptorSets.size(), writeDescriptorSe… in init()
2328 vector<VkWriteDescriptorSet> writeDescriptorSets; in init() local
2329 writeDescriptorSets.push_back(writeDescriptorSet); in init()
2336 writeDescriptorSets.push_back(writeDescriptorSet); in init()
[all …]