Home
last modified time | relevance | path

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

/external/skia/src/gpu/ganesh/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()
/external/skia/src/gpu/ganesh/mtl/
DGrMtlVaryingHandler.mm19 int locationIndex = 0;
28 location.appendf("location = %d", locationIndex);
30 ++locationIndex;
36 SkASSERT(locationIndex <= 32);
/external/skia/src/gpu/ganesh/
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()
/external/smali/dexlib2/src/main/java/org/jf/dexlib2/builder/
DMutableMethodImplementation.java107 int locationIndex = mapCodeAddressToIndex(codeAddressToIndex, debugCodeAddress); in MutableMethodImplementation() local
108 MethodLocation debugLocation = instructionList.get(locationIndex); in MutableMethodImplementation()
/external/google-smali/dexlib2/src/main/java/com/android/tools/smali/dexlib2/builder/
DMutableMethodImplementation.java190 int locationIndex = mapCodeAddressToIndex(codeAddressToIndex, debugCodeAddress); in MutableMethodImplementation() local
191 MethodLocation debugLocation = instructionList.get(locationIndex); in MutableMethodImplementation()
/external/angle/src/libANGLE/renderer/d3d/d3d11/
DStateManager11.cpp188 for (auto locationIndex : executable.getActiveAttribLocationsMask()) in SortAttributesByLayout() local
190 int d3dSemantic = locationToSemantic[locationIndex]; in SortAttributesByLayout()
198 const auto *arrayAttrib = &vertexArrayAttribs[locationIndex]; in SortAttributesByLayout()
205 ASSERT(currentValueAttribs[locationIndex].attribute); in SortAttributesByLayout()
206 (*sortedAttributesOut)[d3dSemantic] = &currentValueAttribs[locationIndex]; in SortAttributesByLayout()
/external/angle/src/libANGLE/renderer/d3d/
DProgramD3D.cpp3165 for (size_t locationIndex : attributesMask) in updateCachedInputLayout() local
3167 int d3dSemantic = mAttribLocationToD3DSemantic[locationIndex]; in updateCachedInputLayout()
3176 GetVertexFormatID(vertexAttributes[locationIndex], in updateCachedInputLayout()
3177 state.getVertexAttribCurrentValue(locationIndex).Type); in updateCachedInputLayout()