Home
last modified time | relevance | path

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

/third_party/skia/third_party/externals/dawn/src/dawn_native/
DShaderModule.cpp755 metadata->interStageVariables[location].baseType, in ReflectShaderUsingTint()
757 DAWN_TRY_ASSIGN(metadata->interStageVariables[location].componentCount, in ReflectShaderUsingTint()
761 metadata->interStageVariables[location].interpolationType, in ReflectShaderUsingTint()
764 metadata->interStageVariables[location].interpolationSampling, in ReflectShaderUsingTint()
769 metadata->interStageVariables[location].componentCount; in ReflectShaderUsingTint()
794 metadata->interStageVariables[location].baseType, in ReflectShaderUsingTint()
796 DAWN_TRY_ASSIGN(metadata->interStageVariables[location].componentCount, in ReflectShaderUsingTint()
800 metadata->interStageVariables[location].interpolationType, in ReflectShaderUsingTint()
803 metadata->interStageVariables[location].interpolationSampling, in ReflectShaderUsingTint()
808 metadata->interStageVariables[location].componentCount; in ReflectShaderUsingTint()
DShaderModule.h200 std::array<InterStageVariableInfo, kMaxInterStageShaderVariables> interStageVariables; member
DRenderPipeline.cpp443 const auto& vertexOutputInfo = vertexMetadata.interStageVariables[i]; in ValidateInterStageMatching()
444 const auto& fragmentInputInfo = fragmentMetadata.interStageVariables[i]; in ValidateInterStageMatching()