Home
last modified time | relevance | path

Searched defs:VulkanPipelineCacheInput (Results 1 – 1 of 1) sorted by relevance

/aosp_15_r20/external/deqp/external/vulkancts/vkscserver/
H A DvksStructsVKSC.hpp145 struct VulkanPipelineCacheInput struct
147 std::map<vk::VkSamplerYcbcrConversion, string> samplerYcbcrConversions;
148 std::map<vk::VkSampler, string> samplers;
149 std::map<vk::VkShaderModule, string> shaderModules;
150 std::map<vk::VkRenderPass, string> renderPasses;
151 std::map<vk::VkPipelineLayout, string> pipelineLayouts;
152 std::map<vk::VkDescriptorSetLayout, string> descriptorSetLayouts;
153 std::vector<VulkanJsonPipelineDescription> pipelines;
156 void Serialize(Serializer<TYPE> &archive) in Serialize()