Home
last modified time | relevance | path

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

/external/skia/src/gpu/mtl/
DGrMtlVaryingHandler.mm11 int locationIndex;
12 for (locationIndex = 0; locationIndex < vars.count(); locationIndex++) {
13 GrShaderVar& var = vars[locationIndex];
18 location.appendf("location = %d", locationIndex);
25 SkASSERT(locationIndex <= 15);
/external/skqp/src/gpu/mtl/
DGrMtlVaryingHandler.mm11 int locationIndex;
12 for (locationIndex = 0; locationIndex < vars.count(); locationIndex++) {
13 GrShaderVar& var = vars[locationIndex];
18 location.appendf("location = %d", locationIndex);
25 SkASSERT(locationIndex <= 15);
/external/skia/src/gpu/vk/
DGrVkVaryingHandler.cpp79 int locationIndex = 0; in finalize_helper() local
83 location.appendf("location = %d", locationIndex); in finalize_helper()
93 locationIndex += elementSize * numElements; in finalize_helper()
98 SkASSERT(locationIndex <= 64); in finalize_helper()
/external/skqp/src/gpu/vk/
DGrVkVaryingHandler.cpp79 int locationIndex = 0; in finalize_helper() local
83 location.appendf("location = %d", locationIndex); in finalize_helper()
93 locationIndex += elementSize * numElements; in finalize_helper()
98 SkASSERT(locationIndex <= 64); 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()