Home
last modified time | relevance | path

Searched refs:rawDescriptorSets (Results 1 - 6 of 6) sorted by relevance

/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/api/
H A DvktApiDescriptorPoolTests.cpp265 vector<VkDescriptorSet> rawDescriptorSets (params.descriptorSetCount, DE_NULL); in outOfPoolMemoryTest()
276 const VkResult result = vkd.allocateDescriptorSets(device, &descriptorSetAllocateInfo, &rawDescriptorSets[0]); in outOfPoolMemoryTest()
/third_party/vk-gl-cts/external/vulkancts/modules_no_buildgn/vulkan/api/
H A DvktApiDescriptorPoolTests.cpp265 vector<VkDescriptorSet> rawDescriptorSets (params.descriptorSetCount, DE_NULL); in outOfPoolMemoryTest()
276 const VkResult result = vkd.allocateDescriptorSets(device, &descriptorSetAllocateInfo, &rawDescriptorSets[0]); in outOfPoolMemoryTest()
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/pipeline/
H A DvktPipelineShaderModuleIdentifierTests.cpp2035 std::vector<VkDescriptorSet> rawDescriptorSets; in iterate() local
2036 rawDescriptorSets.push_back(mainDescriptorSet.get()); in iterate()
2038 rawDescriptorSets.push_back(auxDescriptorSet.get()); in iterate()
2835 vkd.cmdBindDescriptorSets(cmdBuffer, bindPoint, pipelineLayout.get(), 0u, de::sizeU32(rawDescriptorSets), de::dataOrNull(rawDescriptorSets), 0u, nullptr); in iterate()
2859 vkd.cmdBindDescriptorSets(cmdBuffer, bindPoint, pipelineLayout.get(), 0u, de::sizeU32(rawDescriptorSets), de::dataOrNull(rawDescriptorSets), 0u, nullptr); in iterate()
2870 vkd.cmdBindDescriptorSets(cmdBuffer, bindPoint, pipelineLayout.get(), 0u, de::sizeU32(rawDescriptorSets), de::dataOrNull(rawDescriptorSets), 0u, nullptr); in iterate()
H A DvktPipelineLibraryTests.cpp1677 VkDescriptorSet rawDescriptorSets[] = { DE_NULL, *descriptorSet }; in runNullDescriptorSetInMonolithicPipeline() local
1719 vk.cmdBindDescriptorSets(*m_cmdBuffer, VK_PIPELINE_BIND_POINT_GRAPHICS, *pipelineLayout, 0u, 2u, rawDescriptorSets, 0u, DE_NULL); in runNullDescriptorSetInMonolithicPipeline()
/third_party/vk-gl-cts/external/vulkancts/modules_no_buildgn/vulkan/pipeline/
H A DvktPipelineShaderModuleIdentifierTests.cpp2024 std::vector<VkDescriptorSet> rawDescriptorSets; in iterate() local
2025 rawDescriptorSets.push_back(mainDescriptorSet.get()); in iterate()
2027 rawDescriptorSets.push_back(auxDescriptorSet.get()); in iterate()
2821 vkd.cmdBindDescriptorSets(cmdBuffer, bindPoint, pipelineLayout.get(), 0u, de::sizeU32(rawDescriptorSets), de::dataOrNull(rawDescriptorSets), 0u, nullptr); in iterate()
2845 vkd.cmdBindDescriptorSets(cmdBuffer, bindPoint, pipelineLayout.get(), 0u, de::sizeU32(rawDescriptorSets), de::dataOrNull(rawDescriptorSets), 0u, nullptr); in iterate()
2856 vkd.cmdBindDescriptorSets(cmdBuffer, bindPoint, pipelineLayout.get(), 0u, de::sizeU32(rawDescriptorSets), de::dataOrNull(rawDescriptorSets), 0u, nullptr); in iterate()
H A DvktPipelineLibraryTests.cpp1635 VkDescriptorSet rawDescriptorSets[] = { DE_NULL, *descriptorSet }; in runNullDescriptorSetInMonolithicPipeline() local
1677 vk.cmdBindDescriptorSets(*m_cmdBuffer, VK_PIPELINE_BIND_POINT_GRAPHICS, *pipelineLayout, 0u, 2u, rawDescriptorSets, 0u, DE_NULL); in runNullDescriptorSetInMonolithicPipeline()

Completed in 22 milliseconds