Home
last modified time | relevance | path

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

/external/deqp/external/vulkancts/vkscserver/
DvksStructsVKSC.hpp60 , pipelineContents(pipelineContents_) in VulkanJsonPipelineDescription()
84 string pipelineContents; member
95 …serializer.Serialize(v.id, v.pipelineContents, v.deviceFeatures, v.deviceExtensions, v.currentCoun… in SerializeItem()
101 …serializer.Serialize(v.id, v.pipelineContents, v.deviceFeatures, v.deviceExtensions, v.currentCoun… in SerializeItem()
DvksCacheBuilder.cpp189 …if (pipeline.pipelineContents.find("VK_STRUCTURE_TYPE_GRAPHICS_PIPELINE_CREATE_INFO") != std::stri… in exportFilesForExternalCompiler()
192 readJSON_VkGraphicsPipelineCreateInfo(jsonReader, pipeline.pipelineContents, gpCI); in exportFilesForExternalCompiler()
330 …else if (pipeline.pipelineContents.find("VK_STRUCTURE_TYPE_COMPUTE_PIPELINE_CREATE_INFO") != std::… in exportFilesForExternalCompiler()
333 readJSON_VkComputePipelineCreateInfo(jsonReader, pipeline.pipelineContents, cpCI); in exportFilesForExternalCompiler()
663 … if (pipeline2.pipelineContents.find("VK_STRUCTURE_TYPE_GRAPHICS_PIPELINE_CREATE_INFO") != in buildPipelineCache()
666 … else if (pipeline2.pipelineContents.find("VK_STRUCTURE_TYPE_COMPUTE_PIPELINE_CREATE_INFO") != in buildPipelineCache()
935 …if (pipeline.pipelineContents.find("VK_STRUCTURE_TYPE_GRAPHICS_PIPELINE_CREATE_INFO") != std::stri… in buildPipelineCache()
939 readJSON_VkGraphicsPipelineCreateInfo(jsonReader, pipeline.pipelineContents, gpCI); in buildPipelineCache()
981 …else if (pipeline.pipelineContents.find("VK_STRUCTURE_TYPE_COMPUTE_PIPELINE_CREATE_INFO") != std::… in buildPipelineCache()
985 readJSON_VkComputePipelineCreateInfo(jsonReader, pipeline.pipelineContents, cpCI); in buildPipelineCache()
/external/deqp/external/vulkancts/vkscpc/
Dvkscpc.cpp163 pipelineDescription.pipelineContents = in importFilesForExternalCompiler()
175 pipelineDescription.pipelineContents = in importFilesForExternalCompiler()
/external/deqp/external/vulkancts/framework/vulkan/
DvkResourceInterface.cpp133 …if (it->pipelineContents.find("VK_STRUCTURE_TYPE_GRAPHICS_PIPELINE_CREATE_INFO") != std::string::n… in removeRedundantObjects()
137 readJSON_VkGraphicsPipelineCreateInfo(jsonReader, it->pipelineContents, gpCI); in removeRedundantObjects()
144 …else if (it->pipelineContents.find("VK_STRUCTURE_TYPE_COMPUTE_PIPELINE_CREATE_INFO") != std::strin… in removeRedundantObjects()
148 readJSON_VkComputePipelineCreateInfo(jsonReader, it->pipelineContents, cpCI); in removeRedundantObjects()