/third_party/flutter/skia/third_party/externals/dawn/src/dawn_native/ |
D | RenderPipeline.h | 63 const std::bitset<kMaxVertexAttributes>& GetAttributesSetMask() const; 83 std::bitset<kMaxVertexAttributes> GetAttributesUsingInput(uint32_t slot) const; 84 std::array<std::bitset<kMaxVertexAttributes>, kMaxVertexBuffers> attributesUsingInput; 99 std::bitset<kMaxVertexAttributes> mAttributesSetMask; 100 std::array<VertexAttributeInfo, kMaxVertexAttributes> mAttributeInfos;
|
D | ShaderModule.h | 61 const std::bitset<kMaxVertexAttributes>& GetUsedVertexAttributes() const; 85 std::bitset<kMaxVertexAttributes> mUsedVertexAttributes;
|
D | RenderPipeline.cpp | 30 std::bitset<kMaxVertexAttributes>* attributesSetMask) { in ValidateVertexAttributeDescriptor() 33 if (attribute->shaderLocation >= kMaxVertexAttributes) { in ValidateVertexAttributeDescriptor() 62 std::bitset<kMaxVertexAttributes>* attributesSetMask) { in ValidateVertexBufferDescriptor() 78 std::bitset<kMaxVertexAttributes>* attributesSetMask) { in ValidateVertexInputDescriptor() 99 ASSERT(totalAttributesNum <= kMaxVertexAttributes); in ValidateVertexInputDescriptor() 274 std::bitset<kMaxVertexAttributes> attributesSetMask; in ValidateRenderPipelineDescriptor() 439 const std::bitset<kMaxVertexAttributes>& RenderPipelineBase::GetAttributesSetMask() const { in GetAttributesSetMask() 553 std::bitset<kMaxVertexAttributes> RenderPipelineBase::GetAttributesUsingInput( in GetAttributesUsingInput()
|
D | ShaderModule.cpp | 161 if (location >= kMaxVertexAttributes) { in ExtractSpirvInfo() 196 const std::bitset<kMaxVertexAttributes>& ShaderModuleBase::GetUsedVertexAttributes() const { in GetUsedVertexAttributes()
|
/third_party/flutter/skia/third_party/externals/dawn/src/tests/unittests/validation/ |
D | VertexInputValidationTests.cpp | 237 state.cBuffers[0].attributeCount = kMaxVertexAttributes; in TEST_F() 238 for (uint32_t i = 0; i < kMaxVertexAttributes; ++i) { in TEST_F() 250 state.cBuffers[1].attributes = &state.cAttributes[kMaxVertexAttributes - 1]; in TEST_F() 355 state.cAttributes[0].shaderLocation = kMaxVertexAttributes - 1; in TEST_F() 364 state.cAttributes[0].shaderLocation = kMaxVertexAttributes; in TEST_F()
|
/third_party/skia/third_party/externals/dawn/src/dawn_native/ |
D | RenderPipeline.h | 68 const ityp::bitset<VertexAttributeLocation, kMaxVertexAttributes>& 120 ityp::bitset<VertexAttributeLocation, kMaxVertexAttributes> mAttributeLocationsUsed; 121 ityp::array<VertexAttributeLocation, VertexAttributeInfo, kMaxVertexAttributes>
|
D | RenderPipeline.cpp | 121 ityp::bitset<VertexAttributeLocation, kMaxVertexAttributes>* attributesSetMask) { in ValidateVertexAttribute() 126 attribute->shaderLocation >= kMaxVertexAttributes, in ValidateVertexAttribute() 129 attribute->shaderLocation, kMaxVertexAttributes); in ValidateVertexAttribute() 176 ityp::bitset<VertexAttributeLocation, kMaxVertexAttributes>* attributesSetMask) { in ValidateVertexBufferLayout() 215 ityp::bitset<VertexAttributeLocation, kMaxVertexAttributes> attributesSetMask; in ValidateVertexState() 228 ASSERT(totalAttributesNum <= kMaxVertexAttributes); in ValidateVertexState() 726 const ityp::bitset<VertexAttributeLocation, kMaxVertexAttributes>&
|
D | ShaderModule.h | 178 ityp::array<VertexAttributeLocation, VertexFormatBaseType, kMaxVertexAttributes> 180 ityp::bitset<VertexAttributeLocation, kMaxVertexAttributes> usedVertexInputs;
|
D | IntegerTypes.h | 44 VertexAttributeLocation(kMaxVertexAttributes);
|
D | Adapter.cpp | 47 std::min(mLimits.v1.maxVertexAttributes, uint32_t(kMaxVertexAttributes)); in Initialize()
|
/third_party/skia/third_party/externals/dawn/src/dawn_native/opengl/ |
D | RenderPipelineGL.h | 36 ityp::bitset<VertexAttributeLocation, kMaxVertexAttributes> GetAttributesUsingVertexBuffer( 55 ityp::bitset<VertexAttributeLocation, kMaxVertexAttributes>,
|
/third_party/skia/third_party/externals/dawn/src/utils/ |
D | ComboRenderPipelineDescriptor.h | 38 std::array<wgpu::VertexAttribute, kMaxVertexAttributes> cAttributes; 54 std::array<wgpu::VertexAttribute, kMaxVertexAttributes> cAttributes;
|
D | ComboRenderPipelineDescriptor.cpp | 29 for (uint32_t i = 0; i < kMaxVertexAttributes; ++i) { in ComboVertexState() 57 for (uint32_t i = 0; i < kMaxVertexAttributes; ++i) { in ComboRenderPipelineDescriptor()
|
/third_party/skia/third_party/externals/dawn/src/tests/unittests/validation/ |
D | VertexStateValidationTests.cpp | 185 state.cVertexBuffers[0].attributeCount = kMaxVertexAttributes; in TEST_F() 186 for (uint32_t i = 0; i < kMaxVertexAttributes; ++i) { in TEST_F() 193 state.cVertexBuffers[1].attributes = &state.cAttributes[kMaxVertexAttributes - 1]; in TEST_F() 272 state.cAttributes[0].shaderLocation = kMaxVertexAttributes - 1; in TEST_F() 276 state.cAttributes[0].shaderLocation = kMaxVertexAttributes; in TEST_F()
|
/third_party/flutter/skia/third_party/externals/dawn/src/dawn_native/d3d12/ |
D | RenderPipelineD3D12.h | 36 std::array<D3D12_INPUT_ELEMENT_DESC, kMaxVertexAttributes>* inputElementDescriptors);
|
D | RenderPipelineD3D12.cpp | 353 std::array<D3D12_INPUT_ELEMENT_DESC, kMaxVertexAttributes> inputElementDescriptors; in RenderPipeline() 412 std::array<D3D12_INPUT_ELEMENT_DESC, kMaxVertexAttributes>* inputElementDescriptors) { in ComputeInputLayout()
|
/third_party/flutter/skia/third_party/externals/dawn/src/dawn_native/vulkan/ |
D | RenderPipelineVk.h | 37 std::array<VkVertexInputAttributeDescription, kMaxVertexAttributes>* mAttributes);
|
D | RenderPipelineVk.cpp | 336 std::array<VkVertexInputAttributeDescription, kMaxVertexAttributes> mAttributes; in RenderPipeline() 489 std::array<VkVertexInputAttributeDescription, kMaxVertexAttributes>* mAttributes) { in ComputeVertexInputDesc()
|
/third_party/flutter/skia/third_party/externals/dawn/src/utils/ |
D | ComboRenderPipelineDescriptor.h | 31 std::array<dawn::VertexAttributeDescriptor, kMaxVertexAttributes> cAttributes;
|
D | ComboRenderPipelineDescriptor.cpp | 32 for (uint32_t i = 0; i < kMaxVertexAttributes; ++i) { in ComboVertexInputDescriptor()
|
/third_party/skia/third_party/externals/dawn/src/dawn_native/d3d12/ |
D | RenderPipelineD3D12.h | 53 std::array<D3D12_INPUT_ELEMENT_DESC, kMaxVertexAttributes>* inputElementDescriptors);
|
D | RenderPipelineD3D12.cpp | 370 std::array<D3D12_INPUT_ELEMENT_DESC, kMaxVertexAttributes> inputElementDescriptors; in Initialize() 449 std::array<D3D12_INPUT_ELEMENT_DESC, kMaxVertexAttributes>* inputElementDescriptors) { in ComputeInputLayout()
|
/third_party/skia/third_party/externals/dawn/src/dawn_native/vulkan/ |
D | RenderPipelineVk.h | 49 std::array<VkVertexInputAttributeDescription, kMaxVertexAttributes> attributes;
|
/third_party/flutter/skia/third_party/externals/dawn/src/common/ |
D | Constants.h | 23 static constexpr uint32_t kMaxVertexAttributes = 16u; variable
|
/third_party/skia/third_party/externals/dawn/src/common/ |
D | Constants.h | 21 static constexpr uint8_t kMaxVertexAttributes = 16u; variable
|