Searched refs:kMaxVertexAttributeEnd (Results 1 – 3 of 3) sorted by relevance
30 static constexpr uint32_t kMaxVertexAttributeEnd = 2048u; variable
379 state.cAttributes[0].offset = kMaxVertexAttributeEnd - sizeof(dawn::VertexFormat::Float); in TEST_F()388 state.cAttributes[0].offset = kMaxVertexAttributeEnd - 1; in TEST_F()
39 ASSERT(kMaxVertexAttributeEnd >= VertexFormatSize(attribute->format)); in ValidateVertexAttributeDescriptor()40 if (attribute->offset > kMaxVertexAttributeEnd - VertexFormatSize(attribute->format)) { in ValidateVertexAttributeDescriptor()46 ASSERT(attribute->offset < kMaxVertexAttributeEnd); in ValidateVertexAttributeDescriptor()