Home
last modified time | relevance | path

Searched refs:VertexAttributeLocation (Results 1 – 11 of 11) sorted by relevance

/third_party/skia/third_party/externals/dawn/src/dawn_native/
DRenderPipeline.h49 VertexAttributeLocation shaderLocation;
68 const ityp::bitset<VertexAttributeLocation, kMaxVertexAttributes>&
70 const VertexAttributeInfo& GetAttribute(VertexAttributeLocation location) const;
120 ityp::bitset<VertexAttributeLocation, kMaxVertexAttributes> mAttributeLocationsUsed;
121 ityp::array<VertexAttributeLocation, VertexAttributeInfo, kMaxVertexAttributes>
DIntegerTypes.h40 using VertexAttributeLocation = TypedInteger<struct VertexAttributeLocationT, uint8_t>; variable
43 constexpr VertexAttributeLocation kMaxVertexAttributesTyped =
44 VertexAttributeLocation(kMaxVertexAttributes);
DRenderPipeline.cpp121 ityp::bitset<VertexAttributeLocation, kMaxVertexAttributes>* attributesSetMask) { in ValidateVertexAttribute() argument
131 VertexAttributeLocation location(static_cast<uint8_t>(attribute->shaderLocation)); in ValidateVertexAttribute()
176 ityp::bitset<VertexAttributeLocation, kMaxVertexAttributes>* attributesSetMask) { in ValidateVertexBufferLayout() argument
215 ityp::bitset<VertexAttributeLocation, kMaxVertexAttributes> attributesSetMask; in ValidateVertexState()
599 VertexAttributeLocation location = VertexAttributeLocation( in RenderPipelineBase()
726 const ityp::bitset<VertexAttributeLocation, kMaxVertexAttributes>&
733 VertexAttributeLocation location) const { in GetAttribute()
916 for (VertexAttributeLocation location : IterateBitSet(mAttributeLocationsUsed)) { in ComputeContentHash()
1017 for (VertexAttributeLocation loc : IterateBitSet(a->mAttributeLocationsUsed)) { in operator ()()
DShaderModule.h178 ityp::array<VertexAttributeLocation, VertexFormatBaseType, kMaxVertexAttributes>
180 ityp::bitset<VertexAttributeLocation, kMaxVertexAttributes> usedVertexInputs;
DShaderModule.cpp730 VertexAttributeLocation location(static_cast<uint8_t>(unsanitizedLocation)); in ReflectShaderUsingTint()
1093 for (VertexAttributeLocation location : in AddVertexPullingTransformConfig()
/third_party/skia/third_party/externals/dawn/src/dawn_native/opengl/
DRenderPipelineGL.h36 ityp::bitset<VertexAttributeLocation, kMaxVertexAttributes> GetAttributesUsingVertexBuffer(
55 ityp::bitset<VertexAttributeLocation, kMaxVertexAttributes>,
DRenderPipelineGL.cpp251 ityp::bitset<VertexAttributeLocation, kMaxVertexAttributes>
263 for (VertexAttributeLocation location : IterateBitSet(GetAttributeLocationsUsed())) { in CreateVAOForVertexState()
DCommandBufferGL.cpp173 for (VertexAttributeLocation location : IterateBitSet( in Apply()
/third_party/skia/third_party/externals/dawn/src/dawn_native/metal/
DRenderPipelineMTL.mm455 for (VertexAttributeLocation loc : IterateBitSet(GetAttributeLocationsUsed())) {
483 for (VertexAttributeLocation loc : IterateBitSet(GetAttributeLocationsUsed())) {
/third_party/skia/third_party/externals/dawn/src/dawn_native/d3d12/
DRenderPipelineD3D12.cpp451 for (VertexAttributeLocation loc : IterateBitSet(GetAttributeLocationsUsed())) { in ComputeInputLayout()
/third_party/skia/third_party/externals/dawn/src/dawn_native/vulkan/
DRenderPipelineVk.cpp579 for (VertexAttributeLocation loc : IterateBitSet(GetAttributeLocationsUsed())) { in ComputeVertexInputDesc()