Searched refs:interStageVariables (Results 1 – 3 of 3) sorted by relevance
755 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()
200 std::array<InterStageVariableInfo, kMaxInterStageShaderVariables> interStageVariables; member
443 const auto& vertexOutputInfo = vertexMetadata.interStageVariables[i]; in ValidateInterStageMatching()444 const auto& fragmentInputInfo = fragmentMetadata.interStageVariables[i]; in ValidateInterStageMatching()