Home
last modified time | relevance | path

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

/external/swiftshader/src/Vulkan/
DVkPipelineCache.hpp87 struct ComputeProgramKey struct in vk::PipelineCache
94 const uint64_t shaderIdentifier;
95 const uint32_t pipelineLayoutIdentifier;
DVkPipelineCache.cpp51 PipelineCache::ComputeProgramKey::ComputeProgramKey(uint64_t shaderIdentifier, uint32_t pipelineLay… in ComputeProgramKey() function in vk::PipelineCache::ComputeProgramKey