Home
last modified time | relevance | path

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

/third_party/skia/third_party/externals/dawn/src/dawn_native/
DRenderPipeline.cpp340 const EntryPointMetadata::FragmentOutputVariableInfo& fragmentOutputVariable) { in ValidateColorTargetState() argument
361 DAWN_INVALID_IF(fragmentOutputVariable.baseType != in ValidateColorTargetState()
366 fragmentOutputVariable.baseType); in ValidateColorTargetState()
369 fragmentOutputVariable.componentCount < format->componentCount, in ValidateColorTargetState()
372 fragmentOutputVariable.componentCount, descriptor->format, in ValidateColorTargetState()
376 if (fragmentOutputVariable.componentCount < 4u) { in ValidateColorTargetState()