Home
last modified time | relevance | path

Searched refs:mAttribLocationToD3DSemantic (Results 1 – 2 of 2) sorted by relevance

/external/angle/src/libANGLE/renderer/d3d/
DProgramD3D.h315 return mAttribLocationToD3DSemantic; in getAttribLocationToD3DSemantics()
571 AttribIndexArray mAttribLocationToD3DSemantic; variable
DProgramD3D.cpp978 for (int &index : mAttribLocationToD3DSemantic) in load()
1329 for (int d3dSemantic : mAttribLocationToD3DSemantic) in save()
3040 mAttribLocationToD3DSemantic.fill(-1); in reset()
3080 mAttribLocationToD3DSemantic[location + reg] = semanticIndex++; in initAttribLocationsToD3DSemantic()
3101 int d3dSemantic = mAttribLocationToD3DSemantic[locationIndex]; in updateCachedInputLayout()