Home
last modified time | relevance | path

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

/third_party/skia/third_party/externals/dawn/src/dawn_native/
DBindingInfo.cpp140 kMaxSampledTexturesPerShaderStage, in ValidateBindingCounts()
144 kMaxSampledTexturesPerShaderStage); in ValidateBindingCounts()
150 kMaxSampledTexturesPerShaderStage / kSampledTexturesPerExternalTexture, in ValidateBindingCounts()
154 kMaxSampledTexturesPerShaderStage / kSampledTexturesPerExternalTexture); in ValidateBindingCounts()
160 kMaxSampledTexturesPerShaderStage, in ValidateBindingCounts()
165 kMaxSampledTexturesPerShaderStage); in ValidateBindingCounts()
DBindingInfo.h41 3 * (kMaxSampledTexturesPerShaderStage + kMaxSamplersPerShaderStage +
DAdapter.cpp53 mLimits.v1.maxSampledTexturesPerShaderStage, kMaxSampledTexturesPerShaderStage); in Initialize()
/third_party/skia/third_party/externals/dawn/src/common/
DConstants.h31 static constexpr uint32_t kMaxSampledTexturesPerShaderStage = 16; variable
/third_party/skia/third_party/externals/dawn/src/tests/unittests/validation/
DBindGroupValidationTests.cpp1010 TestInfo{kMaxSampledTexturesPerShaderStage, BGLEntryType(wgpu::TextureSampleType::Float), in TEST_F()
1027 TestInfo{kMaxSampledTexturesPerShaderStage / kSampledTexturesPerExternalTexture, in TEST_F()
1105 TestInfo{kMaxSampledTexturesPerShaderStage, kSampledTexturesPerExternalTexture, in TEST_F()
/third_party/skia/third_party/externals/dawn/src/tests/end2end/
DBindGroupTests.cpp1467 static_assert(kMaxSampledTexturesPerShaderStage == kMaxSamplersPerShaderStage, in TEST_P()
1469 for (uint32_t i = 0; i < kMaxSampledTexturesPerShaderStage; ++i) { in TEST_P()