Home
last modified time | relevance | path

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

/third_party/skia/third_party/externals/dawn/src/dawn_native/
DCachedObject.h45 virtual size_t ComputeContentHash() = 0;
DSampler.h47 size_t ComputeContentHash() override;
DAttachmentState.h75 size_t ComputeContentHash() override;
DPipelineLayout.h79 size_t ComputeContentHash() override;
DPipeline.h67 size_t ComputeContentHash() override;
DComputePipeline.cpp49 SetContentHash(ComputeContentHash());
DBindGroupLayout.h71 size_t ComputeContentHash() override;
DRenderPipeline.h104 size_t ComputeContentHash() override;
DAttachmentState.cpp136 size_t AttachmentState::ComputeContentHash() { in ComputeContentHash() function in dawn_native::AttachmentState
DDevice.cpp685 const size_t blueprintHash = blueprint.ComputeContentHash(); in GetOrCreateBindGroupLayout()
776 const size_t blueprintHash = blueprint.ComputeContentHash(); in GetOrCreatePipelineLayout()
809 const size_t blueprintHash = blueprint.ComputeContentHash(); in GetOrCreateSampler()
840 const size_t blueprintHash = blueprint.ComputeContentHash(); in GetOrCreateShaderModule()
881 attachmentState->SetContentHash(attachmentState->ComputeContentHash()); in GetOrCreateAttachmentState()
DSampler.cpp128 size_t SamplerBase::ComputeContentHash() { in ComputeContentHash() function in dawn_native::SamplerBase
DShaderModule.h263 size_t ComputeContentHash() override;
DPipeline.cpp219 size_t PipelineBase::ComputeContentHash() { in ComputeContentHash() function in dawn_native::PipelineBase
DRenderPipeline.cpp680 SetContentHash(ComputeContentHash()); in RenderPipelineBase()
881 size_t RenderPipelineBase::ComputeContentHash() { in ComputeContentHash() function in dawn_native::RenderPipelineBase
885 recorder.Record(PipelineBase::ComputeContentHash()); in ComputeContentHash()
DPipelineLayout.cpp385 size_t PipelineLayoutBase::ComputeContentHash() { in ComputeContentHash() function in dawn_native::PipelineLayoutBase
DBindGroupLayout.cpp442 size_t BindGroupLayoutBase::ComputeContentHash() { in ComputeContentHash() function in dawn_native::BindGroupLayoutBase
DShaderModule.cpp1232 size_t ShaderModuleBase::ComputeContentHash() { in ComputeContentHash() function in dawn_native::ShaderModuleBase
/third_party/skia/third_party/externals/dawn/src/tests/unittests/native/mocks/
DRenderPipelineMock.h35 MOCK_METHOD(size_t, ComputeContentHash, (), (override));
DComputePipelineMock.h35 MOCK_METHOD(size_t, ComputeContentHash, (), (override));
/third_party/skia/third_party/externals/dawn/src/tests/unittests/native/
DDestroyObjectTests.cpp258 ON_CALL(*computePipelineMock, ComputeContentHash).WillByDefault(Return(hash)); in TEST_F()
365 ON_CALL(*renderPipelineMock, ComputeContentHash).WillByDefault(Return(hash)); in TEST_F()
623 ON_CALL(*computePipelineMock, ComputeContentHash).WillByDefault(Return(hash)); in TEST_F()
670 ON_CALL(*renderPipelineMock, ComputeContentHash).WillByDefault(Return(hash)); in TEST_F()