Home
last modified time | relevance | path

Searched defs:EntryPointMetadata (Results 1 – 1 of 1) sorted by relevance

/third_party/skia/third_party/externals/dawn/src/dawn_native/
DShaderModule.h166 struct EntryPointMetadata { struct
169 BindingInfoArray bindings;
171 struct SamplerTexturePair {
175 std::vector<SamplerTexturePair> samplerTexturePairs;
179 vertexInputBaseTypes;
180 ityp::bitset<VertexAttributeLocation, kMaxVertexAttributes> usedVertexInputs;
183 struct FragmentOutputVariableInfo {
188 fragmentOutputVariables;
189 ityp::bitset<ColorAttachmentIndex, kMaxColorAttachments> fragmentOutputsWritten;
191 struct InterStageVariableInfo {
[all …]