Home
last modified time | relevance | path

Searched refs:VertexAttributeDescriptor (Results 1 – 9 of 9) sorted by relevance

/third_party/vk-gl-cts/framework/opengl/
DgluDrawUtil.cpp41 struct VertexAttributeDescriptor struct
51 VertexAttributeDescriptor (int location_, in VertexAttributeDescriptor() argument
68 VertexAttributeDescriptor (void) in VertexAttributeDescriptor() argument
83 std::vector<VertexAttributeDescriptor> attributes;
94 std::vector<VertexAttributeDescriptor> attributes;
284 layout.attributes.push_back(VertexAttributeDescriptor(va.binding.location, in appendAttributeNonStrided()
301 static void copyToLayout (void* dstBasePtr, const VertexAttributeDescriptor& dstVA, const VertexArr… in copyToLayout()
389 static inline VertexAttributeDescriptor getUserPointerDescriptor (const VertexArrayBinding& vertexA… in getUserPointerDescriptor()
393 return VertexAttributeDescriptor(vertexArray.binding.location, in getUserPointerDescriptor()
403 static void setVertexAttribPointer (const glw::Functions& gl, const VertexAttributeDescriptor& va) in setVertexAttribPointer()
[all …]
/third_party/skia/third_party/externals/tint/src/transform/
Dvertex_pulling.h69 struct VertexAttributeDescriptor { struct
89 std::vector<VertexAttributeDescriptor> in_attributes); argument
107 std::vector<VertexAttributeDescriptor> attributes;
Dvertex_pulling.cc320 for (const VertexAttributeDescriptor& attribute_desc : in CreateVertexPullingPreamble()
950 std::vector<VertexAttributeDescriptor> in_attributes) in VertexBufferLayoutDescriptor()
/third_party/skia/third_party/externals/tint/fuzzers/
Dtransform_builder.h186 static transform::VertexAttributeDescriptor
188 transform::VertexAttributeDescriptor desc{};
204 desc.attributes = b->vector<transform::VertexAttributeDescriptor>(
/third_party/flutter/skia/third_party/externals/dawn/src/utils/
DComboRenderPipelineDescriptor.h31 std::array<dawn::VertexAttributeDescriptor, kMaxVertexAttributes> cAttributes;
DComboRenderPipelineDescriptor.cpp28 dawn::VertexAttributeDescriptor vertexAttribute; in ComboVertexInputDescriptor()
/third_party/flutter/skia/src/gpu/dawn/
DGrDawnGpuCommandBuffer.cpp332 std::vector<dawn::VertexAttributeDescriptor> vertexAttributes; in applyState()
337 dawn::VertexAttributeDescriptor attribute; in applyState()
352 std::vector<dawn::VertexAttributeDescriptor> instanceAttributes; in applyState()
357 dawn::VertexAttributeDescriptor attribute; in applyState()
/third_party/flutter/skia/third_party/externals/dawn/src/dawn_native/
DRenderPipeline.cpp28 const VertexAttributeDescriptor* attribute, in ValidateVertexAttributeDescriptor()
/third_party/skia/third_party/externals/dawn/src/dawn_native/
DShaderModule.cpp1096 tint::transform::VertexAttributeDescriptor tintInfo; in AddVertexPullingTransformConfig()