Home
last modified time | relevance | path

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

/third_party/skia/third_party/externals/dawn/src/dawn_native/
DShaderModule.h199 std::bitset<kMaxInterStageShaderVariables> usedInterStageVariables;
200 std::array<InterStageVariableInfo, kMaxInterStageShaderVariables> interStageVariables;
DShaderModule.cpp627 constexpr uint32_t kMaxInterStageShaderLocation = kMaxInterStageShaderVariables - 1; in ReflectShaderUsingTint()
/third_party/skia/third_party/externals/dawn/src/common/
DConstants.h28 static constexpr uint32_t kMaxInterStageShaderVariables = kMaxInterStageShaderComponents / 4; variable