Home
last modified time | relevance | path

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

/third_party/skia/third_party/externals/dawn/src/dawn_native/
DDevice.cpp685 const size_t blueprintHash = blueprint.ComputeContentHash(); in GetOrCreateBindGroupLayout() local
686 blueprint.SetContentHash(blueprintHash); in GetOrCreateBindGroupLayout()
696 result->SetContentHash(blueprintHash); in GetOrCreateBindGroupLayout()
776 const size_t blueprintHash = blueprint.ComputeContentHash(); in GetOrCreatePipelineLayout() local
777 blueprint.SetContentHash(blueprintHash); in GetOrCreatePipelineLayout()
786 result->SetContentHash(blueprintHash); in GetOrCreatePipelineLayout()
809 const size_t blueprintHash = blueprint.ComputeContentHash(); in GetOrCreateSampler() local
810 blueprint.SetContentHash(blueprintHash); in GetOrCreateSampler()
819 result->SetContentHash(blueprintHash); in GetOrCreateSampler()
840 const size_t blueprintHash = blueprint.ComputeContentHash(); in GetOrCreateShaderModule() local
[all …]