Searched refs:locationIndex (Results 1 – 8 of 8) sorted by relevance
11 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);
79 int locationIndex = 0; in finalize_helper() local83 location.appendf("location = %d", locationIndex); in finalize_helper()93 locationIndex += elementSize * numElements; in finalize_helper()98 SkASSERT(locationIndex <= 64); in finalize_helper()
85 int locationIndex = 0; in finalize_helper() local88 location.appendf("location = %d", locationIndex); in finalize_helper()98 locationIndex += elementSize * numElements; in finalize_helper()103 SkASSERT(locationIndex <= 64); in finalize_helper()
19 int locationIndex = 0;27 location.appendf("location = %d", locationIndex);29 ++locationIndex;35 SkASSERT(locationIndex <= 32);
91 int locationIndex = 0; in finalize_helper() local94 location.appendf("location = %d", locationIndex); in finalize_helper()104 locationIndex += elementSize * numElements; in finalize_helper()
107 int locationIndex = mapCodeAddressToIndex(codeAddressToIndex, debugCodeAddress); in MutableMethodImplementation() local108 MethodLocation debugLocation = instructionList.get(locationIndex); in MutableMethodImplementation()
199 for (auto locationIndex : executable.getActiveAttribLocationsMask()) in SortAttributesByLayout() local201 int d3dSemantic = locationToSemantic[locationIndex]; in SortAttributesByLayout()209 const auto *arrayAttrib = &vertexArrayAttribs[locationIndex]; in SortAttributesByLayout()216 ASSERT(currentValueAttribs[locationIndex].attribute); in SortAttributesByLayout()217 (*sortedAttributesOut)[d3dSemantic] = ¤tValueAttribs[locationIndex]; in SortAttributesByLayout()
3099 for (size_t locationIndex : attributesMask) in updateCachedInputLayout() local3101 int d3dSemantic = mAttribLocationToD3DSemantic[locationIndex]; in updateCachedInputLayout()3110 GetVertexFormatID(vertexAttributes[locationIndex], in updateCachedInputLayout()3111 state.getVertexAttribCurrentValue(locationIndex).Type); in updateCachedInputLayout()