Home
last modified time | relevance | path

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

/third_party/flutter/skia/third_party/externals/dawn/src/common/
DConstants.h30 static constexpr uint32_t kMaxVertexAttributeEnd = 2048u; variable
/third_party/flutter/skia/third_party/externals/dawn/src/tests/unittests/validation/
DVertexInputValidationTests.cpp379 state.cAttributes[0].offset = kMaxVertexAttributeEnd - sizeof(dawn::VertexFormat::Float); in TEST_F()
388 state.cAttributes[0].offset = kMaxVertexAttributeEnd - 1; in TEST_F()
/third_party/flutter/skia/third_party/externals/dawn/src/dawn_native/
DRenderPipeline.cpp39 ASSERT(kMaxVertexAttributeEnd >= VertexFormatSize(attribute->format)); in ValidateVertexAttributeDescriptor()
40 if (attribute->offset > kMaxVertexAttributeEnd - VertexFormatSize(attribute->format)) { in ValidateVertexAttributeDescriptor()
46 ASSERT(attribute->offset < kMaxVertexAttributeEnd); in ValidateVertexAttributeDescriptor()