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/
H A DCachedObject.h45 virtual size_t ComputeContentHash() = 0;
H A DAttachmentState.h75 size_t ComputeContentHash() override;
H A DSampler.h47 size_t ComputeContentHash() override;
H A DComputePipeline.cpp49 SetContentHash(ComputeContentHash());
H A DPipeline.h67 size_t ComputeContentHash() override;
H A DPipelineLayout.h79 size_t ComputeContentHash() override;
H A DAttachmentState.cpp136 size_t AttachmentState::ComputeContentHash() { in ComputeContentHash() function in dawn_native::AttachmentState
H A DRenderPipeline.h104 size_t ComputeContentHash() override;
H A DBindGroupLayout.h71 size_t ComputeContentHash() override;
H A DSampler.cpp128 size_t SamplerBase::ComputeContentHash() { in ComputeContentHash() function in dawn_native::SamplerBase
H A DPipeline.cpp219 size_t PipelineBase::ComputeContentHash() { in ComputeContentHash() function in dawn_native::PipelineBase
H A DShaderModule.h263 size_t ComputeContentHash() override;
H A DDevice.cpp685 const size_t blueprintHash = blueprint.ComputeContentHash();
776 const size_t blueprintHash = blueprint.ComputeContentHash();
809 const size_t blueprintHash = blueprint.ComputeContentHash();
840 const size_t blueprintHash = blueprint.ComputeContentHash();
881 attachmentState->SetContentHash(attachmentState->ComputeContentHash());
H A 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()
H A DPipelineLayout.cpp385 size_t PipelineLayoutBase::ComputeContentHash() {
H A DBindGroupLayout.cpp442 size_t BindGroupLayoutBase::ComputeContentHash() { in ComputeContentHash() function in dawn_native::BindGroupLayoutBase
H A DShaderModule.cpp1232 size_t ShaderModuleBase::ComputeContentHash() {
/third_party/skia/third_party/externals/dawn/src/tests/unittests/native/mocks/
H A DRenderPipelineMock.h35 MOCK_METHOD(size_t, ComputeContentHash, (), (override));
H A DComputePipelineMock.h35 MOCK_METHOD(size_t, ComputeContentHash, (), (override));
/third_party/skia/third_party/externals/dawn/src/tests/unittests/native/
H A 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()

Completed in 14 milliseconds