Home
last modified time | relevance | path

Searched refs:locationIndex (Results 1 – 10 of 10) sorted by relevance

/third_party/flutter/skia/src/gpu/mtl/
DGrMtlVaryingHandler.mm15 int locationIndex;
17 for (locationIndex = 0; locationIndex < vars.count(); locationIndex++) {
18 GrShaderVar& var = vars[locationIndex];
24 location.appendf("location = %d", locationIndex);
31 SkASSERT(locationIndex <= 32);
/third_party/skia/src/gpu/vk/
DGrVkVaryingHandler.cpp77 int locationIndex = 0; in finalize_helper() local
80 location.appendf("location = %d", locationIndex); in finalize_helper()
87 locationIndex += elementSize * numElements; in finalize_helper()
92 SkASSERT(locationIndex <= 64); in finalize_helper()
/third_party/flutter/skia/src/gpu/vk/
DGrVkVaryingHandler.cpp80 int locationIndex = 0; in finalize_helper() local
84 location.appendf("location = %d", locationIndex); in finalize_helper()
94 locationIndex += elementSize * numElements; in finalize_helper()
99 SkASSERT(locationIndex <= 64); in finalize_helper()
/third_party/skia/src/gpu/mtl/
DGrMtlVaryingHandler.mm19 int locationIndex = 0;
28 location.appendf("location = %d", locationIndex);
30 ++locationIndex;
36 SkASSERT(locationIndex <= 32);
/third_party/skia/src/gpu/
DGrSPIRVVaryingHandler.cpp83 int locationIndex = 0; in finalize_helper() local
86 location.appendf("location = %d", locationIndex); in finalize_helper()
93 locationIndex += elementSize * numElements; in finalize_helper()
/third_party/flutter/skia/src/gpu/dawn/
DGrDawnVaryingHandler.cpp82 int locationIndex = 0; in finalize_helper() local
86 location.appendf("location = %d", locationIndex); in finalize_helper()
96 locationIndex += elementSize * numElements; in finalize_helper()
/third_party/flutter/skia/third_party/externals/angle2/src/libANGLE/renderer/d3d/d3d11/
DStateManager11.cpp197 for (auto locationIndex : programD3D.getState().getActiveAttribLocationsMask()) in SortAttributesByLayout() local
199 int d3dSemantic = locationToSemantic[locationIndex]; in SortAttributesByLayout()
207 const auto *arrayAttrib = &vertexArrayAttribs[locationIndex]; in SortAttributesByLayout()
214 ASSERT(currentValueAttribs[locationIndex].attribute); in SortAttributesByLayout()
215 (*sortedAttributesOut)[d3dSemantic] = &currentValueAttribs[locationIndex]; in SortAttributesByLayout()
/third_party/skia/third_party/externals/angle2/src/libANGLE/renderer/d3d/d3d11/
DStateManager11.cpp199 for (auto locationIndex : executable.getActiveAttribLocationsMask()) in SortAttributesByLayout() local
201 int d3dSemantic = locationToSemantic[locationIndex]; in SortAttributesByLayout()
209 const auto *arrayAttrib = &vertexArrayAttribs[locationIndex]; in SortAttributesByLayout()
216 ASSERT(currentValueAttribs[locationIndex].attribute); in SortAttributesByLayout()
217 (*sortedAttributesOut)[d3dSemantic] = &currentValueAttribs[locationIndex]; in SortAttributesByLayout()
/third_party/flutter/skia/third_party/externals/angle2/src/libANGLE/renderer/d3d/
DProgramD3D.cpp2951 for (size_t locationIndex : mState.getActiveAttribLocationsMask()) in updateCachedInputLayout() local
2953 int d3dSemantic = mAttribLocationToD3DSemantic[locationIndex]; in updateCachedInputLayout()
2962 GetVertexFormatID(vertexAttributes[locationIndex], in updateCachedInputLayout()
2963 state.getVertexAttribCurrentValue(locationIndex).Type); in updateCachedInputLayout()
/third_party/skia/third_party/externals/angle2/src/libANGLE/renderer/d3d/
DProgramD3D.cpp3099 for (size_t locationIndex : attributesMask) in updateCachedInputLayout() local
3101 int d3dSemantic = mAttribLocationToD3DSemantic[locationIndex]; in updateCachedInputLayout()
3110 GetVertexFormatID(vertexAttributes[locationIndex], in updateCachedInputLayout()
3111 state.getVertexAttribCurrentValue(locationIndex).Type); in updateCachedInputLayout()