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/
H A DShaderModule.h199 std::bitset<kMaxInterStageShaderVariables> usedInterStageVariables;
200 std::array<InterStageVariableInfo, kMaxInterStageShaderVariables> interStageVariables;
H A DShaderModule.cpp627 constexpr uint32_t kMaxInterStageShaderLocation = kMaxInterStageShaderVariables - 1;
/third_party/skia/third_party/externals/dawn/src/common/
H A DConstants.h28 static constexpr uint32_t kMaxInterStageShaderVariables = kMaxInterStageShaderComponents / 4; variable

Completed in 23 milliseconds