Home
last modified time | relevance | path

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

/aosp_15_r20/external/deqp/external/vulkancts/modules/vulkan/sc/
H A DvktDeviceObjectReservationTests.cpp1468 std::vector<PipelineLayoutSp> pipelineLayouts(VERIFYMAXVALUES_OBJECT_COUNT); in performTest() local
1469 createPipelineLayouts(vkd, device, begin(pipelineLayouts), end(pipelineLayouts)); in performTest()
1470 … std::fill(begin(pipelineLayouts) + VERIFYMAXVALUES_OBJECT_COUNT / 2, end(pipelineLayouts), in performTest()
1472 … createPipelineLayouts(vkd, device, begin(pipelineLayouts) + VERIFYMAXVALUES_OBJECT_COUNT / 2, in performTest()
1473 end(pipelineLayouts)); in performTest()
1474 std::fill(begin(pipelineLayouts), end(pipelineLayouts), PipelineLayoutSp()); in performTest()
1475 createPipelineLayouts(vkd, device, begin(pipelineLayouts), end(pipelineLayouts)); in performTest()
1516 std::vector<PipelineLayoutSp> pipelineLayouts(1u); in performTest() local
1517 createPipelineLayouts(vkd, device, begin(pipelineLayouts), end(pipelineLayouts)); in performTest()
1525 … renderPasses[0]->get(), pipelineLayouts[0]->get(), pipelineDefaultSize, in performTest()
[all …]
/aosp_15_r20/external/deqp/external/vulkancts/modules/vulkan/renderpass/
H A DvktRenderPassLoadStoreOpNoneTests.cpp400 std::vector<PipelineLayoutWrapper> &pipelineLayouts,
404 std::vector<PipelineLayoutWrapper> &pipelineLayouts,
407 std::vector<PipelineLayoutWrapper> &pipelineLayouts,
574 … std::vector<PipelineLayoutWrapper> &pipelineLayouts, in createCommandBuffer() argument
594 drawCommands(*m_cmdBuffer, descriptorSets, pipelineLayouts, pipelines); in createCommandBuffer()
603 … std::vector<PipelineLayoutWrapper> &pipelineLayouts, in createCommandBuffer() argument
752 drawCommands(*m_secCmdBuffer, descriptorSets, pipelineLayouts, pipelines); in createCommandBuffer()
775 drawCommands(*m_cmdBuffer, descriptorSets, pipelineLayouts, pipelines); in createCommandBuffer()
784 std::vector<PipelineLayoutWrapper> &pipelineLayouts, in drawCommands() argument
874 … vk.cmdBindDescriptorSets(cmdBuffer, VK_PIPELINE_BIND_POINT_GRAPHICS, *pipelineLayouts[i], 0, 1, in drawCommands()
[all …]
H A DvktRenderPassSubpassDependencyTests.cpp464 … vector<SharedPtrVkPipelineLayout> &pipelineLayouts,
730 vector<SharedPtrVkPipelineLayout> pipelineLayouts; in createRenderPipelineLayouts() local
745 pipelineLayouts.push_back(makeSharedPtr(createPipelineLayout(vkd, device, &createInfo))); in createRenderPipelineLayouts()
748 return pipelineLayouts; in createRenderPipelineLayouts()
753 …vector<SharedPtrVkPipelineLayout> &pipelineLayouts, const BinaryCollection &binaryCollection, uint… in createRenderPipelines() argument
778 const VkPipelineLayout layout(**pipelineLayouts[renderPassNdx]); in createRenderPipelines()
1045 … vector<SharedPtrVkPipelineLayout> &pipelineLayouts,
1203 vector<SharedPtrVkPipelineLayout> pipelineLayouts; in createRenderPipelineLayouts() local
1222 pipelineLayouts.push_back(makeSharedPtr(createPipelineLayout(vkd, device, &createInfo))); in createRenderPipelineLayouts()
1225 return pipelineLayouts; in createRenderPipelineLayouts()
[all …]
/aosp_15_r20/external/deqp/external/vulkancts/vkscserver/
H A DvksStructsVKSC.hpp151 std::map<vk::VkPipelineLayout, string> pipelineLayouts; member
158 … archive.Serialize(samplerYcbcrConversions, samplers, shaderModules, renderPasses, pipelineLayouts, in Serialize()
165 …erialize(v.samplerYcbcrConversions, v.samplers, v.shaderModules, v.renderPasses, v.pipelineLayouts, in SerializeItem()
171 …erialize(v.samplerYcbcrConversions, v.samplers, v.shaderModules, v.renderPasses, v.pipelineLayouts, in SerializeItem()
H A DvksCacheBuilder.cpp168 for (auto &&pipelineLayout : input.pipelineLayouts) in exportFilesForExternalCompiler()
187 std::map<VkPipelineLayout, VkPipelineLayoutCreateInfo> pipelineLayouts; in exportFilesForExternalCompiler() local
228 pipelineLayouts.insert(*it); in exportFilesForExternalCompiler()
276 …lerYcbcrConversions, samplers, descriptorSetLayouts, renderPasses, renderPasses2, pipelineLayouts); in exportFilesForExternalCompiler()
353 pipelineLayouts.insert(*it); in exportFilesForExternalCompiler()
399 samplerYcbcrConversions, samplers, descriptorSetLayouts, pipelineLayouts); in exportFilesForExternalCompiler()
693 …de::max(chainedObjReservation->pipelineLayoutRequestCount, uint32_t(input.pipelineLayouts.size())); in buildPipelineCache()
913 for (auto &&pipelineLayout : input.pipelineLayouts) in buildPipelineCache()
H A DvksJson.hpp73 const std::map<vk::VkPipelineLayout, vk::VkPipelineLayoutCreateInfo> &pipelineLayouts);
81 const std::map<vk::VkPipelineLayout, vk::VkPipelineLayoutCreateInfo> &pipelineLayouts);
H A DvksJson.cpp174 const std::map<VkPipelineLayout, VkPipelineLayoutCreateInfo> &pipelineLayouts) in writeJSON_GraphicsPipeline_vkpccjson() argument
328 vk_json::print_VkPipelineLayoutCreateInfo(begin(pipelineLayouts)->second, "", true); in writeJSON_GraphicsPipeline_vkpccjson()
460 const std::map<VkPipelineLayout, VkPipelineLayoutCreateInfo> &pipelineLayouts) in writeJSON_ComputePipeline_vkpccjson() argument
600 vk_json::print_VkPipelineLayoutCreateInfo(begin(pipelineLayouts)->second, "", true); in writeJSON_ComputePipeline_vkpccjson()
/aosp_15_r20/external/deqp/external/vulkancts/framework/vulkan/
H A DvkResourceInterface.cpp175 …for (auto it = begin(m_pipelineInput.pipelineLayouts); it != end(m_pipelineInput.pipelineLayouts);) in removeRedundantObjects()
179 it = m_pipelineInput.pipelineLayouts.erase(it); in removeRedundantObjects()
873 …m_pipelineInput.pipelineLayouts.insert({*pPipelineLayout, writeJSON_VkPipelineLayoutCreateInfo(*pC… in createPipelineLayout()
/aosp_15_r20/external/deqp/external/vulkancts/modules/vulkan/robustness/
H A DvktRobustness1VertexAccessTests.cpp590 vector<Move<VkPipelineLayout>> pipelineLayouts; in robustness1TestFn() local
706 pipelineLayouts.emplace_back(pipelineLayout); in robustness1TestFn()
736 … vk.cmdBindDescriptorSets(*commandBuffer, VK_PIPELINE_BIND_POINT_GRAPHICS, *pipelineLayouts[i], 0, in robustness1TestFn()
/aosp_15_r20/external/deqp/external/vulkancts/vkscpc/
H A Dvkscpc.cpp187 input.pipelineLayouts[vk::VkPipelineLayout(pipelineLayoutHandle)] = in importFilesForExternalCompiler()