Home
last modified time | relevance | path

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

/third_party/flutter/skia/third_party/externals/dawn/src/dawn_native/
DBindGroupLayout.cpp105 : ObjectBase(device), mIsBlueprint(blueprint) { in BindGroupLayoutBase()
126 : ObjectBase(device, tag), mIsBlueprint(true) { in BindGroupLayoutBase()
131 if (!mIsBlueprint && !IsError()) { in ~BindGroupLayoutBase()
DComputePipeline.cpp42 mIsBlueprint(blueprint) { in ComputePipelineBase()
51 if (!mIsBlueprint && !IsError()) { in ~ComputePipelineBase()
DPipelineLayout.cpp46 : ObjectBase(device), mIsBlueprint(blueprint) { in PipelineLayoutBase()
60 if (!mIsBlueprint && !IsError()) { in ~PipelineLayoutBase()
DSampler.cpp68 mIsBlueprint(blueprint) { in SamplerBase()
77 if (!mIsBlueprint && !IsError()) { in ~SamplerBase()
DShaderModule.cpp76 mIsBlueprint(blueprint) { in ShaderModuleBase()
85 if (!mIsBlueprint && !IsError()) { in ~ShaderModuleBase()
DComputePipeline.h50 bool mIsBlueprint = false; variable
DSampler.h59 bool mIsBlueprint = false; variable
DPipelineLayout.h68 bool mIsBlueprint = false; variable
DBindGroupLayout.h65 bool mIsBlueprint = false; variable
DShaderModule.h82 bool mIsBlueprint = false; variable
DRenderPipeline.h124 bool mIsBlueprint = false; variable
DRenderPipeline.cpp361 mIsBlueprint(blueprint) { in RenderPipelineBase()
429 if (!mIsBlueprint && !IsError()) { in ~RenderPipelineBase()