/third_party/skia/third_party/externals/dawn/src/dawn_native/ |
D | CachedObject.h | 45 virtual size_t ComputeContentHash() = 0;
|
D | Sampler.h | 47 size_t ComputeContentHash() override;
|
D | AttachmentState.h | 75 size_t ComputeContentHash() override;
|
D | PipelineLayout.h | 79 size_t ComputeContentHash() override;
|
D | Pipeline.h | 67 size_t ComputeContentHash() override;
|
D | ComputePipeline.cpp | 49 SetContentHash(ComputeContentHash());
|
D | BindGroupLayout.h | 71 size_t ComputeContentHash() override;
|
D | RenderPipeline.h | 104 size_t ComputeContentHash() override;
|
D | AttachmentState.cpp | 136 size_t AttachmentState::ComputeContentHash() { in ComputeContentHash() function in dawn_native::AttachmentState
|
D | Device.cpp | 685 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()
|
D | Sampler.cpp | 128 size_t SamplerBase::ComputeContentHash() { in ComputeContentHash() function in dawn_native::SamplerBase
|
D | ShaderModule.h | 263 size_t ComputeContentHash() override;
|
D | Pipeline.cpp | 219 size_t PipelineBase::ComputeContentHash() { in ComputeContentHash() function in dawn_native::PipelineBase
|
D | RenderPipeline.cpp | 680 SetContentHash(ComputeContentHash()); in RenderPipelineBase() 881 size_t RenderPipelineBase::ComputeContentHash() { in ComputeContentHash() function in dawn_native::RenderPipelineBase 885 recorder.Record(PipelineBase::ComputeContentHash()); in ComputeContentHash()
|
D | PipelineLayout.cpp | 385 size_t PipelineLayoutBase::ComputeContentHash() { in ComputeContentHash() function in dawn_native::PipelineLayoutBase
|
D | BindGroupLayout.cpp | 442 size_t BindGroupLayoutBase::ComputeContentHash() { in ComputeContentHash() function in dawn_native::BindGroupLayoutBase
|
D | ShaderModule.cpp | 1232 size_t ShaderModuleBase::ComputeContentHash() { in ComputeContentHash() function in dawn_native::ShaderModuleBase
|
/third_party/skia/third_party/externals/dawn/src/tests/unittests/native/mocks/ |
D | RenderPipelineMock.h | 35 MOCK_METHOD(size_t, ComputeContentHash, (), (override));
|
D | ComputePipelineMock.h | 35 MOCK_METHOD(size_t, ComputeContentHash, (), (override));
|
/third_party/skia/third_party/externals/dawn/src/tests/unittests/native/ |
D | DestroyObjectTests.cpp | 258 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()
|