Searched refs:kMaxSampledTexturesPerShaderStage (Results 1 – 6 of 6) sorted by relevance
/third_party/skia/third_party/externals/dawn/src/dawn_native/ |
D | BindingInfo.cpp | 140 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()
|
D | BindingInfo.h | 41 3 * (kMaxSampledTexturesPerShaderStage + kMaxSamplersPerShaderStage +
|
D | Adapter.cpp | 53 mLimits.v1.maxSampledTexturesPerShaderStage, kMaxSampledTexturesPerShaderStage); in Initialize()
|
/third_party/skia/third_party/externals/dawn/src/common/ |
D | Constants.h | 31 static constexpr uint32_t kMaxSampledTexturesPerShaderStage = 16; variable
|
/third_party/skia/third_party/externals/dawn/src/tests/unittests/validation/ |
D | BindGroupValidationTests.cpp | 1010 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/ |
D | BindGroupTests.cpp | 1467 static_assert(kMaxSampledTexturesPerShaderStage == kMaxSamplersPerShaderStage, in TEST_P() 1469 for (uint32_t i = 0; i < kMaxSampledTexturesPerShaderStage; ++i) { in TEST_P()
|